diff options
Diffstat (limited to 'modules/pam_selinux')
-rw-r--r-- | modules/pam_selinux/pam_selinux.8.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/pam_selinux/pam_selinux.8.xml b/modules/pam_selinux/pam_selinux.8.xml index d9ff1770..3db26d04 100644 --- a/modules/pam_selinux/pam_selinux.8.xml +++ b/modules/pam_selinux/pam_selinux.8.xml @@ -170,10 +170,10 @@ </variablelist> </refsect1> - <refsect1 id="pam_selinux-services"> - <title>MODULE SERVICES PROVIDED</title> + <refsect1 id="pam_selinux-types"> + <title>MODULE TYPES PROVIDED</title> <para> - Only the <option>session</option> service is supported. + Only the <option>session</option> module type is provided. </para> </refsect1> @@ -211,7 +211,7 @@ <title>EXAMPLES</title> <programlisting> auth required pam_unix.so -session required pam_permit.so +session required pam_permit.so session optional pam_selinux.so </programlisting> </refsect1> |