Searched refs:cap_inheritable (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/security/ |
| H A D | commoncap.c | 239 *inheritable = cred->cap_inheritable; in cap_capget() 280 cap_combine(old->cap_inheritable, in cap_capset() 286 cap_combine(old->cap_inheritable, in cap_capset() 300 new->cap_inheritable = *inheritable; in cap_capset() 636 (new->cap_inheritable.val & caps->inheritable.val); in bprm_caps_from_vfs_caps() 843 old->cap_inheritable); in handle_privileged_root() 1416 !cap_raised(current_cred()->cap_inheritable, in cap_task_prctl()
|
| /linux-6.15/include/linux/ |
| H A D | cred.h | 122 kernel_cap_t cap_inheritable; /* caps our children can inherit */ member 170 cred->cap_inheritable)); in cap_ambient_invariant_ok()
|
| /linux-6.15/kernel/ |
| H A D | umh.c | 94 new->cap_inheritable = cap_intersect(usermodehelper_inheritable, in call_usermodehelper_exec_async() 95 new->cap_inheritable); in call_usermodehelper_exec_async()
|
| H A D | cred.c | 55 .cap_inheritable = CAP_EMPTY_SET,
|
| H A D | user_namespace.c | 49 cred->cap_inheritable = CAP_EMPTY_SET; in set_cred_user_ns()
|
| H A D | auditsc.c | 2817 ax->old_pcap.inheritable = old->cap_inheritable; in __audit_log_bprm_fcaps() 2822 ax->new_pcap.inheritable = new->cap_inheritable; in __audit_log_bprm_fcaps()
|
| /linux-6.15/fs/proc/ |
| H A D | array.c | 314 kernel_cap_t cap_inheritable, cap_permitted, cap_effective, in task_cap() local 319 cap_inheritable = cred->cap_inheritable; in task_cap() 326 render_cap_t(m, "CapInh:\t", &cap_inheritable); in task_cap()
|
| /linux-6.15/security/keys/ |
| H A D | process_keys.c | 942 new->cap_inheritable = old->cap_inheritable; in key_change_session_keyring()
|