diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-11-24 21:53:29 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-11-25 14:28:34 +0100 |
commit | 40ed1a4574152337479f7f9c01763b84847ff09f (patch) | |
tree | d9837c88acb68f3313a4586c1ede43f0742d0dbb /man/busctl.xml | |
parent | 705a415f684f8e9ee19983e5859de00bbb1477cb (diff) |
busctl: add new --augment-creds= switch for controlling whether shown credential data shall be augment with data from /proc
Diffstat (limited to 'man/busctl.xml')
-rw-r--r-- | man/busctl.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/busctl.xml b/man/busctl.xml index 872f3f496b..a4c4227d5e 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -232,6 +232,20 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </listitem> </varlistentry> + <varlistentry> + <term><option>--augment-creds=</option><replaceable>BOOL</replaceable></term> + + <listitem> + <para>Controls whether credential data reported by + <command>list</command> or <command>status</command> shall + be augmented with data from + <filename>/proc</filename>. When this is turned on the data + shown is possibly inconsistent, as the data read from + <filename>/proc</filename> might be more recent than rest of + the credential information. Defaults to <literal>yes</literal>.</para> + </listitem> + </varlistentry> + <xi:include href="user-system-options.xml" xpointer="user" /> <xi:include href="user-system-options.xml" xpointer="system" /> <xi:include href="user-system-options.xml" xpointer="host" /> |