aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon/procevent.c
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-06 09:33:51 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-08-06 09:33:51 -0400
commit0d203630124fddbf6919f58ca6f633ae490ed2c8 (patch)
treeafbd31845cfd2a1965e63c2e3a50b0c8e16f6fe4 /src/firemon/procevent.c
parenttesting (diff)
downloadfirejail-0d203630124fddbf6919f58ca6f633ae490ed2c8.tar.gz
firejail-0d203630124fddbf6919f58ca6f633ae490ed2c8.tar.zst
firejail-0d203630124fddbf6919f58ca6f633ae490ed2c8.zip
implemented --overlay-clean
Diffstat (limited to 'src/firemon/procevent.c')
-rw-r--r--src/firemon/procevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firemon/procevent.c b/src/firemon/procevent.c
index 7c961adde..188c10183 100644
--- a/src/firemon/procevent.c
+++ b/src/firemon/procevent.c
@@ -90,7 +90,7 @@ static int pid_is_firejail(pid_t pid) {
90 // list of firejail arguments that don't trigger sandbox creation 90 // list of firejail arguments that don't trigger sandbox creation
91 // the initial -- is not included 91 // the initial -- is not included
92 char *firejail_args = "ls list tree x11 help version top netstats debug-syscalls debug-errnos debug-protocols " 92 char *firejail_args = "ls list tree x11 help version top netstats debug-syscalls debug-errnos debug-protocols "
93 "protocol.print debug.caps shutdown bandwidth caps.print cpu.print debug-caps fs.print get "; 93 "protocol.print debug.caps shutdown bandwidth caps.print cpu.print debug-caps fs.print get overlay-clean ";
94 94
95 int i; 95 int i;
96 char *start; 96 char *start;