diff --git a/security/commoncap.c b/security/commoncap.c index b5aca42360ef..9f4c419737fa 100644 --- a/security/commoncap.c +++ b/security/commoncap.c @@ -138,8 +138,10 @@ int cap_capable(const struct cred *cred, struct user_namespace *targ_ns, */ int cap_settime(const struct timespec64 *ts, const struct timezone *tz) { +/* Comma HACKS if (!capable(CAP_SYS_TIME)) return -EPERM; +*/ return 0; }