Searched refs:cap_ambient (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/security/ |
D | commoncap.c | 280 new->cap_ambient = cap_intersect(new->cap_ambient, in cap_capset() 564 cap_clear(new->cap_ambient); in cap_bprm_set_creds() 570 new->cap_permitted = cap_combine(new->cap_permitted, new->cap_ambient); in cap_bprm_set_creds() 579 new->cap_effective = new->cap_ambient; in cap_bprm_set_creds() 598 if (!cap_issubset(new->cap_effective, new->cap_ambient)) { in cap_bprm_set_creds() 634 if (!cap_issubset(cred->cap_permitted, cred->cap_ambient)) in cap_bprm_secureexec() 747 cap_clear(new->cap_ambient); in cap_emulate_setxuid() 985 cap_clear(new->cap_ambient); in cap_task_prctl() 993 return !!cap_raised(current_cred()->cap_ambient, arg3); in cap_task_prctl() 1009 cap_raise(new->cap_ambient, arg3); in cap_task_prctl() [all …]
|
/linux-4.4.14/include/linux/ |
D | cred.h | 140 kernel_cap_t cap_ambient; /* Ambient capability set */ member 218 return cap_issubset(cred->cap_ambient, in cap_ambient_invariant_ok()
|
/linux-4.4.14/fs/proc/ |
D | array.c | 312 cap_bset, cap_ambient; in task_cap() local 320 cap_ambient = cred->cap_ambient; in task_cap() 327 render_cap_t(m, "CapAmb:\t", &cap_ambient); in task_cap()
|
/linux-4.4.14/security/keys/ |
D | process_keys.c | 852 new->cap_ambient = old->cap_ambient; in key_change_session_keyring()
|
/linux-4.4.14/kernel/ |
D | user_namespace.c | 42 cred->cap_ambient = CAP_EMPTY_SET; in set_cred_user_ns()
|