diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-14 01:38:19 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-14 01:49:44 +0100 |
commit | 66cdd0f2d0670b054bd27dad16fcb5838b11dde3 (patch) | |
tree | aacbe786c7403a6f4f0782b4d6403d0f961b1d9c /man/logind.conf.xml | |
parent | bcdbbd7ee1b7dc6ec19261c957ed11e5e1ed1aaf (diff) |
logind: automatically remove SysV + POSIX IPC objects when the users owning them fully log out
Diffstat (limited to 'man/logind.conf.xml')
-rw-r--r-- | man/logind.conf.xml | 20 |
1 files changed, 20 insertions, 0 deletions
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.</para></listitem> </varlistentry> + <varlistentry> + <term><varname>RemoveIPC=</varname></term> + + <listitem><para>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.</para></listitem> + </varlistentry> + </variablelist> </refsect1> |