Skip to content

Commit

Permalink
Rename wrong varaible in test
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Černý <jcerny@redhat.com>
  • Loading branch information
Mackemania and jan-cerny authored Jun 26, 2023
1 parent 4651877 commit 85f0389
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

OTHER_FILTERS=" -C euid!=uid -F auid!=unset"

echo "-a always,exit -F arch=b32 -S execve${OTHER_FILTERS_EUID} -F key=user_emulation" > /etc/audit/rules.d/privileged.rules
echo "-a always,exit -F arch=b64 -S execve${OTHER_FILTERS_EUID} -F key=user_emulation" >> /etc/audit/rules.d/privileged.rules
echo "-a always,exit -F arch=b32 -S execve${OTHER_FILTERS} -F key=user_emulation" > /etc/audit/rules.d/privileged.rules
echo "-a always,exit -F arch=b64 -S execve${OTHER_FILTERS} -F key=user_emulation" >> /etc/audit/rules.d/privileged.rules

0 comments on commit 85f0389

Please sign in to comment.