Searched refs:setid (Results 1 – 3 of 3) sorted by relevance
4 SafeSetID is an LSM module that gates the setid family of syscalls to restrict31 This SafeSetID LSM seeks to provide a solution for restricting setid53 For candidate applications that would like to have restricted setid capabilities55 setid capabilities from the application completely and refactor the process69 namespace and give programs in the tree setid capabilities. In this way,90 None of the other in-tree LSMs have the capability to gate setid transitions, or99 This LSM hooks the setid syscalls to make sure transitions are allowed if an106 for a UID/GID will prevent that UID/GID from obtaining auxiliary setid
3 bool "Gate setid transitions to limit CAP_SET{U/G}ID capabilities"8 SafeSetID is an LSM module that gates the setid family of syscalls to
995 static int __init uncore_type_init(struct intel_uncore_type *type, bool setid) in uncore_type_init() argument1008 pmus[i].func_id = setid ? i : -1; in uncore_type_init()1058 uncore_types_init(struct intel_uncore_type **types, bool setid) in uncore_types_init() argument1063 ret = uncore_type_init(*types, setid); in uncore_types_init()