aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-12-08 16:48:03 +0100
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2017-12-08 16:48:03 +0100
commit56bcb1e6ffc8bc1eaccf73fddb279bfc6aa863cb (patch)
tree54503990fd2347b9a7ff14680640742fa21eaf75 /src
parenttypo fix (diff)
downloadfirejail-56bcb1e6ffc8bc1eaccf73fddb279bfc6aa863cb.tar.gz
firejail-56bcb1e6ffc8bc1eaccf73fddb279bfc6aa863cb.tar.zst
firejail-56bcb1e6ffc8bc1eaccf73fddb279bfc6aa863cb.zip
fix typo
Diffstat (limited to 'src')
-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 4cb8ed1c2..d5cad2440 100644
--- a/src/firejail/fs_lib.c
+++ b/src/firejail/fs_lib.c
@@ -125,7 +125,7 @@ void fslib_copy_libs(const char *full_path) {
125 125
126 // run fldd to extact the list of files 126 // run fldd to extact the list of files
127 if (arg_debug || arg_debug_private_lib) 127 if (arg_debug || arg_debug_private_lib)
128 printf("runing fldd %s\n", full_path); 128 printf("running fldd %s\n", full_path);
129 sbox_run(SBOX_USER | SBOX_SECCOMP | SBOX_CAPS_NONE, 3, PATH_FLDD, full_path, RUN_LIB_FILE); 129 sbox_run(SBOX_USER | SBOX_SECCOMP | SBOX_CAPS_NONE, 3, PATH_FLDD, full_path, RUN_LIB_FILE);
130 130
131 // open the list of libraries and install them on by one 131 // open the list of libraries and install them on by one