blob: bf89a47ffcc810ec6c7be463dad05623a36139b1 [file] [log] [blame]
Micah Mortonaeca4e22019-01-16 07:46:06 -08001config SECURITY_SAFESETID
2 bool "Gate setid transitions to limit CAP_SET{U/G}ID capabilities"
3 default n
4 help
5 SafeSetID is an LSM module that gates the setid family of syscalls to
6 restrict UID/GID transitions from a given UID/GID to only those
7 approved by a system-wide whitelist. These restrictions also prohibit
8 the given UIDs/GIDs from obtaining auxiliary privileges associated
9 with CAP_SET{U/G}ID, such as allowing a user to set up user namespace
10 UID mappings.
11
12 If you are unsure how to answer this question, answer N.