From 3f8d6787b7ccff3ed7ff77a3b474856ae1be6a9b Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 5 Jul 2016 07:24:10 -0400 Subject: faudit: dbus --- src/faudit/pid.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/faudit/pid.c') diff --git a/src/faudit/pid.c b/src/faudit/pid.c index 57947418e..2770daece 100644 --- a/src/faudit/pid.c +++ b/src/faudit/pid.c @@ -69,7 +69,7 @@ void pid_test(void) { if (strncmp(buf, kern_proc[j], strlen(kern_proc[j])) == 0) { fclose(fp); free(fname); - printf("BAD: Process PID %d, not running in a PID namespace\n", getpid()); + printf("BAD: Process %d, not running in a PID namespace. ", getpid()); printf("Are you sure you're running in a sandbox?\n"); return; } @@ -81,10 +81,10 @@ void pid_test(void) { } - printf("GOOD: process PID %d, running in a PID namespace\n", getpid()); + printf("GOOD: process %d running in a PID namespace.\n", getpid()); // try to guess the type of container/sandbox char *str = getenv("container"); if (str) - printf("INFO: container/sandbox %s\n", str); + printf("INFO: container/sandbox %s.\n", str); } -- cgit v1.2.3-70-g09d2