Home
last modified time | relevance | path

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

/linux/security/
H A Dcommoncap.c261 * cap_capset - Validate and apply proposed changes to current's capabilities
272 int cap_capset(struct cred *new, in cap_capset() function
1486 LSM_HOOK_INIT(capset, cap_capset),
/linux/include/linux/
H A Dsecurity.h181 extern int cap_capset(struct cred *new, const struct cred *old,
686 return cap_capset(new, old, effective, inheritable, permitted); in security_capset()