mirror of
https://github.com/commaai/agnos-kernel-sdm845.git
synced 2026-06-08 03:15:12 +08:00
time == money
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user