Home
last modified time | relevance | path

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

/openbmc/linux/security/
H A Dcommoncap.c242 int cap_capset(struct cred *new, in cap_capset() function
1449 LSM_HOOK_INIT(capset, cap_capset),
/openbmc/linux/include/linux/
H A Dsecurity.h150 extern int cap_capset(struct cred *new, const struct cred *old,
574 return cap_capset(new, old, effective, inheritable, permitted); in security_capset()