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
c02c91ee96
commit
2d160633d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue