fix gcc10 static analysis warning

This commit is contained in:
Reiner Herrmann 2020-04-22 20:20:47 +02:00
parent c02c91ee96
commit 2d160633d7

View file

@ -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",