Skip to content

Commit

Permalink
🧹 Minor windows improvements (#411)
Browse files Browse the repository at this point in the history
Signed-off-by: Hossein Rouhani <[email protected]>
  • Loading branch information
HRouhani authored Jun 19, 2024
1 parent 14f97b9 commit 343432d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/mondoo-windows-security.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ queries:
title: Ensure 'Debug programs' is set to ''
impact: 100
mql: |
secpol.privilegerights['SeDebugPrivilege'].length == null
secpol.privilegerights['SeDebugPrivilege'] == empty
docs:
desc: |
This policy setting determines which user accounts will have the right to attach a debugger to any process or to the kernel, which provides complete access to sensitive and critical operating system components. Developers who are debugging their own applications do not need to be assigned this user right; however, developers who are debugging new system components will need it.
Expand Down

0 comments on commit 343432d

Please sign in to comment.