Merge pull request #176 from tstromberg/wutang

Add chattr, setenforce to unexpected-sysutils
This commit is contained in:
Thomas Strömberg 2023-02-14 20:36:05 -05:00 committed by GitHub
commit be02e9f785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -67,7 +67,13 @@ WHERE
AND pe.path IN (
'/usr/bin/sysctl',
'/sbin/sysctl',
'/usr/sbin/sysctl'
'/usr/sbin/sysctl',
'/usr/bin/chattr',
'/sbin/chattr',
'/usr/sbin/chattr',
'/usr/bin/setenforce',
'/sbin/setenforce',
'/usr/sbin/setenforce'
)
AND p.parent > 0
GROUP BY