aboutsummaryrefslogtreecommitdiffstats
path: root/src/faudit/pid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/faudit/pid.c')
-rw-r--r--src/faudit/pid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/faudit/pid.c b/src/faudit/pid.c
index 53b59a838..57947418e 100644
--- a/src/faudit/pid.c
+++ b/src/faudit/pid.c
@@ -70,6 +70,7 @@ void pid_test(void) {
70 fclose(fp); 70 fclose(fp);
71 free(fname); 71 free(fname);
72 printf("BAD: Process PID %d, not running in a PID namespace\n", getpid()); 72 printf("BAD: Process PID %d, not running in a PID namespace\n", getpid());
73 printf("Are you sure you're running in a sandbox?\n");
73 return; 74 return;
74 } 75 }
75 j++; 76 j++;