static inline int security_capable(int cap) { return cap_capable(current, current_cred(), cap, SECURITY_CAP_AUDIT);
}