Searched refs:cap_capset (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/security/ |
H A D | commoncap.c | 230 * cap_capset - Validate and apply proposed changes to current's capabilities 241 int cap_capset(struct cred *new, in cap_capset() function 1371 LSM_HOOK_INIT(capset, cap_capset),
|
/kernel/linux/linux-6.6/security/ |
H A D | commoncap.c | 231 * cap_capset - Validate and apply proposed changes to current's capabilities 242 int cap_capset(struct cred *new, in cap_capset() function 1449 LSM_HOOK_INIT(capset, cap_capset),
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | security.h | 145 extern int cap_capset(struct cred *new, const struct cred *old, 549 return cap_capset(new, old, effective, inheritable, permitted); in security_capset()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | security.h | 150 extern int cap_capset(struct cred *new, const struct cred *old, 574 return cap_capset(new, old, effective, inheritable, permitted); in security_capset()
|
Completed in 12 milliseconds