aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/fs_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/fs_lib.c')
-rw-r--r--src/firejail/fs_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/fs_lib.c b/src/firejail/fs_lib.c
index a607280a0..d2e9da022 100644
--- a/src/firejail/fs_lib.c
+++ b/src/firejail/fs_lib.c
@@ -114,7 +114,7 @@ void fslib_copy_libs(const char *full_path) {
114 if (chown(RUN_LIB_FILE, getuid(), getgid())) 114 if (chown(RUN_LIB_FILE, getuid(), getgid()))
115 errExit("chown"); 115 errExit("chown");
116 116
117 // run fldd to extact the list of files 117 // run fldd to extract the list of files
118 if (arg_debug || arg_debug_private_lib) 118 if (arg_debug || arg_debug_private_lib)
119 printf(" running fldd %s\n", full_path); 119 printf(" running fldd %s\n", full_path);
120 sbox_run(SBOX_USER | SBOX_SECCOMP | SBOX_CAPS_NONE, 3, PATH_FLDD, full_path, RUN_LIB_FILE); 120 sbox_run(SBOX_USER | SBOX_SECCOMP | SBOX_CAPS_NONE, 3, PATH_FLDD, full_path, RUN_LIB_FILE);