diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-11 18:50:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-11 20:39:03 +0200 |
commit | 6bb92a169e8a65e7def5545798001e0dbecc7d4f (patch) | |
tree | 5a7c6946959d62ee3bafb55f932a2e0f7e809c45 /man | |
parent | f25626edf4c39bb9409cb165e6ce9551dd130661 (diff) |
polkit: temporarily spawn of a polkit agent in terminals for possibly authenticated operations
Diffstat (limited to 'man')
-rw-r--r-- | man/loginctl.xml | 8 | ||||
-rw-r--r-- | man/systemctl.xml | 12 |
2 files changed, 15 insertions, 5 deletions
diff --git a/man/loginctl.xml b/man/loginctl.xml index af1d631cf4..cf0be0d19b 100644 --- a/man/loginctl.xml +++ b/man/loginctl.xml @@ -119,6 +119,14 @@ </varlistentry> <varlistentry> + <term><option>--no-ask-password</option></term> + + <listitem><para>Don't query the user + for authentication for privileged + operations.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--kill-who=</option></term> <listitem><para>When used with diff --git a/man/systemctl.xml b/man/systemctl.xml index 167a72b58b..84f1b1cd60 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -299,11 +299,13 @@ <command>systemctl</command> will query the user on the terminal for the necessary secrets. Use this option to - switch this behavior off. In this - case the password must be supplied by - some other means (for example - graphical password agents) or the - service might fail.</para></listitem> + switch this behavior off. In this case + the password must be supplied by some + other means (for example graphical + password agents) or the service might + fail. This also disables querying the + user for authentication for privileged + operations.</para></listitem> </varlistentry> <varlistentry> |