mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
fix gcc10 static analysis warning
This commit is contained in:
parent
71ca655b1d
commit
c02c91ee96
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#include "faudit.h"
|
||||
|
||||
void pid_test(void) {
|
||||
char *kern_proc[] = {
|
||||
static char *kern_proc[] = {
|
||||
"kthreadd",
|
||||
"ksoftirqd",
|
||||
"kworker",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue