From ff01d048b4c1455241c894cf7982662c9d28fd34 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 2 Aug 2011 05:24:58 +0200 Subject: exec: introduce PrivateNetwork= process option to turn off network access to specific services --- src/exit-status.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/exit-status.c') diff --git a/src/exit-status.c b/src/exit-status.c index 9b7c027b43..8ed1a0e362 100644 --- a/src/exit-status.c +++ b/src/exit-status.c @@ -116,6 +116,9 @@ const char* exit_status_to_string(ExitStatus status, ExitStatusLevel level) { case EXIT_PAM: return "PAM"; + + case EXIT_NETWORK: + return "NETWORK"; } } -- cgit v1.2.3-54-g00ecf