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_tty_audit/README.xml | 30 +++++++------------- modules/pam_tty_audit/pam_tty_audit.8.xml | 47 +++++++++++++++---------------- 2 files changed, 32 insertions(+), 45 deletions(-) (limited to 'modules/pam_tty_audit') diff --git a/modules/pam_tty_audit/README.xml b/modules/pam_tty_audit/README.xml index 4dad6bbe..95b851cb 100644 --- a/modules/pam_tty_audit/README.xml +++ b/modules/pam_tty_audit/README.xml @@ -1,41 +1,31 @@ - - +
-
- - + - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="pam_tty_audit.8.xml" xpointer='xpointer(//refnamediv[@id = "pam_tty_audit-name"]/*)'/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_tty_audit.8.xml" xpointer='xpointer(id("pam_tty_audit-name")/*)'/> - +
- +
- +
- +
- +
- +
-
+
\ No newline at end of file diff --git a/modules/pam_tty_audit/pam_tty_audit.8.xml b/modules/pam_tty_audit/pam_tty_audit.8.xml index 1c0ba5c4..b46bbf7b 100644 --- a/modules/pam_tty_audit/pam_tty_audit.8.xml +++ b/modules/pam_tty_audit/pam_tty_audit.8.xml @@ -1,33 +1,30 @@ - - - - + pam_tty_audit 8 - Linux-PAM Manual + Linux-PAM + Linux-PAM Manual - + pam_tty_audit Enable or disable TTY auditing for specified users - + pam_tty_audit.so - + disable=patterns - + enable=patterns - + DESCRIPTION The pam_tty_audit PAM module is used to enable or disable TTY auditing. @@ -35,12 +32,12 @@ - + OPTIONS - + disable=patterns @@ -53,7 +50,7 @@ - + enable=patterns @@ -66,7 +63,7 @@ - + open_only @@ -79,7 +76,7 @@ - + log_passwd @@ -93,14 +90,14 @@ - + MODULE TYPES PROVIDED - Only the session type is supported. + Only the session type is supported. - + RETURN VALUES @@ -125,7 +122,7 @@ - + NOTES When TTY auditing is enabled, it is inherited by all processes started by @@ -158,7 +155,7 @@ - + EXAMPLES Audit all administrative actions. @@ -168,7 +165,7 @@ session required pam_tty_audit.so disable=* enable=root - + SEE ALSO @@ -186,14 +183,14 @@ session required pam_tty_audit.so disable=* enable=root - + AUTHOR - pam_tty_audit was written by Miloslav Trmač + pam_tty_audit was written by Miloslav Trmač <mitr@redhat.com>. The log_passwd option was added by Richard Guy Briggs <rgb@redhat.com>. - + \ No newline at end of file -- cgit v1.2.3