aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-13 09:48:54 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-13 09:48:54 -0400
commiteecbcd355e97f84ffb4a771d30ece16fa4b12f96 (patch)
treec2009e1f55012f547546e310ceebc969345608fb /src
parentMerge pull request #432 from Fred-Barclay/master (diff)
downloadfirejail-eecbcd355e97f84ffb4a771d30ece16fa4b12f96.tar.gz
firejail-eecbcd355e97f84ffb4a771d30ece16fa4b12f96.tar.zst
firejail-eecbcd355e97f84ffb4a771d30ece16fa4b12f96.zip
profile fixes
Diffstat (limited to 'src')
-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;