mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 09:55:57 -04:00
Remove unsupported option "lazytime"
Signed-off-by: Henrik Holst <6200749+hholst80@users.noreply.github.com>
This commit is contained in:
parent
147609b1fb
commit
e107b0bfe4
2
main.c
2
main.c
@ -5640,7 +5640,7 @@ get_new_args (int *argc, char **argv)
|
||||
|
||||
newargv[0] = argv[0];
|
||||
if (geteuid () == 0)
|
||||
newargv[1] = "-odefault_permissions,allow_other,suid,noatime,lazytime";
|
||||
newargv[1] = "-odefault_permissions,allow_other,suid,noatime";
|
||||
else
|
||||
newargv[1] = "-odefault_permissions,noatime";
|
||||
for (i = 1; i < *argc; i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user