Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Linux >> RHEL >> 7 >> How to resolve error (-F missing operation for auid) when applying audit rules hardening




When running

auditctl -a always,exit -F arch=b32 -S chmod -S fchmod -S fchmodat -F auid>=1000 -F auid!=4294967295 -k perm_mod


Encounter the error

-F missing operation for auid

 

Enclose the operands that contain '>' within double quotes

auditctl -a always,exit -F arch=b32 -S chmod -S fchmod -S fchmodat -F "auid>=1000" -F auid!=4294967295 -k perm_mod



 





[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]