We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab02f8a commit 1445cb9Copy full SHA for 1445cb9
pCloudCC/lib/pclsync/pfs.c
@@ -3133,11 +3133,10 @@ static int psync_fs_do_start(){
3133
fuse_opt_add_arg(&args, "-ofsname="DEFAULT_FUSE_MOUNT_POINT".fs");
3134
fuse_opt_add_arg(&args, "-ononempty");
3135
if (psync_user_is_admin()) {
3136
- //fuse_opt_add_arg(&args, "-oallow_root");
3137
fuse_opt_add_arg(&args, "-oallow_other");
3138
}
3139
- else
3140
- fuse_opt_add_arg(&args, "-oallow_root");
+// else
+ // fuse_opt_add_arg(&args, "-oallow_root");
3141
#endif
3142
#if defined(P_OS_MACOSX)
3143
fuse_opt_add_arg(&args, "argv");
0 commit comments