diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-02-17 22:25:47 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-02-28 21:42:29 +0100 |
commit | fada2c75a4ced4f8275a57ec2227389c070238f2 (patch) | |
tree | e108e32f038ba2661bb37918a1ada218a8719ed4 /man | |
parent | user-record: extend user records with an ambient and bounding caps set field (diff) | |
download | systemd-fada2c75a4ced4f8275a57ec2227389c070238f2.tar.xz systemd-fada2c75a4ced4f8275a57ec2227389c070238f2.zip |
homectl: make the new caps field configurable via homectl
Diffstat (limited to 'man')
-rw-r--r-- | man/homectl.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/homectl.xml b/man/homectl.xml index 634b95a081..36c1741eb5 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -272,6 +272,19 @@ </varlistentry> <varlistentry> + <term><option>--capability-bounding-set=</option><replaceable>CAPABILITIES</replaceable></term> + <term><option>--capability-ambient-set=</option><replaceable>CAPABILITIES</replaceable></term> + + <listitem><para>These options take a space separated list of process capabilities + (e.g. <constant>CAP_WAKE_ALARM</constant>, <constant>CAP_BLOCK_SUSPEND</constant>, …) that shall be + set in the capability bounding and ambient sets for all the user's sessions. See <citerefentry + project='man-pages'><refentrytitle>capabilities</refentrytitle><manvolnum>7</manvolnum></citerefentry> + for details on the capabilities concept. These options may be used more than once, in which case the + specified lists are combined. If the parameter begins with a <literal>~</literal> character the + effect is inverted: the specified capability is dropped from the specific set.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--skel=</option><replaceable>PATH</replaceable></term> <listitem><para>Takes a file system path to a directory. Specifies the skeleton directory to |