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 b3fafa0c2..7ee76d096 100644
--- a/src/firejail/fs.c
+++ b/src/firejail/fs.c
@@ -501,7 +501,7 @@ void fs_blacklist(void) {
501 char *new_name = expand_home(ptr, homedir); 501 char *new_name = expand_home(ptr, homedir);
502 ptr = new_name; 502 ptr = new_name;
503 503
504 // expand path macro - look for the file in /usr/local/bin, /bin, /usr/bin, /sbin and /usr/sbin directories 504 // expand path macro - look for the file in /usr/local/bin, /usr/local/sbin, /bin, /usr/bin, /sbin and /usr/sbin directories
505 if (ptr) { 505 if (ptr) {
506 if (strncmp(ptr, "${PATH}", 7) == 0) { 506 if (strncmp(ptr, "${PATH}", 7) == 0) {
507 char *fname = ptr + 7; 507 char *fname = ptr + 7;