mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Remove empty resolution attributes from two policies (#43576)
Changes: - Removed the `resolution` attribute from the two policies added in #43415 to fix the website's failing deploy workflow <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Removed resolution information from two Linux policies in the standard query library: "Ubuntu GNOME password policy" and "Ubuntu GNOME lock screen after 5 minutes." <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
parent
86b5eaf4a9
commit
bbdb13b356
1 changed files with 0 additions and 2 deletions
|
|
@ -2189,7 +2189,6 @@ spec:
|
|||
AND line LIKE '%ocredit=-1%'
|
||||
AND line LIKE '%difok=3%'
|
||||
AND line LIKE '%enforce_for_root%';
|
||||
resolution:
|
||||
tags: compliance, hardening, critical
|
||||
contributors: spalmesano0
|
||||
script: |
|
||||
|
|
@ -2252,7 +2251,6 @@ spec:
|
|||
AND trim(line) = 'idle-delay=uint32 300'
|
||||
AND ltrim(line) NOT LIKE '#%'
|
||||
) > 0;
|
||||
resolution:
|
||||
tags: compliance, hardening, critical
|
||||
contributors: spalmesano0
|
||||
script: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue