aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/firejail/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/list.c b/src/firejail/list.c
index e6f0cc7ac..73feb48aa 100644
--- a/src/firejail/list.c
+++ b/src/firejail/list.c
@@ -21,7 +21,7 @@
21#include <sys/types.h> 21#include <sys/types.h>
22#include <sys/stat.h> 22#include <sys/stat.h>
23 23
24void static grsec_elevate_privileges(void) { 24static void grsec_elevate_privileges(void) {
25 struct stat s; 25 struct stat s;
26 if (stat("/proc/sys/kernel/grsecurity", &s) == 0) { 26 if (stat("/proc/sys/kernel/grsecurity", &s) == 0) {
27 EUID_ROOT(); 27 EUID_ROOT();