summaryrefslogtreecommitdiff
path: root/src/exit-status.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-08-02 05:24:58 +0200
committerLennart Poettering <lennart@poettering.net>2011-08-02 05:24:58 +0200
commitff01d048b4c1455241c894cf7982662c9d28fd34 (patch)
tree025e54f24e3e4879898e4be84b4e082367902f6a /src/exit-status.h
parent4f755fc6ab8b75f89ed84c93cd5c3fac2a448b16 (diff)
exec: introduce PrivateNetwork= process option to turn off network access to specific services
Diffstat (limited to 'src/exit-status.h')
-rw-r--r--src/exit-status.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exit-status.h b/src/exit-status.h
index 28f03a591..3e977b10e 100644
--- a/src/exit-status.h
+++ b/src/exit-status.h
@@ -64,7 +64,8 @@ typedef enum ExitStatus {
EXIT_CONFIRM,
EXIT_STDERR,
EXIT_TCPWRAP,
- EXIT_PAM
+ EXIT_PAM,
+ EXIT_NETWORK
} ExitStatus;