Searched refs:cap_inheritable (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/security/ |
D | commoncap.c | 211 *inheritable = cred->cap_inheritable; in cap_capget() 253 cap_combine(old->cap_inheritable, in cap_capset() 259 cap_combine(old->cap_inheritable, in cap_capset() 273 new->cap_inheritable = *inheritable; in cap_capset() 369 (new->cap_inheritable.cap[i] & inheritable); in bprm_caps_from_vfs_caps() 527 old->cap_inheritable); in cap_bprm_set_creds() 1000 !cap_raised(current_cred()->cap_inheritable, in cap_task_prctl()
|
/linux-4.4.14/include/linux/ |
D | cred.h | 136 kernel_cap_t cap_inheritable; /* caps our children can inherit */ member 220 cred->cap_inheritable)); in cap_ambient_invariant_ok()
|
/linux-4.4.14/fs/proc/ |
D | array.c | 311 kernel_cap_t cap_inheritable, cap_permitted, cap_effective, in task_cap() local 316 cap_inheritable = cred->cap_inheritable; in task_cap() 323 render_cap_t(m, "CapInh:\t", &cap_inheritable); in task_cap()
|
/linux-4.4.14/kernel/ |
D | kmod.c | 238 new->cap_inheritable = cap_intersect(usermodehelper_inheritable, in call_usermodehelper_exec_async() 239 new->cap_inheritable); in call_usermodehelper_exec_async()
|
D | cred.c | 58 .cap_inheritable = CAP_EMPTY_SET,
|
D | user_namespace.c | 39 cred->cap_inheritable = CAP_EMPTY_SET; in set_cred_user_ns()
|
D | auditsc.c | 2324 ax->old_pcap.inheritable = old->cap_inheritable; in __audit_log_bprm_fcaps() 2328 ax->new_pcap.inheritable = new->cap_inheritable; in __audit_log_bprm_fcaps()
|
/linux-4.4.14/security/keys/ |
D | process_keys.c | 849 new->cap_inheritable = old->cap_inheritable; in key_change_session_keyring()
|