aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon/procevent.c
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-08 13:16:22 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-08 13:16:22 -0400
commit6313ab799d95065ef75491a9d11d31a1d684701b (patch)
tree73e7cf6edd97a6b834a5f5847a3a9e2e8aeeccc5 /src/firemon/procevent.c
parentlxc support (diff)
downloadfirejail-6313ab799d95065ef75491a9d11d31a1d684701b.tar.gz
firejail-6313ab799d95065ef75491a9d11d31a1d684701b.tar.zst
firejail-6313ab799d95065ef75491a9d11d31a1d684701b.zip
fixes
Diffstat (limited to 'src/firemon/procevent.c')
-rw-r--r--src/firemon/procevent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/firemon/procevent.c b/src/firemon/procevent.c
index e2dd5aaa2..7c961adde 100644
--- a/src/firemon/procevent.c
+++ b/src/firemon/procevent.c
@@ -89,7 +89,8 @@ static int pid_is_firejail(pid_t pid) {
89 89
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 94
94 int i; 95 int i;
95 char *start; 96 char *start;