Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix default C:/ folder permissions V-63373 #12

Open
njohnson11 opened this issue Apr 9, 2021 · 0 comments
Open

Fix default C:/ folder permissions V-63373 #12

njohnson11 opened this issue Apr 9, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@njohnson11
Copy link
Collaborator

The permissions list set in the inspec.yml file for default C:\ folder permissions does not match the default as described in the control check text. The error occurs in the NT AUTHORITY\Authenticated Users:(S,AD) permission

Check Text

c:\\  
    BUILTIN\\Administrators:(OI)(CI)(F)  
    BUILTIN\\Users:(OI)(CI)(RX)  
    NT AUTHORITY\\Authenticated Users:(AD)  
    NT AUTHORITY\\Authenticated Users:(OI)(CI)(IO)(M)  
    NT AUTHORITY\\SYSTEM:(OI)(CI)(F)  
    Mandatory Label\\High Mandatory Level:(OI)(NP)(IO)(NW)

Inspec.yml

 - name: c_folder_permissions  
    desc: "Default Permissions for C:\\ Folder on OS"  
    type: Array  
    value:  
      - NT AUTHORITY\Authenticated Users:(S,AD)  
      - NT AUTHORITY\Authenticated Users:(OI)(CI)(IO)(M)  
      - NT AUTHORITY\SYSTEM:(OI)(CI)(F)  
      - BUILTIN\Administrators:(OI)(CI)(F)  
      - BUILTIN\Users:(OI)(CI)(RX)  
      - Mandatory Label\High Mandatory Level:(OI)(NP)(IO)(NW)
@njohnson11 njohnson11 self-assigned this Apr 9, 2021
@Amndeep7 Amndeep7 added the bug Something isn't working label Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants