summaryrefslogtreecommitdiff
path: root/docs/man/polkit.xml
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-01-19 18:34:40 -0500
committerDavid Zeuthen <davidz@redhat.com>2009-01-19 18:34:40 -0500
commit594a6d50b8eb26aaaf512bdd10501343e697ccbf (patch)
tree5c9ec7e2e8fa0c9f0882a3dd65f0322584838ee7 /docs/man/polkit.xml
parentad8345a908c6ed2851e2f76340f575b0aa4cc510 (diff)
downloadpolkit-594a6d50b8eb26aaaf512bdd10501343e697ccbf.tar.gz
implement adding/removing temporary authorizations
Diffstat (limited to 'docs/man/polkit.xml')
-rw-r--r--docs/man/polkit.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/man/polkit.xml b/docs/man/polkit.xml
index 38efe66..f2f2d2c 100644
--- a/docs/man/polkit.xml
+++ b/docs/man/polkit.xml
@@ -62,12 +62,14 @@
<command>polkit-1 grant</command>
<arg choice="plain"><replaceable>identity</replaceable></arg>
<arg choice="plain"><replaceable>action-id</replaceable></arg>
+ <arg><option>--subject <replaceable>subject</replaceable></option></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>polkit-1 revoke</command>
<arg choice="plain"><replaceable>identity</replaceable></arg>
<arg choice="plain"><replaceable>action-id</replaceable></arg>
+ <arg><option>--subject <replaceable>subject</replaceable></option></arg>
</cmdsynopsis>
<cmdsynopsis>
@@ -211,10 +213,13 @@
<command>polkit-1 grant</command>
<arg choice="plain"><replaceable>identity</replaceable></arg>
<arg choice="plain"><replaceable>action-id</replaceable></arg>
+ <arg><option>--subject <replaceable>subject</replaceable></option></arg>
</para>
<para>
- Grants an authorization to <replaceable>identity</replaceable> for <replaceable>action-id</replaceable>.
- See <xref linkend="polkit-1-identity"/> for details about <replaceable>identity</replaceable>.
+ Grants an authorization to <replaceable>identity</replaceable> for <replaceable>action-id</replaceable>
+ optionally constraining its use for <replaceable>subject</replaceable>.
+ See <xref linkend="polkit-1-identity"/> for details about <replaceable>identity</replaceable>
+ and <xref linkend="polkit-1-subject"/> for details about <replaceable>subject</replaceable>.
</para>
</refsect2>
@@ -223,10 +228,13 @@
<command>polkit-1 revoke</command>
<arg choice="plain"><replaceable>identity</replaceable></arg>
<arg choice="plain"><replaceable>action-id</replaceable></arg>
+ <arg><option>--subject <replaceable>subject</replaceable></option></arg>
</para>
<para>
- Revokes an authorization from <replaceable>identity</replaceable> for <replaceable>action-id</replaceable>.
- See <xref linkend="polkit-1-identity"/> for details about <replaceable>identity</replaceable>.
+ Revokes an authorization from <replaceable>identity</replaceable> for <replaceable>action-id</replaceable>
+ which, optionally, is constrained to <replaceable>subject</replaceable>.
+ See <xref linkend="polkit-1-identity"/> for details about <replaceable>identity</replaceable>
+ and <xref linkend="polkit-1-subject"/> for details about <replaceable>subject</replaceable>.
</para>
</refsect2>