mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 08:59:22 -05:00
comment
This commit is contained in:
parent
f8f2e6c704
commit
2152fa2d61
@ -13,18 +13,24 @@
|
|||||||
## To remove all SUID/SGID binaries in a directory, you can use the "nosuid"
|
## To remove all SUID/SGID binaries in a directory, you can use the "nosuid"
|
||||||
## argument.
|
## argument.
|
||||||
|
|
||||||
|
## TODO: white spaces inside file name untested and probably will not work.
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# SUID disablewhitelist
|
# SUID disablewhitelist
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
## disablewhitelist disables below (or in lexically higher) files
|
||||||
|
## exactwhitelist and matchwhitelist. Add these here (discouraged) or better
|
||||||
|
## in file "/etc/permission-hardening.d/20_user.conf".
|
||||||
|
|
||||||
|
## For example, if you are not using SELinux the following might make sense to
|
||||||
|
## enable. TODO: research
|
||||||
#/utempter/utempter disablewhitelist
|
#/utempter/utempter disablewhitelist
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# SUID exact match whitelist
|
# SUID exact match whitelist
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
## TODO: white spaces inside file name untested
|
|
||||||
|
|
||||||
/usr/bin/sudo exactwhitelist
|
/usr/bin/sudo exactwhitelist
|
||||||
/bin/sudo exactwhitelist
|
/bin/sudo exactwhitelist
|
||||||
/usr/bin/bwrap exactwhitelist
|
/usr/bin/bwrap exactwhitelist
|
||||||
@ -50,8 +56,6 @@
|
|||||||
# SUID regex match whitelist - research required
|
# SUID regex match whitelist - research required
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
## TODO: white spaces inside file name untested
|
|
||||||
|
|
||||||
/usr/lib/virtualbox/ matchwhitelist
|
/usr/lib/virtualbox/ matchwhitelist
|
||||||
|
|
||||||
## https://github.com/QubesOS/qubes-core-agent-linux/blob/master/qubes-rpc/qfile-unpacker.c
|
## https://github.com/QubesOS/qubes-core-agent-linux/blob/master/qubes-rpc/qfile-unpacker.c
|
||||||
|
Loading…
Reference in New Issue
Block a user