Skip to content

Commit

Permalink
Update audit.rules tar
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gronau-ndaal authored Feb 21, 2024
1 parent 36a7c52 commit 504e0ef
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion audit.rules
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,19 @@

-w /usr/bin/zip -p x -k Data_Compressed
-w /usr/bin/gzip -p x -k Data_Compressed
-w /usr/bin/tar -p x -k Data_Compressed
-w /usr/bin/bzip2 -p x -k Data_Compressed

## https://www.gnu.org/software/tar/
-a always,exit -F arch=b32 -F path=/usr/bin/tar -F perm=x -F key=Data_Compressed
-a always,exit -F arch=b64 -F path=/usr/bin/tar -F perm=x -F key=Data_Compressed

-a always,exit -F arch=b32 -F path=/usr/sbin/tar -F perm=x -F key=Data_Compressed
-a always,exit -F arch=b64 -F path=/usr/sbin/tar -F perm=x -F key=Data_Compressed

### macOS
-a always,exit -F arch=b32 -F path=/usr/local/bin/tar -F perm=x -F key=Data_Compressed
-a always,exit -F arch=b64 -F path=/usr/local/bin/tar -F perm=x -F key=Data_Compressed

-w /usr/bin/lzip -p x -k Data_Compressed
-w /usr/local/bin/lzip -p x -k Data_Compressed

Expand Down

0 comments on commit 504e0ef

Please sign in to comment.