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

C Folder Default Permissions Mismatch V-63373 #22

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

C Folder Default Permissions Mismatch V-63373 #22

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

Comments

@njohnson11
Copy link

njohnson11 commented Apr 7, 2021

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 added the bug Something isn't working label Apr 7, 2021
@njohnson11 njohnson11 changed the title C Folder Permissions Mismatch V-63373 C Folder Default Permissions Mismatch V-63373 Apr 7, 2021
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

1 participant