From 66cdd0f2d0670b054bd27dad16fcb5838b11dde3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 14 Mar 2014 01:38:19 +0100 Subject: logind: automatically remove SysV + POSIX IPC objects when the users owning them fully log out --- man/logind.conf.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'man/logind.conf.xml') diff --git a/man/logind.conf.xml b/man/logind.conf.xml index ce8f5097cc..99140917ac 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -317,6 +317,26 @@ to. + + RemoveIPC= + + Controls whether + System V and POSIX IPC objects + belonging to the user shall be removed + when she or he fully logs out. Takes a + boolean argument. If enabled the user + may not consume IPC resources after + the last of his sessions + terminated. This covers System V + semaphores, shared memory and message + queues, as well as POSIX shared memory + and message queues. Note that IPC + objects of the root user are excluded + from the effect of this + setting. Defaults to + on. + + -- cgit v1.2.3-54-g00ecf