cap_raised
privileged = cap_raised(file->f_cred->cap_effective, CAP_SYS_RESOURCE);
ns->parent_could_setfcap = cap_raised(new->cap_effective, CAP_SETFCAP);
if (cap_raised(rules->caps.allow, cap) &&
!cap_raised(rules->caps.denied, cap))
!cap_raised(rules->caps.audit, cap)))
cap_raised(rules->caps.kill, cap)) {
} else if (cap_raised(rules->caps.quiet, cap) &&
return !!cap_raised(old->cap_bset, arg2);
return !!cap_raised(current_cred()->cap_ambient, arg3);
(!cap_raised(current_cred()->cap_permitted, arg3) ||
!cap_raised(current_cred()->cap_inheritable,
return cap_raised(cred->cap_effective, cap) ? 0 : -EPERM;