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

/linux-master/include/linux/
H A Dcred.h122 kernel_cap_t cap_inheritable; /* caps our children can inherit */ member in struct:cred
172 cred->cap_inheritable));
/linux-master/security/
H A Dcommoncap.c210 *inheritable = cred->cap_inheritable;
251 cap_combine(old->cap_inheritable,
257 cap_combine(old->cap_inheritable,
271 new->cap_inheritable = *inheritable;
607 (new->cap_inheritable.val & caps->inheritable.val);
814 old->cap_inheritable);
1370 !cap_raised(current_cred()->cap_inheritable,
/linux-master/kernel/
H A Dumh.c95 new->cap_inheritable = cap_intersect(usermodehelper_inheritable,
96 new->cap_inheritable);
H A Dcred.c55 .cap_inheritable = CAP_EMPTY_SET,
H A Duser_namespace.c49 cred->cap_inheritable = CAP_EMPTY_SET;
H A Dauditsc.c2823 ax->old_pcap.inheritable = old->cap_inheritable;
2828 ax->new_pcap.inheritable = new->cap_inheritable;
/linux-master/fs/proc/
H A Darray.c314 kernel_cap_t cap_inheritable, cap_permitted, cap_effective, local
319 cap_inheritable = cred->cap_inheritable;
326 render_cap_t(m, "CapInh:\t", &cap_inheritable);
/linux-master/security/keys/
H A Dprocess_keys.c942 new->cap_inheritable = old->cap_inheritable;

Completed in 151 milliseconds