Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/
H A Dcommoncap.c241 int cap_capset(struct cred *new, in cap_capset() function
1373 LSM_HOOK_INIT(capset, cap_capset),
/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h143 extern int cap_capset(struct cred *new, const struct cred *old,
548 return cap_capset(new, old, effective, inheritable, permitted); in security_capset()