mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 18:05:58 -04:00
Merge pull request #430 from hholst80/main
Remove unsupported option "lazytime"
This commit is contained in:
commit
ab0b0f6d46
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