From b14628560a972d9f1709a249207b6595ffe7ed09 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 2 Jul 2016 14:10:07 -0400 Subject: audit: seccomp --- src/faudit/pid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/faudit/pid.c') diff --git a/src/faudit/pid.c b/src/faudit/pid.c index 5744ab244..53b59a838 100644 --- a/src/faudit/pid.c +++ b/src/faudit/pid.c @@ -80,10 +80,10 @@ void pid_test(void) { } - printf("GOOD: Process PID %d, running in a PID namespace\n", getpid()); + printf("GOOD: process PID %d, running in a PID namespace\n", getpid()); // try to guess the type of container/sandbox char *str = getenv("container"); if (str) - printf("Container/sandbox: %s\n", str); + printf("INFO: container/sandbox %s\n", str); } -- cgit v1.2.3-70-g09d2