Skip to content

Commit

Permalink
fix gcc10 static analysis warning
Browse files Browse the repository at this point in the history
  • Loading branch information
reinerh committed Apr 22, 2020
1 parent c02c91e commit 2d16063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firejail/no_sandbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ int check_kernel_procs(void) {
// only user processes are available in /proc when running grsecurity
// EUID_ASSERT();

char *kern_proc[] = {
static char *kern_proc[] = {
"kthreadd",
"ksoftirqd",
"kworker",
Expand Down

0 comments on commit 2d16063

Please sign in to comment.