diff options
author | David Zeuthen <davidz@redhat.com> | 2012-05-21 13:42:43 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2012-05-21 13:42:43 -0400 |
commit | 31c0ce425a03c59726b7c1a83aaf8cd8dfab79f7 (patch) | |
tree | a61d6b510f2289a6170da77d784c03cb1e6a6546 /docs/man/polkit.xml | |
parent | 8e0c53ecf7129cd1be8bc9ac322aab4af992ce61 (diff) |
Add netgroup support
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'docs/man/polkit.xml')
-rw-r--r-- | docs/man/polkit.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/man/polkit.xml b/docs/man/polkit.xml index 4fbc117..ee658c5 100644 --- a/docs/man/polkit.xml +++ b/docs/man/polkit.xml @@ -652,6 +652,21 @@ System Context | | </funcprototype> </funcsynopsis> + <funcsynopsis> + <funcprototype> + <?dbhtml funcsynopsis-style='ansi'?> + <funcdef>boolean <function>isInNetGroup</function></funcdef> + <paramdef>string <parameter>netGroupName</parameter></paramdef> + </funcprototype> + </funcsynopsis> + + <para> + The <function>isInGroup()</function> method can be used to + check if the subject is in a given group and + <function>isInNetGroup()</function> can be used to check if + the subject is in a given netgroup. + </para> + </refsect2> <refsect2 id="polkit-rules-details"> |