mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-02 08:11:04 +07:00
add matchwhitelist feature
add "/usr/lib/virtualbox/ matchwhitelist"
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
## To remove all SUID/SGID binaries in a directory, you can use the "nosuid"
|
||||
## argument.
|
||||
|
||||
## SUID whitelist.
|
||||
## SUID exact match whitelist.
|
||||
## TODO: white spaces inside file name untested
|
||||
/usr/bin/sudo whitelist
|
||||
/bin/sudo whitelist
|
||||
@ -33,6 +33,10 @@
|
||||
## https://github.com/QubesOS/qubes-core-agent-linux/blob/master/qubes-rpc/qfile-unpacker.c
|
||||
/usr/lib/qubes/qfile-unpacker whitelist
|
||||
|
||||
## SUID regex match whitelist.
|
||||
## TODO: white spaces inside file name untested
|
||||
/usr/lib/virtualbox/ matchwhitelist
|
||||
|
||||
## Permission hardening.
|
||||
/home/ 0755 root root
|
||||
/home/user/ 0700 user user
|
||||
|
Reference in New Issue
Block a user