summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-10-31 02:43:47 +0100
committerLennart Poettering <lennart@poettering.net>2009-10-31 02:43:47 +0100
commit8e94f653489a0b3d549e61840a5cec711d466ab7 (patch)
treedb22dabf8983df98974f8d49da686a3b2bd41777 /src/pulsecore/core-util.h
parent2dc37e1214f20aab528ae680e9a85fc8ea143313 (diff)
daemon: make sure pa has its own session and process group, but is not its leader so that we cannot acquire a tty ever
Diffstat (limited to 'src/pulsecore/core-util.h')
-rw-r--r--src/pulsecore/core-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/core-util.h b/src/pulsecore/core-util.h
index d50f79a2..9c9cf78a 100644
--- a/src/pulsecore/core-util.h
+++ b/src/pulsecore/core-util.h
@@ -265,4 +265,6 @@ int pa_pipe_cloexec(int pipefd[2]);
int pa_accept_cloexec(int sockfd, struct sockaddr *addr, socklen_t *addrlen);
FILE* pa_fopen_cloexec(const char *path, const char *mode);
+void pa_nullify_stdfds(void);
+
#endif