time == money

This commit is contained in:
Willem Melching
2020-10-06 17:00:02 +02:00
parent 8e5eee0c27
commit bce1439da9

View File

@@ -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;
}