From cf2fc5ff7b4a8555fda2a5ebe5f6ab0e45c22996 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Tue, 25 Oct 2022 16:29:41 +0200 Subject: doc: Update PAM documentation from DockBook 4 to DocBook 5 Changed files -------------- Make.xml.rules.in: - Using RNG file instead of DTD file for checking XML files. - Taking the correct stylesheet for README files. doc/sag/Makefile.am, doc/adg/Makefile.am, doc/mwg/Makefile.am: - Using RNG file instead of DTD file for checking XML files. configure.ac: - Adding a new option for selecting RNG check file (-enable-docbook-rng) - Switching stylesheets to docbook 5 - Checking DocBook 5 environment instead of DocBook 4 environment *.xml: Update from DockBook 4 to DocBook 5 --- modules/pam_sepermit/README.xml | 32 +++++++------------------ modules/pam_sepermit/pam_sepermit.8.xml | 41 +++++++++++++++----------------- modules/pam_sepermit/sepermit.conf.5.xml | 29 ++++++++++------------ 3 files changed, 41 insertions(+), 61 deletions(-) (limited to 'modules/pam_sepermit') diff --git a/modules/pam_sepermit/README.xml b/modules/pam_sepermit/README.xml index bb65951c..a8d31d8c 100644 --- a/modules/pam_sepermit/README.xml +++ b/modules/pam_sepermit/README.xml @@ -1,41 +1,27 @@ - - ---> -]> +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_sepermit.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_sepermit-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_sepermit.8.xml" xpointer='xpointer(id("pam_sepermit-name")/*)'/> - +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_sepermit/pam_sepermit.8.xml b/modules/pam_sepermit/pam_sepermit.8.xml index 5763c346..791d2bbe 100644 --- a/modules/pam_sepermit/pam_sepermit.8.xml +++ b/modules/pam_sepermit/pam_sepermit.8.xml @@ -1,33 +1,30 @@ - - - - + pam_sepermit 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_sepermit PAM module to allow/deny login depending on SELinux enforcement state - + pam_sepermit.so - + debug - + conf=/path/to/config/file - + DESCRIPTION The pam_sepermit module allows or denies login depending on SELinux @@ -61,12 +58,12 @@ - + OPTIONS - + debug @@ -79,7 +76,7 @@ - + conf=/path/to/config/file @@ -90,7 +87,7 @@ - + MODULE TYPES PROVIDED The and @@ -98,7 +95,7 @@ - + RETURN VALUES @@ -145,11 +142,11 @@ - + FILES - /etc/security/sepermit.conf + /etc/security/sepermit.conf Default configuration file @@ -157,7 +154,7 @@ - + EXAMPLES auth [success=done ignore=ignore default=bad] pam_sepermit.so @@ -167,7 +164,7 @@ session required pam_permit.so - + SEE ALSO @@ -188,11 +185,11 @@ session required pam_permit.so - + AUTHOR pam_sepermit and this manual page were written by Tomas Mraz <tmraz@redhat.com>. - + \ No newline at end of file diff --git a/modules/pam_sepermit/sepermit.conf.5.xml b/modules/pam_sepermit/sepermit.conf.5.xml index 511480f6..ff924ce1 100644 --- a/modules/pam_sepermit/sepermit.conf.5.xml +++ b/modules/pam_sepermit/sepermit.conf.5.xml @@ -1,13 +1,10 @@ - - - - + sepermit.conf 5 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual @@ -15,7 +12,7 @@ configuration file for the pam_sepermit module - + DESCRIPTION The lines of the configuration file have the following syntax: @@ -24,7 +21,7 @@ <user>[:<option>:<option>...] - The user can be specified in the following manner: + The user can be specified in the following manner: @@ -34,13 +31,13 @@ - a groupname, with @group syntax. + a groupname, with @group syntax. This should not be confused with netgroups. - a SELinux user name with %seuser syntax. + a SELinux user name with %seuser syntax. @@ -51,7 +48,7 @@ - + exclusive Only single login session will be allowed for the user @@ -60,7 +57,7 @@ - + ignore The module will never return PAM_SUCCESS status for the user. @@ -78,7 +75,7 @@ - + EXAMPLES These are some example lines which might be specified in @@ -91,7 +88,7 @@ - + SEE ALSO pam_sepermit8, @@ -101,10 +98,10 @@ - + AUTHOR pam_sepermit and this manual page were written by Tomas Mraz <tmraz@redhat.com> - + \ No newline at end of file -- cgit v1.2.3