Skip to content

Commit

Permalink
Merge pull request #11087 from dexterle/fix-rule-ubtu-20-010298
Browse files Browse the repository at this point in the history
Fix path and add ansible remediation UBTU-20-010298
  • Loading branch information
dodys committed Sep 12, 2023
2 parents 33be925 + 645e5a8 commit 4cfd461
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# platform = multi_platform_ubuntu
# reboot = false
# strategy = restrict
# complexity = low
# disruption = low

{{{ ansible_audit_augenrules_add_watch_rule(path='/sbin/fdisk', permissions='x', key='modules') }}}
{{{ ansible_audit_auditctl_add_watch_rule(path='/sbin/fdisk', permissions='x', key='modules') }}}

0 comments on commit 4cfd461

Please sign in to comment.