cap_capset
extern int cap_capset(struct cred *new, const struct cred *old,
return cap_capset(new, old, effective, inheritable, permitted);
LSM_HOOK_INIT(capset, cap_capset),