Skip to content

Commit

Permalink
Merge pull request #134 from Pierre-Gronau-ndaal/patch-63
Browse files Browse the repository at this point in the history
Update audit.rules gzexe
  • Loading branch information
Neo23x0 authored Oct 16, 2024
2 parents 7540899 + 38e2780 commit c21d199
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions audit.rules
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,18 @@
-w /usr/bin/zstd -p x -k Data_Compressed
-w /usr/local/bin/zstd -p x -k Data_Compressed

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

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

### macOS

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

### https://www.rkeene.org/oss/dact
-a always,exit -F arch=b32 -F path=/usr/bin/dact -F perm=x -F key=Data_Compressed
-a always,exit -F arch=b64 -F path=/usr/bin/dact -F perm=x -F key=Data_Compressed
Expand Down

0 comments on commit c21d199

Please sign in to comment.