[WIP] Restrict read access by default to powershell core logs - #29
Open
Steve Lee (SteveL-MSFT) wants to merge 1 commit into
Open
[WIP] Restrict read access by default to powershell core logs#29Steve Lee (SteveL-MSFT) wants to merge 1 commit into
Steve Lee (SteveL-MSFT) wants to merge 1 commit into
Conversation
…or local system, admins, server operators, and event log readers
| symbol="C_OPERATIONAL" | ||
| type="Operational" | ||
| access="O:BAG:SYD:(A;;0xf0007;;;SY)(A;;0x7;;;BA)(A;;0x7;;;SO)(A;;0x1;;;S-1-5-32-573)" | ||
| > |
There was a problem hiding this comment.
The inbox has these additional permissions:
InputObject SideIndicator
----------- -------------
NT AUTHORITY\BATCH: AccessAllowed (ListDirectory, WriteData) <=
NT AUTHORITY\INTERACTIVE: AccessAllowed (ListDirectory, WriteData) <=
NT AUTHORITY\SERVICE: AccessAllowed (ListDirectory, WriteData) <=
NT AUTHORITY\WRITE RESTRICTED: AccessAllowed (ListDirectory, WriteData) <=
APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES: AccessAllowed (WriteData) <=
: AccessAllowed (WriteData) <=
There was a problem hiding this comment.
batch, interactive and service shouldn't be allowed. I'm not sure about the other two.
There was a problem hiding this comment.
Reading https://techcommunity.microsoft.com/t5/Ask-The-Performance-Team/WS2008-Windows-Service-Hardening/ba-p/372702 Write restricted doesn't give a lot of value here either.
There was a problem hiding this comment.
We should make sure our MSIX can write without APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES
Member
Author
|
Let's wait on this one |
Member
|
Steve Lee (@SteveL-MSFT) Is this something that will be worked on or should we close the PR? |
Member
|
Steve Lee (@SteveL-MSFT) - is this PR still needed? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
change ACL on Operational, Analytic, and Debug logs to be read only for local system, admins, server operators, and event log readers