Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/
H A Dcommoncap.c208 *inheritable = cred->cap_inheritable; in cap_capget()
249 cap_combine(old->cap_inheritable, in cap_capset()
255 cap_combine(old->cap_inheritable, in cap_capset()
269 new->cap_inheritable = *inheritable; in cap_capset()
575 (new->cap_inheritable.cap[i] & inheritable); in bprm_caps_from_vfs_caps()
762 old->cap_inheritable); in handle_privileged_root()
1296 !cap_raised(current_cred()->cap_inheritable, in cap_task_prctl()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcred.h129 kernel_cap_t cap_inheritable; /* caps our children can inherit */ member
218 cred->cap_inheritable)); in cap_ambient_invariant_ok()
/OK3568_Linux_fs/kernel/fs/proc/
H A Darray.c320 kernel_cap_t cap_inheritable, cap_permitted, cap_effective, in task_cap() local
325 cap_inheritable = cred->cap_inheritable; in task_cap()
332 render_cap_t(m, "CapInh:\t", &cap_inheritable); in task_cap()
/OK3568_Linux_fs/kernel/kernel/
H A Dumh.c96 new->cap_inheritable = cap_intersect(usermodehelper_inheritable, in call_usermodehelper_exec_async()
97 new->cap_inheritable); in call_usermodehelper_exec_async()
H A Dcred.c58 .cap_inheritable = CAP_EMPTY_SET,
H A Duser_namespace.c48 cred->cap_inheritable = CAP_EMPTY_SET; in set_cred_user_ns()
H A Dauditsc.c2559 ax->old_pcap.inheritable = old->cap_inheritable; in __audit_log_bprm_fcaps()
2564 ax->new_pcap.inheritable = new->cap_inheritable; in __audit_log_bprm_fcaps()
/OK3568_Linux_fs/kernel/security/keys/
H A Dprocess_keys.c933 new->cap_inheritable = old->cap_inheritable; in key_change_session_keyring()