aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/fs.c')
-rw-r--r--src/firejail/fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/fs.c b/src/firejail/fs.c
index 38af1fccf..ff920b913 100644
--- a/src/firejail/fs.c
+++ b/src/firejail/fs.c
@@ -72,7 +72,7 @@ static void disable_file(OPERATION op, const char *filename) {
72 if (fname == NULL && errno == EACCES) { 72 if (fname == NULL && errno == EACCES) {
73 if (arg_debug) 73 if (arg_debug)
74 printf("Debug: no access to file %s, forcing mount\n", filename); 74 printf("Debug: no access to file %s, forcing mount\n", filename);
75 // realpath and stat funtions will fail on FUSE filesystems 75 // realpath and stat functions will fail on FUSE filesystems
76 // they don't seem to like a uid of 0 76 // they don't seem to like a uid of 0
77 // force mounting 77 // force mounting
78 int rv = mount(RUN_RO_DIR, filename, "none", MS_BIND, "mode=400,gid=0"); 78 int rv = mount(RUN_RO_DIR, filename, "none", MS_BIND, "mode=400,gid=0");