aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/firejail/no_sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/no_sandbox.c b/src/firejail/no_sandbox.c
index 8bf8adecc..01df77ee6 100644
--- a/src/firejail/no_sandbox.c
+++ b/src/firejail/no_sandbox.c
@@ -89,7 +89,7 @@ int check_kernel_procs(void) {
89 // only user processes are available in /proc when running grsecurity 89 // only user processes are available in /proc when running grsecurity
90 // EUID_ASSERT(); 90 // EUID_ASSERT();
91 91
92 char *kern_proc[] = { 92 static char *kern_proc[] = {
93 "kthreadd", 93 "kthreadd",
94 "ksoftirqd", 94 "ksoftirqd",
95 "kworker", 95 "kworker",