Searched refs:cap_capset (Results 1 - 2 of 2) sorted by relevance

/linux-master/security/
H A Dcommoncap.c232 * cap_capset - Validate and apply proposed changes to current's capabilities
243 int cap_capset(struct cred *new, function
1455 LSM_HOOK_INIT(capset, cap_capset),
/linux-master/include/linux/
H A Dsecurity.h155 extern int cap_capset(struct cred *new, const struct cred *old,
602 return cap_capset(new, old, effective, inheritable, permitted);

Completed in 127 milliseconds