diff options
author | David Zeuthen <davidz@redhat.com> | 2012-05-21 13:56:11 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2012-05-21 13:56:11 -0400 |
commit | e7f01d6a37b0d922e9fe005e38fe9a958eb18e7f (patch) | |
tree | ca1ed79a90465221e6913740d718df0de3d4ee6b /docs | |
parent | 5b393dfb9d193a997303b7682d10f479a5e327ec (diff) | |
download | polkit-e7f01d6a37b0d922e9fe005e38fe9a958eb18e7f.tar.gz |
Mention unix-netgroup:xyz as a valid return value in addAdminRule() functions
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/polkit.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/man/polkit.xml b/docs/man/polkit.xml index 57dd366..6ec15ac 100644 --- a/docs/man/polkit.xml +++ b/docs/man/polkit.xml @@ -541,7 +541,8 @@ System Context | | the order they have been added until one of the functions returns a value. Each function should return an array of strings where each string is of the form - <literal>"unix-group:<group>"</literal> or + <literal>"unix-group:<group>"</literal>, + <literal>"unix-netgroup:<netgroup>"</literal> or <literal>"unix-user:<user>"</literal>. If the function returns <constant>null</constant>, <constant>undefined</constant> or does not return a value at |