aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-20 12:44:17 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-20 12:44:17 -0400
commit3ef383bfbfc127eabdc96a2686928357593e2177 (patch)
tree67735b23ecc5a09f44a272f8e4ddc0070ad487da /src
parentadded --read-write option (diff)
downloadfirejail-3ef383bfbfc127eabdc96a2686928357593e2177.tar.gz
firejail-3ef383bfbfc127eabdc96a2686928357593e2177.tar.zst
firejail-3ef383bfbfc127eabdc96a2686928357593e2177.zip
added --read-write option
Diffstat (limited to 'src')
-rw-r--r--src/firejail/profile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/firejail/profile.c b/src/firejail/profile.c
index 38052c4f1..d358594d9 100644
--- a/src/firejail/profile.c
+++ b/src/firejail/profile.c
@@ -722,9 +722,7 @@ int profile_check_line(char *ptr, int lineno, const char *fname) {
722 fprintf(stderr, "Error: read-write command is available only for root user\n"); 722 fprintf(stderr, "Error: read-write command is available only for root user\n");
723 exit(1); 723 exit(1);
724 } 724 }
725printf("here %d\n", __LINE__);
726 fs_rdwr_add(ptr + 11); 725 fs_rdwr_add(ptr + 11);
727printf("here %d\n", __LINE__);
728 return 0; 726 return 0;
729 } 727 }
730 728