diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-06-26 12:21:05 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-06-26 15:04:06 +0200 |
commit | a87b7aa1a1c9a02c53d6766fe9a1278deb81a4f4 (patch) | |
tree | 7e1a95e36e17576416e8bc1e8bff9d9267067b31 /man/systemd-inhibit.xml | |
parent | Rename spawn-ask-password-agent.c to just ask-password-agent.c (diff) | |
download | systemd-a87b7aa1a1c9a02c53d6766fe9a1278deb81a4f4.tar.xz systemd-a87b7aa1a1c9a02c53d6766fe9a1278deb81a4f4.zip |
inhibit: add --no-ask-password option and allow interactive polkit auth
It seems entirely reasonable to make a policy which e.g. allows block operations
for interactive users after authentication. The tool should support this, so that
more complicated local policies can be used.
Related to https://github.com/systemd/systemd/pull/30307.
Diffstat (limited to 'man/systemd-inhibit.xml')
-rw-r--r-- | man/systemd-inhibit.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/systemd-inhibit.xml b/man/systemd-inhibit.xml index a6dbb06c36..5299719525 100644 --- a/man/systemd-inhibit.xml +++ b/man/systemd-inhibit.xml @@ -114,6 +114,7 @@ acquiring one.</para></listitem> </varlistentry> + <xi:include href="standard-options.xml" xpointer="no-ask-password" /> <xi:include href="standard-options.xml" xpointer="no-pager" /> <xi:include href="standard-options.xml" xpointer="no-legend" /> <xi:include href="standard-options.xml" xpointer="help" /> |