Searched refs:cap_bset (Results 1 - 7 of 7) sorted by relevance

/linux-master/kernel/
H A Dumh.c94 new->cap_bset = cap_intersect(usermodehelper_bset, new->cap_bset);
H A Dcred.c58 .cap_bset = CAP_FULL_SET,
H A Duser_namespace.c53 cred->cap_bset = CAP_FULL_SET;
/linux-master/security/
H A Dcommoncap.c258 old->cap_bset)))
606 (new->cap_bset.val & caps->permitted.val) |
812 /* pP' = (cap_bset & ~0) | (pI & ~0) */
813 new->cap_permitted = cap_combine(old->cap_bset,
1247 cap_lower(new->cap_bset, cap);
1276 return !!cap_raised(old->cap_bset, arg2);
/linux-master/include/linux/
H A Dcred.h125 kernel_cap_t cap_bset; /* capability bounding set */ member in struct:cred
/linux-master/fs/proc/
H A Darray.c315 cap_bset, cap_ambient; local
322 cap_bset = cred->cap_bset;
329 render_cap_t(m, "CapBnd:\t", &cap_bset);
/linux-master/security/keys/
H A Dprocess_keys.c946 new->cap_bset = old->cap_bset;

Completed in 475 milliseconds