summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-02-23 14:47:11 -0500
committerDavid Zeuthen <davidz@redhat.com>2011-02-23 14:47:11 -0500
commita0ec8e52e9e471cf2a989b26fe6a98cc15e294ad (patch)
treee49f965c7a0ceb31fae526fd6ff50262ca9d6b3a /docs
parentc8e165017b1c9d82de820a80d1c11b192a032a86 (diff)
downloadpolkit-a0ec8e52e9e471cf2a989b26fe6a98cc15e294ad.tar.gz
pkcheck: Make it possible to list and revoke temporary authorizations
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/man/pkcheck.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/man/pkcheck.xml b/docs/man/pkcheck.xml
index f52b4a2..bb5866d 100644
--- a/docs/man/pkcheck.xml
+++ b/docs/man/pkcheck.xml
@@ -30,6 +30,16 @@
<cmdsynopsis>
<command>pkcheck</command>
+ <arg><option>--list-temp</option></arg>
+ </cmdsynopsis>
+
+ <cmdsynopsis>
+ <command>pkcheck</command>
+ <arg><option>--revoke-temp</option></arg>
+ </cmdsynopsis>
+
+ <cmdsynopsis>
+ <command>pkcheck</command>
<arg choice="plain">
<option>--action-id</option>
<replaceable>action</replaceable>
@@ -87,6 +97,12 @@
while waiting for authentication.
</para>
<para>
+ The invocation <command>pkcheck --list-temp</command> will list
+ all temporary authorizations for the current session and
+ <command>pkcheck --revoke-temp</command> will revoke all
+ temporary authorizations for the current session.
+ </para>
+ <para>
This command is a simple wrapper around the PolicyKit D-Bus interface; see the
D-Bus interface documentation for details.
</para>