You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
Inspec.yml
The text was updated successfully, but these errors were encountered: