Home
last modified time | relevance | path

Searched refs:CAP_SETUID (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/Documentation/admin-guide/LSM/
H A DSafeSetID.rst14 to switch to a different user must be spawned with CAP_SETUID privileges.
15 CAP_SETUID is granted to programs running as root or those running as a non-root
16 user that have been explicitly given the CAP_SETUID runtime capability. It is
25 since CAP_SETUID allows changing to any user on the system, including the root
35 other untrusted uids without full blown CAP_SETUID capabilities. The non-root
36 program would still need CAP_SETUID to do any kind of transition, but the
38 of CAP_SETUID since the non-root program cannot take advantage of CAP_SETUID to
41 services without having to give out CAP_SETUID all over the place just so that
45 basically-root-equivalent CAP_SETUID.
112 previously for CAP_SETUID. However, for compatibility with common sandboxing
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/files/
H A Dhiawatha.service13 …ingSet=CAP_NET_BIND_SERVICE CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER CAP_FSETID CAP_SETGID CAP_SETUID
/openbmc/linux/security/safesetid/
H A Dlsm.c96 if (cap != CAP_SETUID && cap != CAP_SETGID) in safesetid_security_capable()
108 case CAP_SETUID: in safesetid_security_capable()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/
H A D08a32b2379fb5582f4312e59bf51a2823df56276.patch27 …CapabilityBoundingSet=~CAP_SETUID CAP_SETGID CAP_SETPCAP CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_CHOWN CA…
/openbmc/linux/include/uapi/linux/
H A Dcapability.h158 #define CAP_SETUID 7 macro
/openbmc/linux/tools/testing/selftests/clone3/
H A Dclone3_cap_checkpoint_restore.c101 cap_value_t cap_values[] = { CAP_SETUID, CAP_SETGID }; in set_capability()
/openbmc/linux/security/keys/
H A Dpersistent.c149 !ns_capable(ns, CAP_SETUID)) in keyctl_get_persistent()
/openbmc/linux/kernel/
H A Duser_namespace.c1121 return map_write(file, buf, size, ppos, CAP_SETUID, in proc_uid_map_write()
1166 if (cap_setid == CAP_SETUID && !verify_root_map(file, ns, new_map)) in new_idmap_permitted()
1175 if (cap_setid == CAP_SETUID) { in new_idmap_permitted()
H A Dsys.c555 !ns_capable_setid(old->user_ns, CAP_SETUID)) in __sys_setreuid()
564 !ns_capable_setid(old->user_ns, CAP_SETUID)) in __sys_setreuid()
628 if (ns_capable_setid(old->user_ns, CAP_SETUID)) { in __sys_setuid()
705 !ns_capable_setid(old->user_ns, CAP_SETUID)) in __sys_setresuid()
883 ns_capable_setid(old->user_ns, CAP_SETUID)) { in __sys_setfsuid()
/openbmc/linux/net/core/
H A Dscm.c58 uid_eq(uid, cred->suid)) || ns_capable(cred->user_ns, CAP_SETUID)) && in scm_check_creds()
/openbmc/linux/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c464 cap_value_t cap_values[] = {CAP_SETUID, CAP_SETGID}; in drop_caps()
/openbmc/linux/security/
H A Dcommoncap.c920 if (!ns_capable(new->user_ns, CAP_SETUID) || in cap_bprm_creds_from_file()
/openbmc/linux/security/integrity/ima/
H A Dima_policy.c609 if (has_capability_noaudit(current, CAP_SETUID)) { in ima_match_rules()