Home
last modified time | relevance | path

Searched refs:cap_inheritable (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/security/
Dcommoncap.c216 *inheritable = cred->cap_inheritable; in cap_capget()
258 cap_combine(old->cap_inheritable, in cap_capset()
264 cap_combine(old->cap_inheritable, in cap_capset()
278 new->cap_inheritable = *inheritable; in cap_capset()
363 (new->cap_inheritable.cap[i] & inheritable); in bprm_caps_from_vfs_caps()
518 old->cap_inheritable); in cap_bprm_set_creds()
/linux-4.1.27/fs/proc/
Darray.c303 kernel_cap_t cap_inheritable, cap_permitted, cap_effective, cap_bset; in task_cap() local
307 cap_inheritable = cred->cap_inheritable; in task_cap()
313 render_cap_t(m, "CapInh:\t", &cap_inheritable); in task_cap()
/linux-4.1.27/kernel/
Dkmod.c242 new->cap_inheritable = cap_intersect(usermodehelper_inheritable, in ____call_usermodehelper()
243 new->cap_inheritable); in ____call_usermodehelper()
Dcred.c53 .cap_inheritable = CAP_EMPTY_SET,
Duser_namespace.c39 cred->cap_inheritable = CAP_EMPTY_SET; in set_cred_user_ns()
Dauditsc.c2324 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.1.27/include/linux/
Dcred.h136 kernel_cap_t cap_inheritable; /* caps our children can inherit */ member
/linux-4.1.27/security/keys/
Dprocess_keys.c849 new->cap_inheritable = old->cap_inheritable; in key_change_session_keyring()
/linux-4.1.27/security/apparmor/
Dlsm.c127 *inheritable = cred->cap_inheritable; in apparmor_capget()