From 3900e5fdff688dc3c273f177d9d913b7389d5561 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 5 Jun 2014 09:55:53 +0200 Subject: socket: add SocketUser= and SocketGroup= for chown()ing sockets in the file system This is relatively complex, as we cannot invoke NSS from PID 1, and thus need to fork a helper process temporarily. --- src/shared/exit-status.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/shared/exit-status.h') diff --git a/src/shared/exit-status.h b/src/shared/exit-status.h index d6bf84c698..0104c8b125 100644 --- a/src/shared/exit-status.h +++ b/src/shared/exit-status.h @@ -74,7 +74,8 @@ typedef enum ExitStatus { EXIT_PERSONALITY, /* 230 */ EXIT_APPARMOR_PROFILE, EXIT_ADDRESS_FAMILIES, - EXIT_RUNTIME_DIRECTORY + EXIT_RUNTIME_DIRECTORY, + EXIT_CHOWN, } ExitStatus; typedef enum ExitStatusLevel { -- cgit v1.2.3-54-g00ecf