[selinux-policy/f18] - Add smsd policy - Add support for OpenShift sbin labelin - Add boolean to allow virt to use rawip

Miroslav Grepl mgrepl at fedoraproject.org
Thu Nov 1 18:58:32 UTC 2012


commit 6129df25af8732983df162a2d6cf7100903fd303
Author: Miroslav Grepl <mgrepl at redhat.com>
Date:   Thu Nov 1 19:57:21 2012 +0100

    - Add smsd policy
    - Add support for OpenShift sbin labelin
    - Add boolean to allow virt to use rawip
    - Allow mozilla_plugin to read all file systems with noxattrs support
    - Allow kerberos to write on anon_inodefs fs
    - Additional access required by fenced
    - Add filename transitions for passwd.lock/group.lock
    - UPdate man pages
    - Create coolkey directory in /var/cache with the correct label

 modules-targeted-contrib.conf |    7 +
 permissivedomains.pp          |  Bin 86448 -> 88272 bytes
 permissivedomains.te          |    7 +
 policy-rawhide.patch          |28507 ++++++++++++++++++++++-------------------
 policy_contrib-rawhide.patch  |  494 +-
 selinux-policy.spec           |   13 +-
 6 files changed, 15447 insertions(+), 13581 deletions(-)
---
diff --git a/modules-targeted-contrib.conf b/modules-targeted-contrib.conf
index 03eea28..e1cf241 100644
--- a/modules-targeted-contrib.conf
+++ b/modules-targeted-contrib.conf
@@ -2278,3 +2278,10 @@ mandb = module
 # policy for pki
 #
 pki = module
+
+# Layer: services
+# Module: smsd
+#
+# policy for smsd
+#
+smsd = module
diff --git a/permissivedomains.pp b/permissivedomains.pp
index 71adce4..b268740 100644
Binary files a/permissivedomains.pp and b/permissivedomains.pp differ
diff --git a/permissivedomains.te b/permissivedomains.te
index 099990f..eec6ff3 100644
--- a/permissivedomains.te
+++ b/permissivedomains.te
@@ -111,3 +111,10 @@ optional_policy(`
 	')
 		permissive virt_qemu_ga_t;
 ')
+
+optional_policy(`
+	gen_require(`
+			type smsd_t;
+	')
+		permissive smsd_t;
+')
diff --git a/policy-rawhide.patch b/policy-rawhide.patch
index aa40274..2c96387 100644
--- a/policy-rawhide.patch
+++ b/policy-rawhide.patch
@@ -60,18 +60,18 @@ index 313d837..ef3c532 100644
  ########################################
 diff --git a/man/man8/NetworkManager_selinux.8 b/man/man8/NetworkManager_selinux.8
 new file mode 100644
-index 0000000..86ccc0e
+index 0000000..62a48d7
 --- /dev/null
 +++ b/man/man8/NetworkManager_selinux.8
 @@ -0,0 +1,292 @@
-+.TH  "NetworkManager_selinux"  "8"  "12-10-19" "NetworkManager" "SELinux Policy documentation for NetworkManager"
++.TH  "NetworkManager_selinux"  "8"  "12-11-01" "NetworkManager" "SELinux Policy documentation for NetworkManager"
 +.SH "NAME"
 +NetworkManager_selinux \- Security Enhanced Linux Policy for the NetworkManager processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the NetworkManager processes via flexible mandatory access control.
 +
-+The NetworkManager processes execute with the NetworkManager_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The NetworkManager processes execute with the NetworkManager_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -88,33 +88,33 @@ index 0000000..86ccc0e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux NetworkManager policy is very flexible allowing users to setup their NetworkManager processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for NetworkManager:
 +
 +.EX
-+.B NetworkManager_t 
++.B NetworkManager_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux NetworkManager policy is very flexible allowing users to setup their NetworkManager processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for NetworkManager:
 +
 +
 +.EX
 +.PP
-+.B NetworkManager_etc_rw_t 
++.B NetworkManager_etc_rw_t
 +.EE
 +
 +- Set files with the NetworkManager_etc_rw_t type, if you want to treat the files as NetworkManager etc read/write content.
@@ -122,7 +122,7 @@ index 0000000..86ccc0e
 +
 +.EX
 +.PP
-+.B NetworkManager_etc_t 
++.B NetworkManager_etc_t
 +.EE
 +
 +- Set files with the NetworkManager_etc_t type, if you want to store NetworkManager files in the /etc directories.
@@ -130,7 +130,7 @@ index 0000000..86ccc0e
 +
 +.EX
 +.PP
-+.B NetworkManager_exec_t 
++.B NetworkManager_exec_t
 +.EE
 +
 +- Set files with the NetworkManager_exec_t type, if you want to transition an executable to the NetworkManager_t domain.
@@ -138,7 +138,7 @@ index 0000000..86ccc0e
 +
 +.EX
 +.PP
-+.B NetworkManager_initrc_exec_t 
++.B NetworkManager_initrc_exec_t
 +.EE
 +
 +- Set files with the NetworkManager_initrc_exec_t type, if you want to transition an executable to the NetworkManager_initrc_t domain.
@@ -146,7 +146,7 @@ index 0000000..86ccc0e
 +
 +.EX
 +.PP
-+.B NetworkManager_log_t 
++.B NetworkManager_log_t
 +.EE
 +
 +- Set files with the NetworkManager_log_t type, if you want to treat the data as NetworkManager log data, usually stored under the /var/log directory.
@@ -154,7 +154,7 @@ index 0000000..86ccc0e
 +
 +.EX
 +.PP
-+.B NetworkManager_tmp_t 
++.B NetworkManager_tmp_t
 +.EE
 +
 +- Set files with the NetworkManager_tmp_t type, if you want to store NetworkManager temporary files in the /tmp directories.
@@ -162,7 +162,7 @@ index 0000000..86ccc0e
 +
 +.EX
 +.PP
-+.B NetworkManager_unit_file_t 
++.B NetworkManager_unit_file_t
 +.EE
 +
 +- Set files with the NetworkManager_unit_file_t type, if you want to treat the files as NetworkManager unit content.
@@ -170,7 +170,7 @@ index 0000000..86ccc0e
 +
 +.EX
 +.PP
-+.B NetworkManager_var_lib_t 
++.B NetworkManager_var_lib_t
 +.EE
 +
 +- Set files with the NetworkManager_var_lib_t type, if you want to store the NetworkManager files under the /var/lib directory.
@@ -178,15 +178,15 @@ index 0000000..86ccc0e
 +
 +.EX
 +.PP
-+.B NetworkManager_var_run_t 
++.B NetworkManager_var_run_t
 +.EE
 +
 +- Set files with the NetworkManager_var_run_t type, if you want to store the NetworkManager files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -346,30 +346,30 @@ index 0000000..86ccc0e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), NetworkManager(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/abrt_dump_oops_selinux.8 b/man/man8/abrt_dump_oops_selinux.8
 new file mode 100644
-index 0000000..b875c8b
+index 0000000..c365bc5
 --- /dev/null
 +++ b/man/man8/abrt_dump_oops_selinux.8
 @@ -0,0 +1,101 @@
-+.TH  "abrt_dump_oops_selinux"  "8"  "12-10-19" "abrt_dump_oops" "SELinux Policy documentation for abrt_dump_oops"
++.TH  "abrt_dump_oops_selinux"  "8"  "12-11-01" "abrt_dump_oops" "SELinux Policy documentation for abrt_dump_oops"
 +.SH "NAME"
 +abrt_dump_oops_selinux \- Security Enhanced Linux Policy for the abrt_dump_oops processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the abrt_dump_oops processes via flexible mandatory access control.
 +
-+The abrt_dump_oops processes execute with the abrt_dump_oops_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The abrt_dump_oops processes execute with the abrt_dump_oops_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -386,41 +386,41 @@ index 0000000..b875c8b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux abrt_dump_oops policy is very flexible allowing users to setup their abrt_dump_oops processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for abrt_dump_oops:
 +
 +.EX
-+.B abrt_dump_oops_t 
++.B abrt_dump_oops_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux abrt_dump_oops policy is very flexible allowing users to setup their abrt_dump_oops processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for abrt_dump_oops:
 +
 +
 +.EX
 +.PP
-+.B abrt_dump_oops_exec_t 
++.B abrt_dump_oops_exec_t
 +.EE
 +
 +- Set files with the abrt_dump_oops_exec_t type, if you want to transition an executable to the abrt_dump_oops_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -452,13 +452,13 @@ index 0000000..b875c8b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), abrt_dump_oops(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -466,18 +466,18 @@ index 0000000..b875c8b
 \ No newline at end of file
 diff --git a/man/man8/abrt_handle_event_selinux.8 b/man/man8/abrt_handle_event_selinux.8
 new file mode 100644
-index 0000000..40bd92f
+index 0000000..9cd4e4f
 --- /dev/null
 +++ b/man/man8/abrt_handle_event_selinux.8
 @@ -0,0 +1,108 @@
-+.TH  "abrt_handle_event_selinux"  "8"  "12-10-19" "abrt_handle_event" "SELinux Policy documentation for abrt_handle_event"
++.TH  "abrt_handle_event_selinux"  "8"  "12-11-01" "abrt_handle_event" "SELinux Policy documentation for abrt_handle_event"
 +.SH "NAME"
 +abrt_handle_event_selinux \- Security Enhanced Linux Policy for the abrt_handle_event processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the abrt_handle_event processes via flexible mandatory access control.
 +
-+The abrt_handle_event processes execute with the abrt_handle_event_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The abrt_handle_event processes execute with the abrt_handle_event_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -494,17 +494,17 @@ index 0000000..40bd92f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux abrt_handle_event policy is very flexible allowing users to setup their abrt_handle_event processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for abrt_handle_event:
 +
 +.EX
-+.B abrt_handle_event_t 
++.B abrt_handle_event_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -526,27 +526,27 @@ index 0000000..40bd92f
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux abrt_handle_event policy is very flexible allowing users to setup their abrt_handle_event processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for abrt_handle_event:
 +
 +
 +.EX
 +.PP
-+.B abrt_handle_event_exec_t 
++.B abrt_handle_event_exec_t
 +.EE
 +
 +- Set files with the abrt_handle_event_exec_t type, if you want to transition an executable to the abrt_handle_event_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -567,13 +567,13 @@ index 0000000..40bd92f
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), abrt_handle_event(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -581,18 +581,18 @@ index 0000000..40bd92f
 \ No newline at end of file
 diff --git a/man/man8/abrt_helper_selinux.8 b/man/man8/abrt_helper_selinux.8
 new file mode 100644
-index 0000000..55fd159
+index 0000000..ffc4a82
 --- /dev/null
 +++ b/man/man8/abrt_helper_selinux.8
 @@ -0,0 +1,115 @@
-+.TH  "abrt_helper_selinux"  "8"  "12-10-19" "abrt_helper" "SELinux Policy documentation for abrt_helper"
++.TH  "abrt_helper_selinux"  "8"  "12-11-01" "abrt_helper" "SELinux Policy documentation for abrt_helper"
 +.SH "NAME"
 +abrt_helper_selinux \- Security Enhanced Linux Policy for the abrt_helper processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the abrt_helper processes via flexible mandatory access control.
 +
-+The abrt_helper processes execute with the abrt_helper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The abrt_helper processes execute with the abrt_helper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -609,41 +609,41 @@ index 0000000..55fd159
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux abrt_helper policy is very flexible allowing users to setup their abrt_helper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for abrt_helper:
 +
 +.EX
-+.B abrt_helper_t 
++.B abrt_helper_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux abrt_helper policy is very flexible allowing users to setup their abrt_helper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for abrt_helper:
 +
 +
 +.EX
 +.PP
-+.B abrt_helper_exec_t 
++.B abrt_helper_exec_t
 +.EE
 +
 +- Set files with the abrt_helper_exec_t type, if you want to transition an executable to the abrt_helper_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -689,13 +689,13 @@ index 0000000..55fd159
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), abrt_helper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -703,18 +703,18 @@ index 0000000..55fd159
 \ No newline at end of file
 diff --git a/man/man8/abrt_retrace_coredump_selinux.8 b/man/man8/abrt_retrace_coredump_selinux.8
 new file mode 100644
-index 0000000..f0a5e41
+index 0000000..95c7f7f
 --- /dev/null
 +++ b/man/man8/abrt_retrace_coredump_selinux.8
 @@ -0,0 +1,115 @@
-+.TH  "abrt_retrace_coredump_selinux"  "8"  "12-10-19" "abrt_retrace_coredump" "SELinux Policy documentation for abrt_retrace_coredump"
++.TH  "abrt_retrace_coredump_selinux"  "8"  "12-11-01" "abrt_retrace_coredump" "SELinux Policy documentation for abrt_retrace_coredump"
 +.SH "NAME"
 +abrt_retrace_coredump_selinux \- Security Enhanced Linux Policy for the abrt_retrace_coredump processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the abrt_retrace_coredump processes via flexible mandatory access control.
 +
-+The abrt_retrace_coredump processes execute with the abrt_retrace_coredump_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The abrt_retrace_coredump processes execute with the abrt_retrace_coredump_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -731,41 +731,41 @@ index 0000000..f0a5e41
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux abrt_retrace_coredump policy is very flexible allowing users to setup their abrt_retrace_coredump processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for abrt_retrace_coredump:
 +
 +.EX
-+.B abrt_retrace_coredump_t 
++.B abrt_retrace_coredump_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux abrt_retrace_coredump policy is very flexible allowing users to setup their abrt_retrace_coredump processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for abrt_retrace_coredump:
 +
 +
 +.EX
 +.PP
-+.B abrt_retrace_coredump_exec_t 
++.B abrt_retrace_coredump_exec_t
 +.EE
 +
 +- Set files with the abrt_retrace_coredump_exec_t type, if you want to transition an executable to the abrt_retrace_coredump_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -811,13 +811,13 @@ index 0000000..f0a5e41
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), abrt_retrace_coredump(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -825,18 +825,18 @@ index 0000000..f0a5e41
 \ No newline at end of file
 diff --git a/man/man8/abrt_retrace_worker_selinux.8 b/man/man8/abrt_retrace_worker_selinux.8
 new file mode 100644
-index 0000000..6badd93
+index 0000000..c0c182f
 --- /dev/null
 +++ b/man/man8/abrt_retrace_worker_selinux.8
 @@ -0,0 +1,99 @@
-+.TH  "abrt_retrace_worker_selinux"  "8"  "12-10-19" "abrt_retrace_worker" "SELinux Policy documentation for abrt_retrace_worker"
++.TH  "abrt_retrace_worker_selinux"  "8"  "12-11-01" "abrt_retrace_worker" "SELinux Policy documentation for abrt_retrace_worker"
 +.SH "NAME"
 +abrt_retrace_worker_selinux \- Security Enhanced Linux Policy for the abrt_retrace_worker processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the abrt_retrace_worker processes via flexible mandatory access control.
 +
-+The abrt_retrace_worker processes execute with the abrt_retrace_worker_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The abrt_retrace_worker processes execute with the abrt_retrace_worker_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -853,41 +853,41 @@ index 0000000..6badd93
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux abrt_retrace_worker policy is very flexible allowing users to setup their abrt_retrace_worker processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for abrt_retrace_worker:
 +
 +.EX
-+.B abrt_retrace_worker_t 
++.B abrt_retrace_worker_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux abrt_retrace_worker policy is very flexible allowing users to setup their abrt_retrace_worker processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for abrt_retrace_worker:
 +
 +
 +.EX
 +.PP
-+.B abrt_retrace_worker_exec_t 
++.B abrt_retrace_worker_exec_t
 +.EE
 +
 +- Set files with the abrt_retrace_worker_exec_t type, if you want to transition an executable to the abrt_retrace_worker_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -917,13 +917,13 @@ index 0000000..6badd93
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), abrt_retrace_worker(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -931,18 +931,18 @@ index 0000000..6badd93
 \ No newline at end of file
 diff --git a/man/man8/abrt_selinux.8 b/man/man8/abrt_selinux.8
 new file mode 100644
-index 0000000..cdb12a6
+index 0000000..25121c1
 --- /dev/null
 +++ b/man/man8/abrt_selinux.8
 @@ -0,0 +1,347 @@
-+.TH  "abrt_selinux"  "8"  "12-10-19" "abrt" "SELinux Policy documentation for abrt"
++.TH  "abrt_selinux"  "8"  "12-11-01" "abrt" "SELinux Policy documentation for abrt"
 +.SH "NAME"
 +abrt_selinux \- Security Enhanced Linux Policy for the abrt processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the abrt processes via flexible mandatory access control.
 +
-+The abrt processes execute with the abrt_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The abrt processes execute with the abrt_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -959,17 +959,17 @@ index 0000000..cdb12a6
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux abrt policy is very flexible allowing users to setup their abrt processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for abrt:
 +
 +.EX
-+.B abrt_handle_event_t, abrt_helper_t, abrt_retrace_coredump_t, abrt_t, abrt_retrace_worker_t, abrt_dump_oops_t, abrt_watch_log_t 
++.B abrt_handle_event_t, abrt_helper_t, abrt_retrace_coredump_t, abrt_t, abrt_retrace_worker_t, abrt_dump_oops_t, abrt_watch_log_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -1024,19 +1024,19 @@ index 0000000..cdb12a6
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux abrt policy is very flexible allowing users to setup their abrt processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for abrt:
 +
 +
 +.EX
 +.PP
-+.B abrt_dump_oops_exec_t 
++.B abrt_dump_oops_exec_t
 +.EE
 +
 +- Set files with the abrt_dump_oops_exec_t type, if you want to transition an executable to the abrt_dump_oops_t domain.
@@ -1044,7 +1044,7 @@ index 0000000..cdb12a6
 +
 +.EX
 +.PP
-+.B abrt_etc_t 
++.B abrt_etc_t
 +.EE
 +
 +- Set files with the abrt_etc_t type, if you want to store abrt files in the /etc directories.
@@ -1052,7 +1052,7 @@ index 0000000..cdb12a6
 +
 +.EX
 +.PP
-+.B abrt_exec_t 
++.B abrt_exec_t
 +.EE
 +
 +- Set files with the abrt_exec_t type, if you want to transition an executable to the abrt_t domain.
@@ -1060,7 +1060,7 @@ index 0000000..cdb12a6
 +
 +.EX
 +.PP
-+.B abrt_handle_event_exec_t 
++.B abrt_handle_event_exec_t
 +.EE
 +
 +- Set files with the abrt_handle_event_exec_t type, if you want to transition an executable to the abrt_handle_event_t domain.
@@ -1068,7 +1068,7 @@ index 0000000..cdb12a6
 +
 +.EX
 +.PP
-+.B abrt_helper_exec_t 
++.B abrt_helper_exec_t
 +.EE
 +
 +- Set files with the abrt_helper_exec_t type, if you want to transition an executable to the abrt_helper_t domain.
@@ -1076,7 +1076,7 @@ index 0000000..cdb12a6
 +
 +.EX
 +.PP
-+.B abrt_initrc_exec_t 
++.B abrt_initrc_exec_t
 +.EE
 +
 +- Set files with the abrt_initrc_exec_t type, if you want to transition an executable to the abrt_initrc_t domain.
@@ -1084,7 +1084,7 @@ index 0000000..cdb12a6
 +
 +.EX
 +.PP
-+.B abrt_retrace_cache_t 
++.B abrt_retrace_cache_t
 +.EE
 +
 +- Set files with the abrt_retrace_cache_t type, if you want to store the files under the /var/cache directory.
@@ -1092,7 +1092,7 @@ index 0000000..cdb12a6
 +
 +.EX
 +.PP
-+.B abrt_retrace_coredump_exec_t 
++.B abrt_retrace_coredump_exec_t
 +.EE
 +
 +- Set files with the abrt_retrace_coredump_exec_t type, if you want to transition an executable to the abrt_retrace_coredump_t domain.
@@ -1100,7 +1100,7 @@ index 0000000..cdb12a6
 +
 +.EX
 +.PP
-+.B abrt_retrace_spool_t 
++.B abrt_retrace_spool_t
 +.EE
 +
 +- Set files with the abrt_retrace_spool_t type, if you want to store the abrt retrace files under the /var/spool directory.
@@ -1108,7 +1108,7 @@ index 0000000..cdb12a6
 +
 +.EX
 +.PP
-+.B abrt_retrace_worker_exec_t 
++.B abrt_retrace_worker_exec_t
 +.EE
 +
 +- Set files with the abrt_retrace_worker_exec_t type, if you want to transition an executable to the abrt_retrace_worker_t domain.
@@ -1116,7 +1116,7 @@ index 0000000..cdb12a6
 +
 +.EX
 +.PP
-+.B abrt_tmp_t 
++.B abrt_tmp_t
 +.EE
 +
 +- Set files with the abrt_tmp_t type, if you want to store abrt temporary files in the /tmp directories.
@@ -1124,7 +1124,7 @@ index 0000000..cdb12a6
 +
 +.EX
 +.PP
-+.B abrt_unit_file_t 
++.B abrt_unit_file_t
 +.EE
 +
 +- Set files with the abrt_unit_file_t type, if you want to treat the files as abrt unit content.
@@ -1132,7 +1132,7 @@ index 0000000..cdb12a6
 +
 +.EX
 +.PP
-+.B abrt_var_cache_t 
++.B abrt_var_cache_t
 +.EE
 +
 +- Set files with the abrt_var_cache_t type, if you want to store the files under the /var/cache directory.
@@ -1140,7 +1140,7 @@ index 0000000..cdb12a6
 +
 +.EX
 +.PP
-+.B abrt_var_log_t 
++.B abrt_var_log_t
 +.EE
 +
 +- Set files with the abrt_var_log_t type, if you want to treat the data as abrt var log data, usually stored under the /var/log directory.
@@ -1148,7 +1148,7 @@ index 0000000..cdb12a6
 +
 +.EX
 +.PP
-+.B abrt_var_run_t 
++.B abrt_var_run_t
 +.EE
 +
 +- Set files with the abrt_var_run_t type, if you want to store the abrt files under the /run directory.
@@ -1156,15 +1156,15 @@ index 0000000..cdb12a6
 +
 +.EX
 +.PP
-+.B abrt_watch_log_exec_t 
++.B abrt_watch_log_exec_t
 +.EE
 +
 +- Set files with the abrt_watch_log_exec_t type, if you want to transition an executable to the abrt_watch_log_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -1271,13 +1271,13 @@ index 0000000..cdb12a6
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), abrt(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -1285,18 +1285,18 @@ index 0000000..cdb12a6
 \ No newline at end of file
 diff --git a/man/man8/abrt_watch_log_selinux.8 b/man/man8/abrt_watch_log_selinux.8
 new file mode 100644
-index 0000000..e37300c
+index 0000000..e8ab68b
 --- /dev/null
 +++ b/man/man8/abrt_watch_log_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "abrt_watch_log_selinux"  "8"  "12-10-19" "abrt_watch_log" "SELinux Policy documentation for abrt_watch_log"
++.TH  "abrt_watch_log_selinux"  "8"  "12-11-01" "abrt_watch_log" "SELinux Policy documentation for abrt_watch_log"
 +.SH "NAME"
 +abrt_watch_log_selinux \- Security Enhanced Linux Policy for the abrt_watch_log processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the abrt_watch_log processes via flexible mandatory access control.
 +
-+The abrt_watch_log processes execute with the abrt_watch_log_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The abrt_watch_log processes execute with the abrt_watch_log_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -1313,41 +1313,41 @@ index 0000000..e37300c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux abrt_watch_log policy is very flexible allowing users to setup their abrt_watch_log processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for abrt_watch_log:
 +
 +.EX
-+.B abrt_watch_log_t 
++.B abrt_watch_log_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux abrt_watch_log policy is very flexible allowing users to setup their abrt_watch_log processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for abrt_watch_log:
 +
 +
 +.EX
 +.PP
-+.B abrt_watch_log_exec_t 
++.B abrt_watch_log_exec_t
 +.EE
 +
 +- Set files with the abrt_watch_log_exec_t type, if you want to transition an executable to the abrt_watch_log_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -1365,13 +1365,13 @@ index 0000000..e37300c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), abrt_watch_log(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -1379,18 +1379,18 @@ index 0000000..e37300c
 \ No newline at end of file
 diff --git a/man/man8/accountsd_selinux.8 b/man/man8/accountsd_selinux.8
 new file mode 100644
-index 0000000..536e3cf
+index 0000000..0471351
 --- /dev/null
 +++ b/man/man8/accountsd_selinux.8
 @@ -0,0 +1,132 @@
-+.TH  "accountsd_selinux"  "8"  "12-10-19" "accountsd" "SELinux Policy documentation for accountsd"
++.TH  "accountsd_selinux"  "8"  "12-11-01" "accountsd" "SELinux Policy documentation for accountsd"
 +.SH "NAME"
 +accountsd_selinux \- Security Enhanced Linux Policy for the accountsd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the accountsd processes via flexible mandatory access control.
 +
-+The accountsd processes execute with the accountsd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The accountsd processes execute with the accountsd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -1407,33 +1407,33 @@ index 0000000..536e3cf
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux accountsd policy is very flexible allowing users to setup their accountsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for accountsd:
 +
 +.EX
-+.B accountsd_t 
++.B accountsd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux accountsd policy is very flexible allowing users to setup their accountsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for accountsd:
 +
 +
 +.EX
 +.PP
-+.B accountsd_exec_t 
++.B accountsd_exec_t
 +.EE
 +
 +- Set files with the accountsd_exec_t type, if you want to transition an executable to the accountsd_t domain.
@@ -1441,7 +1441,7 @@ index 0000000..536e3cf
 +
 +.EX
 +.PP
-+.B accountsd_unit_file_t 
++.B accountsd_unit_file_t
 +.EE
 +
 +- Set files with the accountsd_unit_file_t type, if you want to treat the files as accountsd unit content.
@@ -1449,15 +1449,15 @@ index 0000000..536e3cf
 +
 +.EX
 +.PP
-+.B accountsd_var_lib_t 
++.B accountsd_var_lib_t
 +.EE
 +
 +- Set files with the accountsd_var_lib_t type, if you want to store the accountsd files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -1505,30 +1505,30 @@ index 0000000..536e3cf
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), accountsd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/acct_selinux.8 b/man/man8/acct_selinux.8
 new file mode 100644
-index 0000000..169b689
+index 0000000..88dbb11
 --- /dev/null
 +++ b/man/man8/acct_selinux.8
 @@ -0,0 +1,126 @@
-+.TH  "acct_selinux"  "8"  "12-10-19" "acct" "SELinux Policy documentation for acct"
++.TH  "acct_selinux"  "8"  "12-11-01" "acct" "SELinux Policy documentation for acct"
 +.SH "NAME"
 +acct_selinux \- Security Enhanced Linux Policy for the acct processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the acct processes via flexible mandatory access control.
 +
-+The acct processes execute with the acct_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The acct processes execute with the acct_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -1545,33 +1545,33 @@ index 0000000..169b689
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux acct policy is very flexible allowing users to setup their acct processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for acct:
 +
 +.EX
-+.B acct_t 
++.B acct_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux acct policy is very flexible allowing users to setup their acct processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for acct:
 +
 +
 +.EX
 +.PP
-+.B acct_data_t 
++.B acct_data_t
 +.EE
 +
 +- Set files with the acct_data_t type, if you want to treat the files as acct content.
@@ -1579,15 +1579,15 @@ index 0000000..169b689
 +
 +.EX
 +.PP
-+.B acct_exec_t 
++.B acct_exec_t
 +.EE
 +
 +- Set files with the acct_exec_t type, if you want to transition an executable to the acct_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -1637,30 +1637,30 @@ index 0000000..169b689
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), acct(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/afs_bosserver_selinux.8 b/man/man8/afs_bosserver_selinux.8
 new file mode 100644
-index 0000000..f348da2
+index 0000000..4502080
 --- /dev/null
 +++ b/man/man8/afs_bosserver_selinux.8
 @@ -0,0 +1,105 @@
-+.TH  "afs_bosserver_selinux"  "8"  "12-10-19" "afs_bosserver" "SELinux Policy documentation for afs_bosserver"
++.TH  "afs_bosserver_selinux"  "8"  "12-11-01" "afs_bosserver" "SELinux Policy documentation for afs_bosserver"
 +.SH "NAME"
 +afs_bosserver_selinux \- Security Enhanced Linux Policy for the afs_bosserver processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the afs_bosserver processes via flexible mandatory access control.
 +
-+The afs_bosserver processes execute with the afs_bosserver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The afs_bosserver processes execute with the afs_bosserver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -1677,41 +1677,41 @@ index 0000000..f348da2
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux afs_bosserver policy is very flexible allowing users to setup their afs_bosserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for afs_bosserver:
 +
 +.EX
-+.B afs_bosserver_t 
++.B afs_bosserver_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux afs_bosserver policy is very flexible allowing users to setup their afs_bosserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for afs_bosserver:
 +
 +
 +.EX
 +.PP
-+.B afs_bosserver_exec_t 
++.B afs_bosserver_exec_t
 +.EE
 +
 +- Set files with the afs_bosserver_exec_t type, if you want to transition an executable to the afs_bosserver_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -1747,13 +1747,13 @@ index 0000000..f348da2
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), afs_bosserver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -1761,18 +1761,18 @@ index 0000000..f348da2
 \ No newline at end of file
 diff --git a/man/man8/afs_fsserver_selinux.8 b/man/man8/afs_fsserver_selinux.8
 new file mode 100644
-index 0000000..1d77e12
+index 0000000..3881562
 --- /dev/null
 +++ b/man/man8/afs_fsserver_selinux.8
 @@ -0,0 +1,115 @@
-+.TH  "afs_fsserver_selinux"  "8"  "12-10-19" "afs_fsserver" "SELinux Policy documentation for afs_fsserver"
++.TH  "afs_fsserver_selinux"  "8"  "12-11-01" "afs_fsserver" "SELinux Policy documentation for afs_fsserver"
 +.SH "NAME"
 +afs_fsserver_selinux \- Security Enhanced Linux Policy for the afs_fsserver processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the afs_fsserver processes via flexible mandatory access control.
 +
-+The afs_fsserver processes execute with the afs_fsserver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The afs_fsserver processes execute with the afs_fsserver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -1789,41 +1789,41 @@ index 0000000..1d77e12
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux afs_fsserver policy is very flexible allowing users to setup their afs_fsserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for afs_fsserver:
 +
 +.EX
-+.B afs_fsserver_t 
++.B afs_fsserver_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux afs_fsserver policy is very flexible allowing users to setup their afs_fsserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for afs_fsserver:
 +
 +
 +.EX
 +.PP
-+.B afs_fsserver_exec_t 
++.B afs_fsserver_exec_t
 +.EE
 +
 +- Set files with the afs_fsserver_exec_t type, if you want to transition an executable to the afs_fsserver_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -1869,13 +1869,13 @@ index 0000000..1d77e12
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), afs_fsserver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -1883,18 +1883,18 @@ index 0000000..1d77e12
 \ No newline at end of file
 diff --git a/man/man8/afs_kaserver_selinux.8 b/man/man8/afs_kaserver_selinux.8
 new file mode 100644
-index 0000000..2604018
+index 0000000..248aaef
 --- /dev/null
 +++ b/man/man8/afs_kaserver_selinux.8
 @@ -0,0 +1,111 @@
-+.TH  "afs_kaserver_selinux"  "8"  "12-10-19" "afs_kaserver" "SELinux Policy documentation for afs_kaserver"
++.TH  "afs_kaserver_selinux"  "8"  "12-11-01" "afs_kaserver" "SELinux Policy documentation for afs_kaserver"
 +.SH "NAME"
 +afs_kaserver_selinux \- Security Enhanced Linux Policy for the afs_kaserver processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the afs_kaserver processes via flexible mandatory access control.
 +
-+The afs_kaserver processes execute with the afs_kaserver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The afs_kaserver processes execute with the afs_kaserver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -1911,41 +1911,41 @@ index 0000000..2604018
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux afs_kaserver policy is very flexible allowing users to setup their afs_kaserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for afs_kaserver:
 +
 +.EX
-+.B afs_kaserver_t 
++.B afs_kaserver_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux afs_kaserver policy is very flexible allowing users to setup their afs_kaserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for afs_kaserver:
 +
 +
 +.EX
 +.PP
-+.B afs_kaserver_exec_t 
++.B afs_kaserver_exec_t
 +.EE
 +
 +- Set files with the afs_kaserver_exec_t type, if you want to transition an executable to the afs_kaserver_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -1987,13 +1987,13 @@ index 0000000..2604018
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), afs_kaserver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -2001,18 +2001,18 @@ index 0000000..2604018
 \ No newline at end of file
 diff --git a/man/man8/afs_ptserver_selinux.8 b/man/man8/afs_ptserver_selinux.8
 new file mode 100644
-index 0000000..07a13ec
+index 0000000..dfd8d86
 --- /dev/null
 +++ b/man/man8/afs_ptserver_selinux.8
 @@ -0,0 +1,103 @@
-+.TH  "afs_ptserver_selinux"  "8"  "12-10-19" "afs_ptserver" "SELinux Policy documentation for afs_ptserver"
++.TH  "afs_ptserver_selinux"  "8"  "12-11-01" "afs_ptserver" "SELinux Policy documentation for afs_ptserver"
 +.SH "NAME"
 +afs_ptserver_selinux \- Security Enhanced Linux Policy for the afs_ptserver processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the afs_ptserver processes via flexible mandatory access control.
 +
-+The afs_ptserver processes execute with the afs_ptserver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The afs_ptserver processes execute with the afs_ptserver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -2029,41 +2029,41 @@ index 0000000..07a13ec
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux afs_ptserver policy is very flexible allowing users to setup their afs_ptserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for afs_ptserver:
 +
 +.EX
-+.B afs_ptserver_t 
++.B afs_ptserver_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux afs_ptserver policy is very flexible allowing users to setup their afs_ptserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for afs_ptserver:
 +
 +
 +.EX
 +.PP
-+.B afs_ptserver_exec_t 
++.B afs_ptserver_exec_t
 +.EE
 +
 +- Set files with the afs_ptserver_exec_t type, if you want to transition an executable to the afs_ptserver_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -2097,13 +2097,13 @@ index 0000000..07a13ec
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), afs_ptserver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -2111,18 +2111,18 @@ index 0000000..07a13ec
 \ No newline at end of file
 diff --git a/man/man8/afs_selinux.8 b/man/man8/afs_selinux.8
 new file mode 100644
-index 0000000..a24371e
+index 0000000..3d27b08
 --- /dev/null
 +++ b/man/man8/afs_selinux.8
 @@ -0,0 +1,352 @@
-+.TH  "afs_selinux"  "8"  "12-10-19" "afs" "SELinux Policy documentation for afs"
++.TH  "afs_selinux"  "8"  "12-11-01" "afs" "SELinux Policy documentation for afs"
 +.SH "NAME"
 +afs_selinux \- Security Enhanced Linux Policy for the afs processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the afs processes via flexible mandatory access control.
 +
-+The afs processes execute with the afs_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The afs processes execute with the afs_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -2139,33 +2139,33 @@ index 0000000..a24371e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux afs policy is very flexible allowing users to setup their afs processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for afs:
 +
 +.EX
-+.B afs_kaserver_t, afs_t, afs_fsserver_t, afs_bosserver_t, afs_vlserver_t, afs_ptserver_t 
++.B afs_kaserver_t, afs_t, afs_fsserver_t, afs_bosserver_t, afs_vlserver_t, afs_ptserver_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux afs policy is very flexible allowing users to setup their afs processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for afs:
 +
 +
 +.EX
 +.PP
-+.B afs_bosserver_exec_t 
++.B afs_bosserver_exec_t
 +.EE
 +
 +- Set files with the afs_bosserver_exec_t type, if you want to transition an executable to the afs_bosserver_t domain.
@@ -2173,7 +2173,7 @@ index 0000000..a24371e
 +
 +.EX
 +.PP
-+.B afs_cache_t 
++.B afs_cache_t
 +.EE
 +
 +- Set files with the afs_cache_t type, if you want to store the files under the /var/cache directory.
@@ -2181,7 +2181,7 @@ index 0000000..a24371e
 +
 +.EX
 +.PP
-+.B afs_config_t 
++.B afs_config_t
 +.EE
 +
 +- Set files with the afs_config_t type, if you want to treat the files as afs configuration data, usually stored under the /etc directory.
@@ -2189,7 +2189,7 @@ index 0000000..a24371e
 +
 +.EX
 +.PP
-+.B afs_dbdir_t 
++.B afs_dbdir_t
 +.EE
 +
 +- Set files with the afs_dbdir_t type, if you want to treat the files as afs dbdir data.
@@ -2197,7 +2197,7 @@ index 0000000..a24371e
 +
 +.EX
 +.PP
-+.B afs_exec_t 
++.B afs_exec_t
 +.EE
 +
 +- Set files with the afs_exec_t type, if you want to transition an executable to the afs_t domain.
@@ -2205,7 +2205,7 @@ index 0000000..a24371e
 +
 +.EX
 +.PP
-+.B afs_files_t 
++.B afs_files_t
 +.EE
 +
 +- Set files with the afs_files_t type, if you want to treat the files as afs content.
@@ -2213,7 +2213,7 @@ index 0000000..a24371e
 +
 +.EX
 +.PP
-+.B afs_fsserver_exec_t 
++.B afs_fsserver_exec_t
 +.EE
 +
 +- Set files with the afs_fsserver_exec_t type, if you want to transition an executable to the afs_fsserver_t domain.
@@ -2221,7 +2221,7 @@ index 0000000..a24371e
 +
 +.EX
 +.PP
-+.B afs_initrc_exec_t 
++.B afs_initrc_exec_t
 +.EE
 +
 +- Set files with the afs_initrc_exec_t type, if you want to transition an executable to the afs_initrc_t domain.
@@ -2229,7 +2229,7 @@ index 0000000..a24371e
 +
 +.EX
 +.PP
-+.B afs_ka_db_t 
++.B afs_ka_db_t
 +.EE
 +
 +- Set files with the afs_ka_db_t type, if you want to treat the files as afs ka database content.
@@ -2237,7 +2237,7 @@ index 0000000..a24371e
 +
 +.EX
 +.PP
-+.B afs_kaserver_exec_t 
++.B afs_kaserver_exec_t
 +.EE
 +
 +- Set files with the afs_kaserver_exec_t type, if you want to transition an executable to the afs_kaserver_t domain.
@@ -2245,7 +2245,7 @@ index 0000000..a24371e
 +
 +.EX
 +.PP
-+.B afs_logfile_t 
++.B afs_logfile_t
 +.EE
 +
 +- Set files with the afs_logfile_t type, if you want to treat the files as afs logfile data.
@@ -2253,7 +2253,7 @@ index 0000000..a24371e
 +
 +.EX
 +.PP
-+.B afs_pt_db_t 
++.B afs_pt_db_t
 +.EE
 +
 +- Set files with the afs_pt_db_t type, if you want to treat the files as afs pt database content.
@@ -2261,7 +2261,7 @@ index 0000000..a24371e
 +
 +.EX
 +.PP
-+.B afs_ptserver_exec_t 
++.B afs_ptserver_exec_t
 +.EE
 +
 +- Set files with the afs_ptserver_exec_t type, if you want to transition an executable to the afs_ptserver_t domain.
@@ -2269,7 +2269,7 @@ index 0000000..a24371e
 +
 +.EX
 +.PP
-+.B afs_vl_db_t 
++.B afs_vl_db_t
 +.EE
 +
 +- Set files with the afs_vl_db_t type, if you want to treat the files as afs vl database content.
@@ -2277,35 +2277,35 @@ index 0000000..a24371e
 +
 +.EX
 +.PP
-+.B afs_vlserver_exec_t 
++.B afs_vlserver_exec_t
 +.EE
 +
 +- Set files with the afs_vlserver_exec_t type, if you want to transition an executable to the afs_vlserver_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux afs policy is very flexible allowing users to setup their afs processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for afs:
 +
 +.EX
 +.TP 5
-+.B afs_bos_port_t 
++.B afs_bos_port_t
 +.TP 10
 +.EE
 +
@@ -2316,7 +2316,7 @@ index 0000000..a24371e
 +
 +.EX
 +.TP 5
-+.B afs_client_port_t 
++.B afs_client_port_t
 +.TP 10
 +.EE
 +
@@ -2327,7 +2327,7 @@ index 0000000..a24371e
 +
 +.EX
 +.TP 5
-+.B afs_fs_port_t 
++.B afs_fs_port_t
 +.TP 10
 +.EE
 +
@@ -2340,7 +2340,7 @@ index 0000000..a24371e
 +
 +.EX
 +.TP 5
-+.B afs_ka_port_t 
++.B afs_ka_port_t
 +.TP 10
 +.EE
 +
@@ -2351,7 +2351,7 @@ index 0000000..a24371e
 +
 +.EX
 +.TP 5
-+.B afs_pt_port_t 
++.B afs_pt_port_t
 +.TP 10
 +.EE
 +
@@ -2362,7 +2362,7 @@ index 0000000..a24371e
 +
 +.EX
 +.TP 5
-+.B afs_vl_port_t 
++.B afs_vl_port_t
 +.TP 10
 +.EE
 +
@@ -2403,10 +2403,10 @@ index 0000000..a24371e
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -2456,13 +2456,13 @@ index 0000000..a24371e
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), afs(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -2470,18 +2470,18 @@ index 0000000..a24371e
 \ No newline at end of file
 diff --git a/man/man8/afs_vlserver_selinux.8 b/man/man8/afs_vlserver_selinux.8
 new file mode 100644
-index 0000000..cda5c42
+index 0000000..fae8285
 --- /dev/null
 +++ b/man/man8/afs_vlserver_selinux.8
 @@ -0,0 +1,103 @@
-+.TH  "afs_vlserver_selinux"  "8"  "12-10-19" "afs_vlserver" "SELinux Policy documentation for afs_vlserver"
++.TH  "afs_vlserver_selinux"  "8"  "12-11-01" "afs_vlserver" "SELinux Policy documentation for afs_vlserver"
 +.SH "NAME"
 +afs_vlserver_selinux \- Security Enhanced Linux Policy for the afs_vlserver processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the afs_vlserver processes via flexible mandatory access control.
 +
-+The afs_vlserver processes execute with the afs_vlserver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The afs_vlserver processes execute with the afs_vlserver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -2498,41 +2498,41 @@ index 0000000..cda5c42
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux afs_vlserver policy is very flexible allowing users to setup their afs_vlserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for afs_vlserver:
 +
 +.EX
-+.B afs_vlserver_t 
++.B afs_vlserver_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux afs_vlserver policy is very flexible allowing users to setup their afs_vlserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for afs_vlserver:
 +
 +
 +.EX
 +.PP
-+.B afs_vlserver_exec_t 
++.B afs_vlserver_exec_t
 +.EE
 +
 +- Set files with the afs_vlserver_exec_t type, if you want to transition an executable to the afs_vlserver_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -2566,13 +2566,13 @@ index 0000000..cda5c42
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), afs_vlserver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -2580,18 +2580,18 @@ index 0000000..cda5c42
 \ No newline at end of file
 diff --git a/man/man8/aiccu_selinux.8 b/man/man8/aiccu_selinux.8
 new file mode 100644
-index 0000000..fa87757
+index 0000000..1c447a0
 --- /dev/null
 +++ b/man/man8/aiccu_selinux.8
 @@ -0,0 +1,120 @@
-+.TH  "aiccu_selinux"  "8"  "12-10-19" "aiccu" "SELinux Policy documentation for aiccu"
++.TH  "aiccu_selinux"  "8"  "12-11-01" "aiccu" "SELinux Policy documentation for aiccu"
 +.SH "NAME"
 +aiccu_selinux \- Security Enhanced Linux Policy for the aiccu processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the aiccu processes via flexible mandatory access control.
 +
-+The aiccu processes execute with the aiccu_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The aiccu processes execute with the aiccu_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -2608,33 +2608,33 @@ index 0000000..fa87757
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux aiccu policy is very flexible allowing users to setup their aiccu processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for aiccu:
 +
 +.EX
-+.B aiccu_t 
++.B aiccu_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux aiccu policy is very flexible allowing users to setup their aiccu processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for aiccu:
 +
 +
 +.EX
 +.PP
-+.B aiccu_etc_t 
++.B aiccu_etc_t
 +.EE
 +
 +- Set files with the aiccu_etc_t type, if you want to store aiccu files in the /etc directories.
@@ -2642,7 +2642,7 @@ index 0000000..fa87757
 +
 +.EX
 +.PP
-+.B aiccu_exec_t 
++.B aiccu_exec_t
 +.EE
 +
 +- Set files with the aiccu_exec_t type, if you want to transition an executable to the aiccu_t domain.
@@ -2650,7 +2650,7 @@ index 0000000..fa87757
 +
 +.EX
 +.PP
-+.B aiccu_initrc_exec_t 
++.B aiccu_initrc_exec_t
 +.EE
 +
 +- Set files with the aiccu_initrc_exec_t type, if you want to transition an executable to the aiccu_initrc_t domain.
@@ -2658,15 +2658,15 @@ index 0000000..fa87757
 +
 +.EX
 +.PP
-+.B aiccu_var_run_t 
++.B aiccu_var_run_t
 +.EE
 +
 +- Set files with the aiccu_var_run_t type, if you want to store the aiccu files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -2694,30 +2694,30 @@ index 0000000..fa87757
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), aiccu(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/aide_selinux.8 b/man/man8/aide_selinux.8
 new file mode 100644
-index 0000000..558980e
+index 0000000..183ad6a
 --- /dev/null
 +++ b/man/man8/aide_selinux.8
 @@ -0,0 +1,120 @@
-+.TH  "aide_selinux"  "8"  "12-10-19" "aide" "SELinux Policy documentation for aide"
++.TH  "aide_selinux"  "8"  "12-11-01" "aide" "SELinux Policy documentation for aide"
 +.SH "NAME"
 +aide_selinux \- Security Enhanced Linux Policy for the aide processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the aide processes via flexible mandatory access control.
 +
-+The aide processes execute with the aide_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The aide processes execute with the aide_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -2734,33 +2734,33 @@ index 0000000..558980e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux aide policy is very flexible allowing users to setup their aide processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for aide:
 +
 +.EX
-+.B aide_t 
++.B aide_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux aide policy is very flexible allowing users to setup their aide processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for aide:
 +
 +
 +.EX
 +.PP
-+.B aide_db_t 
++.B aide_db_t
 +.EE
 +
 +- Set files with the aide_db_t type, if you want to treat the files as aide database content.
@@ -2768,7 +2768,7 @@ index 0000000..558980e
 +
 +.EX
 +.PP
-+.B aide_exec_t 
++.B aide_exec_t
 +.EE
 +
 +- Set files with the aide_exec_t type, if you want to transition an executable to the aide_t domain.
@@ -2776,15 +2776,15 @@ index 0000000..558980e
 +
 +.EX
 +.PP
-+.B aide_log_t 
++.B aide_log_t
 +.EE
 +
 +- Set files with the aide_log_t type, if you want to treat the data as aide log data, usually stored under the /var/log directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -2820,30 +2820,30 @@ index 0000000..558980e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), aide(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/aisexec_selinux.8 b/man/man8/aisexec_selinux.8
 new file mode 100644
-index 0000000..2590859
+index 0000000..ced319f
 --- /dev/null
 +++ b/man/man8/aisexec_selinux.8
 @@ -0,0 +1,206 @@
-+.TH  "aisexec_selinux"  "8"  "12-10-19" "aisexec" "SELinux Policy documentation for aisexec"
++.TH  "aisexec_selinux"  "8"  "12-11-01" "aisexec" "SELinux Policy documentation for aisexec"
 +.SH "NAME"
 +aisexec_selinux \- Security Enhanced Linux Policy for the aisexec processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the aisexec processes via flexible mandatory access control.
 +
-+The aisexec processes execute with the aisexec_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The aisexec processes execute with the aisexec_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -2860,33 +2860,33 @@ index 0000000..2590859
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux aisexec policy is very flexible allowing users to setup their aisexec processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for aisexec:
 +
 +.EX
-+.B aisexec_t 
++.B aisexec_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux aisexec policy is very flexible allowing users to setup their aisexec processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for aisexec:
 +
 +
 +.EX
 +.PP
-+.B aisexec_exec_t 
++.B aisexec_exec_t
 +.EE
 +
 +- Set files with the aisexec_exec_t type, if you want to transition an executable to the aisexec_t domain.
@@ -2894,7 +2894,7 @@ index 0000000..2590859
 +
 +.EX
 +.PP
-+.B aisexec_initrc_exec_t 
++.B aisexec_initrc_exec_t
 +.EE
 +
 +- Set files with the aisexec_initrc_exec_t type, if you want to transition an executable to the aisexec_initrc_t domain.
@@ -2902,7 +2902,7 @@ index 0000000..2590859
 +
 +.EX
 +.PP
-+.B aisexec_tmp_t 
++.B aisexec_tmp_t
 +.EE
 +
 +- Set files with the aisexec_tmp_t type, if you want to store aisexec temporary files in the /tmp directories.
@@ -2910,7 +2910,7 @@ index 0000000..2590859
 +
 +.EX
 +.PP
-+.B aisexec_tmpfs_t 
++.B aisexec_tmpfs_t
 +.EE
 +
 +- Set files with the aisexec_tmpfs_t type, if you want to store aisexec files on a tmpfs file system.
@@ -2918,7 +2918,7 @@ index 0000000..2590859
 +
 +.EX
 +.PP
-+.B aisexec_var_lib_t 
++.B aisexec_var_lib_t
 +.EE
 +
 +- Set files with the aisexec_var_lib_t type, if you want to store the aisexec files under the /var/lib directory.
@@ -2926,7 +2926,7 @@ index 0000000..2590859
 +
 +.EX
 +.PP
-+.B aisexec_var_log_t 
++.B aisexec_var_log_t
 +.EE
 +
 +- Set files with the aisexec_var_log_t type, if you want to treat the data as aisexec var log data, usually stored under the /var/log directory.
@@ -2934,15 +2934,15 @@ index 0000000..2590859
 +
 +.EX
 +.PP
-+.B aisexec_var_run_t 
++.B aisexec_var_run_t
 +.EE
 +
 +- Set files with the aisexec_var_run_t type, if you want to store the aisexec files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -3032,30 +3032,30 @@ index 0000000..2590859
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), aisexec(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ajaxterm_selinux.8 b/man/man8/ajaxterm_selinux.8
 new file mode 100644
-index 0000000..bb9df23
+index 0000000..2423a73
 --- /dev/null
 +++ b/man/man8/ajaxterm_selinux.8
 @@ -0,0 +1,184 @@
-+.TH  "ajaxterm_selinux"  "8"  "12-10-19" "ajaxterm" "SELinux Policy documentation for ajaxterm"
++.TH  "ajaxterm_selinux"  "8"  "12-11-01" "ajaxterm" "SELinux Policy documentation for ajaxterm"
 +.SH "NAME"
 +ajaxterm_selinux \- Security Enhanced Linux Policy for the ajaxterm processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ajaxterm processes via flexible mandatory access control.
 +
-+The ajaxterm processes execute with the ajaxterm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ajaxterm processes execute with the ajaxterm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -3072,33 +3072,33 @@ index 0000000..bb9df23
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ajaxterm policy is very flexible allowing users to setup their ajaxterm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ajaxterm:
 +
 +.EX
-+.B ajaxterm_ssh_t, ajaxterm_t 
++.B ajaxterm_ssh_t, ajaxterm_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ajaxterm policy is very flexible allowing users to setup their ajaxterm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ajaxterm:
 +
 +
 +.EX
 +.PP
-+.B ajaxterm_exec_t 
++.B ajaxterm_exec_t
 +.EE
 +
 +- Set files with the ajaxterm_exec_t type, if you want to transition an executable to the ajaxterm_t domain.
@@ -3106,7 +3106,7 @@ index 0000000..bb9df23
 +
 +.EX
 +.PP
-+.B ajaxterm_initrc_exec_t 
++.B ajaxterm_initrc_exec_t
 +.EE
 +
 +- Set files with the ajaxterm_initrc_exec_t type, if you want to transition an executable to the ajaxterm_initrc_t domain.
@@ -3114,35 +3114,35 @@ index 0000000..bb9df23
 +
 +.EX
 +.PP
-+.B ajaxterm_var_run_t 
++.B ajaxterm_var_run_t
 +.EE
 +
 +- Set files with the ajaxterm_var_run_t type, if you want to store the ajaxterm files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux ajaxterm policy is very flexible allowing users to setup their ajaxterm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for ajaxterm:
 +
 +.EX
 +.TP 5
-+.B ajaxterm_port_t 
++.B ajaxterm_port_t
 +.TP 10
 +.EE
 +
@@ -3222,30 +3222,30 @@ index 0000000..bb9df23
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ajaxterm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/alsa_selinux.8 b/man/man8/alsa_selinux.8
 new file mode 100644
-index 0000000..0c3c792
+index 0000000..75888ee
 --- /dev/null
 +++ b/man/man8/alsa_selinux.8
 @@ -0,0 +1,170 @@
-+.TH  "alsa_selinux"  "8"  "12-10-19" "alsa" "SELinux Policy documentation for alsa"
++.TH  "alsa_selinux"  "8"  "12-11-01" "alsa" "SELinux Policy documentation for alsa"
 +.SH "NAME"
 +alsa_selinux \- Security Enhanced Linux Policy for the alsa processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the alsa processes via flexible mandatory access control.
 +
-+The alsa processes execute with the alsa_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The alsa processes execute with the alsa_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -3262,33 +3262,33 @@ index 0000000..0c3c792
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux alsa policy is very flexible allowing users to setup their alsa processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for alsa:
 +
 +.EX
-+.B alsa_t 
++.B alsa_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux alsa policy is very flexible allowing users to setup their alsa processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for alsa:
 +
 +
 +.EX
 +.PP
-+.B alsa_etc_rw_t 
++.B alsa_etc_rw_t
 +.EE
 +
 +- Set files with the alsa_etc_rw_t type, if you want to treat the files as alsa etc read/write content.
@@ -3296,7 +3296,7 @@ index 0000000..0c3c792
 +
 +.EX
 +.PP
-+.B alsa_exec_t 
++.B alsa_exec_t
 +.EE
 +
 +- Set files with the alsa_exec_t type, if you want to transition an executable to the alsa_t domain.
@@ -3304,7 +3304,7 @@ index 0000000..0c3c792
 +
 +.EX
 +.PP
-+.B alsa_home_t 
++.B alsa_home_t
 +.EE
 +
 +- Set files with the alsa_home_t type, if you want to store alsa files in the users home directory.
@@ -3312,7 +3312,7 @@ index 0000000..0c3c792
 +
 +.EX
 +.PP
-+.B alsa_tmp_t 
++.B alsa_tmp_t
 +.EE
 +
 +- Set files with the alsa_tmp_t type, if you want to store alsa temporary files in the /tmp directories.
@@ -3320,7 +3320,7 @@ index 0000000..0c3c792
 +
 +.EX
 +.PP
-+.B alsa_unit_file_t 
++.B alsa_unit_file_t
 +.EE
 +
 +- Set files with the alsa_unit_file_t type, if you want to treat the files as alsa unit content.
@@ -3328,15 +3328,15 @@ index 0000000..0c3c792
 +
 +.EX
 +.PP
-+.B alsa_var_lib_t 
++.B alsa_var_lib_t
 +.EE
 +
 +- Set files with the alsa_var_lib_t type, if you want to store the alsa files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -3398,30 +3398,30 @@ index 0000000..0c3c792
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), alsa(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/amanda_recover_selinux.8 b/man/man8/amanda_recover_selinux.8
 new file mode 100644
-index 0000000..a99b9cb
+index 0000000..680559a
 --- /dev/null
 +++ b/man/man8/amanda_recover_selinux.8
 @@ -0,0 +1,131 @@
-+.TH  "amanda_recover_selinux"  "8"  "12-10-19" "amanda_recover" "SELinux Policy documentation for amanda_recover"
++.TH  "amanda_recover_selinux"  "8"  "12-11-01" "amanda_recover" "SELinux Policy documentation for amanda_recover"
 +.SH "NAME"
 +amanda_recover_selinux \- Security Enhanced Linux Policy for the amanda_recover processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the amanda_recover processes via flexible mandatory access control.
 +
-+The amanda_recover processes execute with the amanda_recover_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The amanda_recover processes execute with the amanda_recover_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -3438,33 +3438,33 @@ index 0000000..a99b9cb
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux amanda_recover policy is very flexible allowing users to setup their amanda_recover processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for amanda_recover:
 +
 +.EX
-+.B amanda_recover_t 
++.B amanda_recover_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux amanda_recover policy is very flexible allowing users to setup their amanda_recover processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for amanda_recover:
 +
 +
 +.EX
 +.PP
-+.B amanda_recover_dir_t 
++.B amanda_recover_dir_t
 +.EE
 +
 +- Set files with the amanda_recover_dir_t type, if you want to treat the files as amanda recover dir data.
@@ -3472,15 +3472,15 @@ index 0000000..a99b9cb
 +
 +.EX
 +.PP
-+.B amanda_recover_exec_t 
++.B amanda_recover_exec_t
 +.EE
 +
 +- Set files with the amanda_recover_exec_t type, if you want to transition an executable to the amanda_recover_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -3534,13 +3534,13 @@ index 0000000..a99b9cb
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), amanda_recover(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -3548,18 +3548,18 @@ index 0000000..a99b9cb
 \ No newline at end of file
 diff --git a/man/man8/amanda_selinux.8 b/man/man8/amanda_selinux.8
 new file mode 100644
-index 0000000..9161d06
+index 0000000..6bdbec5
 --- /dev/null
 +++ b/man/man8/amanda_selinux.8
 @@ -0,0 +1,277 @@
-+.TH  "amanda_selinux"  "8"  "12-10-19" "amanda" "SELinux Policy documentation for amanda"
++.TH  "amanda_selinux"  "8"  "12-11-01" "amanda" "SELinux Policy documentation for amanda"
 +.SH "NAME"
 +amanda_selinux \- Security Enhanced Linux Policy for the amanda processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the amanda processes via flexible mandatory access control.
 +
-+The amanda processes execute with the amanda_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The amanda processes execute with the amanda_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -3576,33 +3576,33 @@ index 0000000..9161d06
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux amanda policy is very flexible allowing users to setup their amanda processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for amanda:
 +
 +.EX
-+.B amanda_t, amanda_recover_t 
++.B amanda_t, amanda_recover_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux amanda policy is very flexible allowing users to setup their amanda processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for amanda:
 +
 +
 +.EX
 +.PP
-+.B amanda_amandates_t 
++.B amanda_amandates_t
 +.EE
 +
 +- Set files with the amanda_amandates_t type, if you want to treat the files as amanda amandates data.
@@ -3610,7 +3610,7 @@ index 0000000..9161d06
 +
 +.EX
 +.PP
-+.B amanda_config_t 
++.B amanda_config_t
 +.EE
 +
 +- Set files with the amanda_config_t type, if you want to treat the files as amanda configuration data, usually stored under the /etc directory.
@@ -3618,7 +3618,7 @@ index 0000000..9161d06
 +
 +.EX
 +.PP
-+.B amanda_data_t 
++.B amanda_data_t
 +.EE
 +
 +- Set files with the amanda_data_t type, if you want to treat the files as amanda content.
@@ -3626,7 +3626,7 @@ index 0000000..9161d06
 +
 +.EX
 +.PP
-+.B amanda_dumpdates_t 
++.B amanda_dumpdates_t
 +.EE
 +
 +- Set files with the amanda_dumpdates_t type, if you want to treat the files as amanda dumpdates data.
@@ -3634,7 +3634,7 @@ index 0000000..9161d06
 +
 +.EX
 +.PP
-+.B amanda_exec_t 
++.B amanda_exec_t
 +.EE
 +
 +- Set files with the amanda_exec_t type, if you want to transition an executable to the amanda_t domain.
@@ -3642,7 +3642,7 @@ index 0000000..9161d06
 +
 +.EX
 +.PP
-+.B amanda_gnutarlists_t 
++.B amanda_gnutarlists_t
 +.EE
 +
 +- Set files with the amanda_gnutarlists_t type, if you want to treat the files as amanda gnutarlists data.
@@ -3650,7 +3650,7 @@ index 0000000..9161d06
 +
 +.EX
 +.PP
-+.B amanda_inetd_exec_t 
++.B amanda_inetd_exec_t
 +.EE
 +
 +- Set files with the amanda_inetd_exec_t type, if you want to transition an executable to the amanda_inetd_t domain.
@@ -3658,7 +3658,7 @@ index 0000000..9161d06
 +
 +.EX
 +.PP
-+.B amanda_log_t 
++.B amanda_log_t
 +.EE
 +
 +- Set files with the amanda_log_t type, if you want to treat the data as amanda log data, usually stored under the /var/log directory.
@@ -3666,7 +3666,7 @@ index 0000000..9161d06
 +
 +.EX
 +.PP
-+.B amanda_recover_dir_t 
++.B amanda_recover_dir_t
 +.EE
 +
 +- Set files with the amanda_recover_dir_t type, if you want to treat the files as amanda recover dir data.
@@ -3674,7 +3674,7 @@ index 0000000..9161d06
 +
 +.EX
 +.PP
-+.B amanda_recover_exec_t 
++.B amanda_recover_exec_t
 +.EE
 +
 +- Set files with the amanda_recover_exec_t type, if you want to transition an executable to the amanda_recover_t domain.
@@ -3682,7 +3682,7 @@ index 0000000..9161d06
 +
 +.EX
 +.PP
-+.B amanda_tmp_t 
++.B amanda_tmp_t
 +.EE
 +
 +- Set files with the amanda_tmp_t type, if you want to store amanda temporary files in the /tmp directories.
@@ -3690,7 +3690,7 @@ index 0000000..9161d06
 +
 +.EX
 +.PP
-+.B amanda_usr_lib_t 
++.B amanda_usr_lib_t
 +.EE
 +
 +- Set files with the amanda_usr_lib_t type, if you want to treat the files as amanda usr lib data.
@@ -3698,35 +3698,35 @@ index 0000000..9161d06
 +
 +.EX
 +.PP
-+.B amanda_var_lib_t 
++.B amanda_var_lib_t
 +.EE
 +
 +- Set files with the amanda_var_lib_t type, if you want to store the amanda files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux amanda policy is very flexible allowing users to setup their amanda processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for amanda:
 +
 +.EX
 +.TP 5
-+.B amanda_port_t 
++.B amanda_port_t
 +.TP 10
 +.EE
 +
@@ -3818,13 +3818,13 @@ index 0000000..9161d06
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), amanda(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -3832,18 +3832,18 @@ index 0000000..9161d06
 \ No newline at end of file
 diff --git a/man/man8/amavis_selinux.8 b/man/man8/amavis_selinux.8
 new file mode 100644
-index 0000000..4dc37f2
+index 0000000..28b1547
 --- /dev/null
 +++ b/man/man8/amavis_selinux.8
 @@ -0,0 +1,283 @@
-+.TH  "amavis_selinux"  "8"  "12-10-19" "amavis" "SELinux Policy documentation for amavis"
++.TH  "amavis_selinux"  "8"  "12-11-01" "amavis" "SELinux Policy documentation for amavis"
 +.SH "NAME"
 +amavis_selinux \- Security Enhanced Linux Policy for the amavis processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the amavis processes via flexible mandatory access control.
 +
-+The amavis processes execute with the amavis_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The amavis processes execute with the amavis_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -3860,17 +3860,17 @@ index 0000000..4dc37f2
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux amavis policy is very flexible allowing users to setup their amavis processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for amavis:
 +
 +.EX
-+.B amavis_t 
++.B amavis_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -3892,19 +3892,19 @@ index 0000000..4dc37f2
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux amavis policy is very flexible allowing users to setup their amavis processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for amavis:
 +
 +
 +.EX
 +.PP
-+.B amavis_etc_t 
++.B amavis_etc_t
 +.EE
 +
 +- Set files with the amavis_etc_t type, if you want to store amavis files in the /etc directories.
@@ -3912,7 +3912,7 @@ index 0000000..4dc37f2
 +
 +.EX
 +.PP
-+.B amavis_exec_t 
++.B amavis_exec_t
 +.EE
 +
 +- Set files with the amavis_exec_t type, if you want to transition an executable to the amavis_t domain.
@@ -3920,7 +3920,7 @@ index 0000000..4dc37f2
 +
 +.EX
 +.PP
-+.B amavis_initrc_exec_t 
++.B amavis_initrc_exec_t
 +.EE
 +
 +- Set files with the amavis_initrc_exec_t type, if you want to transition an executable to the amavis_initrc_t domain.
@@ -3928,7 +3928,7 @@ index 0000000..4dc37f2
 +
 +.EX
 +.PP
-+.B amavis_quarantine_t 
++.B amavis_quarantine_t
 +.EE
 +
 +- Set files with the amavis_quarantine_t type, if you want to treat the files as amavis quarantine data.
@@ -3936,7 +3936,7 @@ index 0000000..4dc37f2
 +
 +.EX
 +.PP
-+.B amavis_spool_t 
++.B amavis_spool_t
 +.EE
 +
 +- Set files with the amavis_spool_t type, if you want to store the amavis files under the /var/spool directory.
@@ -3944,7 +3944,7 @@ index 0000000..4dc37f2
 +
 +.EX
 +.PP
-+.B amavis_tmp_t 
++.B amavis_tmp_t
 +.EE
 +
 +- Set files with the amavis_tmp_t type, if you want to store amavis temporary files in the /tmp directories.
@@ -3952,7 +3952,7 @@ index 0000000..4dc37f2
 +
 +.EX
 +.PP
-+.B amavis_var_lib_t 
++.B amavis_var_lib_t
 +.EE
 +
 +- Set files with the amavis_var_lib_t type, if you want to store the amavis files under the /var/lib directory.
@@ -3960,7 +3960,7 @@ index 0000000..4dc37f2
 +
 +.EX
 +.PP
-+.B amavis_var_log_t 
++.B amavis_var_log_t
 +.EE
 +
 +- Set files with the amavis_var_log_t type, if you want to treat the data as amavis var log data, usually stored under the /var/log directory.
@@ -3968,35 +3968,35 @@ index 0000000..4dc37f2
 +
 +.EX
 +.PP
-+.B amavis_var_run_t 
++.B amavis_var_run_t
 +.EE
 +
 +- Set files with the amavis_var_run_t type, if you want to store the amavis files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux amavis policy is very flexible allowing users to setup their amavis processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for amavis:
 +
 +.EX
 +.TP 5
-+.B amavisd_recv_port_t 
++.B amavisd_recv_port_t
 +.TP 10
 +.EE
 +
@@ -4007,7 +4007,7 @@ index 0000000..4dc37f2
 +
 +.EX
 +.TP 5
-+.B amavisd_send_port_t 
++.B amavisd_send_port_t
 +.TP 10
 +.EE
 +
@@ -4108,13 +4108,13 @@ index 0000000..4dc37f2
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), amavis(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -4122,18 +4122,18 @@ index 0000000..4dc37f2
 \ No newline at end of file
 diff --git a/man/man8/amtu_selinux.8 b/man/man8/amtu_selinux.8
 new file mode 100644
-index 0000000..a5884c1
+index 0000000..96416ac
 --- /dev/null
 +++ b/man/man8/amtu_selinux.8
 @@ -0,0 +1,102 @@
-+.TH  "amtu_selinux"  "8"  "12-10-19" "amtu" "SELinux Policy documentation for amtu"
++.TH  "amtu_selinux"  "8"  "12-11-01" "amtu" "SELinux Policy documentation for amtu"
 +.SH "NAME"
 +amtu_selinux \- Security Enhanced Linux Policy for the amtu processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the amtu processes via flexible mandatory access control.
 +
-+The amtu processes execute with the amtu_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The amtu processes execute with the amtu_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -4150,41 +4150,41 @@ index 0000000..a5884c1
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux amtu policy is very flexible allowing users to setup their amtu processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for amtu:
 +
 +.EX
-+.B amtu_t 
++.B amtu_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux amtu policy is very flexible allowing users to setup their amtu processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for amtu:
 +
 +
 +.EX
 +.PP
-+.B amtu_exec_t 
++.B amtu_exec_t
 +.EE
 +
 +- Set files with the amtu_exec_t type, if you want to transition an executable to the amtu_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -4218,30 +4218,38 @@ index 0000000..a5884c1
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), amtu(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
+diff --git a/man/man8/apache_selinux.8 b/man/man8/apache_selinux.8
+new file mode 100644
+index 0000000..1ff959f
+--- /dev/null
++++ b/man/man8/apache_selinux.8
+@@ -0,0 +1 @@
++.so man8/httpd_selinux.8
+\ No newline at end of file
 diff --git a/man/man8/apcupsd_selinux.8 b/man/man8/apcupsd_selinux.8
 new file mode 100644
-index 0000000..f9dde96
+index 0000000..5c83a01
 --- /dev/null
 +++ b/man/man8/apcupsd_selinux.8
 @@ -0,0 +1,264 @@
-+.TH  "apcupsd_selinux"  "8"  "12-10-19" "apcupsd" "SELinux Policy documentation for apcupsd"
++.TH  "apcupsd_selinux"  "8"  "12-11-01" "apcupsd" "SELinux Policy documentation for apcupsd"
 +.SH "NAME"
 +apcupsd_selinux \- Security Enhanced Linux Policy for the apcupsd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the apcupsd processes via flexible mandatory access control.
 +
-+The apcupsd processes execute with the apcupsd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The apcupsd processes execute with the apcupsd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -4258,33 +4266,33 @@ index 0000000..f9dde96
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux apcupsd policy is very flexible allowing users to setup their apcupsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for apcupsd:
 +
 +.EX
-+.B apcupsd_t 
++.B apcupsd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux apcupsd policy is very flexible allowing users to setup their apcupsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for apcupsd:
 +
 +
 +.EX
 +.PP
-+.B apcupsd_exec_t 
++.B apcupsd_exec_t
 +.EE
 +
 +- Set files with the apcupsd_exec_t type, if you want to transition an executable to the apcupsd_t domain.
@@ -4292,7 +4300,7 @@ index 0000000..f9dde96
 +
 +.EX
 +.PP
-+.B apcupsd_initrc_exec_t 
++.B apcupsd_initrc_exec_t
 +.EE
 +
 +- Set files with the apcupsd_initrc_exec_t type, if you want to transition an executable to the apcupsd_initrc_t domain.
@@ -4300,7 +4308,7 @@ index 0000000..f9dde96
 +
 +.EX
 +.PP
-+.B apcupsd_lock_t 
++.B apcupsd_lock_t
 +.EE
 +
 +- Set files with the apcupsd_lock_t type, if you want to treat the files as apcupsd lock data, stored under the /var/lock directory
@@ -4308,7 +4316,7 @@ index 0000000..f9dde96
 +
 +.EX
 +.PP
-+.B apcupsd_log_t 
++.B apcupsd_log_t
 +.EE
 +
 +- Set files with the apcupsd_log_t type, if you want to treat the data as apcupsd log data, usually stored under the /var/log directory.
@@ -4316,7 +4324,7 @@ index 0000000..f9dde96
 +
 +.EX
 +.PP
-+.B apcupsd_tmp_t 
++.B apcupsd_tmp_t
 +.EE
 +
 +- Set files with the apcupsd_tmp_t type, if you want to store apcupsd temporary files in the /tmp directories.
@@ -4324,7 +4332,7 @@ index 0000000..f9dde96
 +
 +.EX
 +.PP
-+.B apcupsd_unit_file_t 
++.B apcupsd_unit_file_t
 +.EE
 +
 +- Set files with the apcupsd_unit_file_t type, if you want to treat the files as apcupsd unit content.
@@ -4332,35 +4340,35 @@ index 0000000..f9dde96
 +
 +.EX
 +.PP
-+.B apcupsd_var_run_t 
++.B apcupsd_var_run_t
 +.EE
 +
 +- Set files with the apcupsd_var_run_t type, if you want to store the apcupsd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux apcupsd policy is very flexible allowing users to setup their apcupsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for apcupsd:
 +
 +.EX
 +.TP 5
-+.B apcupsd_port_t 
++.B apcupsd_port_t
 +.TP 10
 +.EE
 +
@@ -4419,10 +4427,10 @@ index 0000000..f9dde96
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -4488,30 +4496,30 @@ index 0000000..f9dde96
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), apcupsd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/apm_selinux.8 b/man/man8/apm_selinux.8
 new file mode 100644
-index 0000000..fb2cd8f
+index 0000000..2791aca
 --- /dev/null
 +++ b/man/man8/apm_selinux.8
 @@ -0,0 +1,149 @@
-+.TH  "apm_selinux"  "8"  "12-10-19" "apm" "SELinux Policy documentation for apm"
++.TH  "apm_selinux"  "8"  "12-11-01" "apm" "SELinux Policy documentation for apm"
 +.SH "NAME"
 +apm_selinux \- Security Enhanced Linux Policy for the apm processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the apm processes via flexible mandatory access control.
 +
-+The apm processes execute with the apm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The apm processes execute with the apm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -4528,33 +4536,33 @@ index 0000000..fb2cd8f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux apm policy is very flexible allowing users to setup their apm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for apm:
 +
 +.EX
-+.B apm_t, apmd_t 
++.B apm_t, apmd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux apm policy is very flexible allowing users to setup their apm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for apm:
 +
 +
 +.EX
 +.PP
-+.B apm_exec_t 
++.B apm_exec_t
 +.EE
 +
 +- Set files with the apm_exec_t type, if you want to transition an executable to the apm_t domain.
@@ -4562,7 +4570,7 @@ index 0000000..fb2cd8f
 +
 +.EX
 +.PP
-+.B apmd_exec_t 
++.B apmd_exec_t
 +.EE
 +
 +- Set files with the apmd_exec_t type, if you want to transition an executable to the apmd_t domain.
@@ -4570,7 +4578,7 @@ index 0000000..fb2cd8f
 +
 +.EX
 +.PP
-+.B apmd_lock_t 
++.B apmd_lock_t
 +.EE
 +
 +- Set files with the apmd_lock_t type, if you want to treat the files as apmd lock data, stored under the /var/lock directory
@@ -4578,7 +4586,7 @@ index 0000000..fb2cd8f
 +
 +.EX
 +.PP
-+.B apmd_log_t 
++.B apmd_log_t
 +.EE
 +
 +- Set files with the apmd_log_t type, if you want to treat the data as apmd log data, usually stored under the /var/log directory.
@@ -4586,7 +4594,7 @@ index 0000000..fb2cd8f
 +
 +.EX
 +.PP
-+.B apmd_tmp_t 
++.B apmd_tmp_t
 +.EE
 +
 +- Set files with the apmd_tmp_t type, if you want to store apmd temporary files in the /tmp directories.
@@ -4594,7 +4602,7 @@ index 0000000..fb2cd8f
 +
 +.EX
 +.PP
-+.B apmd_unit_file_t 
++.B apmd_unit_file_t
 +.EE
 +
 +- Set files with the apmd_unit_file_t type, if you want to treat the files as apmd unit content.
@@ -4602,15 +4610,15 @@ index 0000000..fb2cd8f
 +
 +.EX
 +.PP
-+.B apmd_var_run_t 
++.B apmd_var_run_t
 +.EE
 +
 +- Set files with the apmd_var_run_t type, if you want to store the apmd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -4642,13 +4650,13 @@ index 0000000..fb2cd8f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), apm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -4656,18 +4664,18 @@ index 0000000..fb2cd8f
 \ No newline at end of file
 diff --git a/man/man8/apmd_selinux.8 b/man/man8/apmd_selinux.8
 new file mode 100644
-index 0000000..bebe5b0
+index 0000000..071cf38
 --- /dev/null
 +++ b/man/man8/apmd_selinux.8
 @@ -0,0 +1,229 @@
-+.TH  "apmd_selinux"  "8"  "12-10-19" "apmd" "SELinux Policy documentation for apmd"
++.TH  "apmd_selinux"  "8"  "12-11-01" "apmd" "SELinux Policy documentation for apmd"
 +.SH "NAME"
 +apmd_selinux \- Security Enhanced Linux Policy for the apmd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the apmd processes via flexible mandatory access control.
 +
-+The apmd processes execute with the apmd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The apmd processes execute with the apmd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -4684,33 +4692,33 @@ index 0000000..bebe5b0
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux apmd policy is very flexible allowing users to setup their apmd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for apmd:
 +
 +.EX
-+.B apm_t, apmd_t 
++.B apm_t, apmd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux apmd policy is very flexible allowing users to setup their apmd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for apmd:
 +
 +
 +.EX
 +.PP
-+.B apmd_exec_t 
++.B apmd_exec_t
 +.EE
 +
 +- Set files with the apmd_exec_t type, if you want to transition an executable to the apmd_t domain.
@@ -4718,7 +4726,7 @@ index 0000000..bebe5b0
 +
 +.EX
 +.PP
-+.B apmd_lock_t 
++.B apmd_lock_t
 +.EE
 +
 +- Set files with the apmd_lock_t type, if you want to treat the files as apmd lock data, stored under the /var/lock directory
@@ -4726,7 +4734,7 @@ index 0000000..bebe5b0
 +
 +.EX
 +.PP
-+.B apmd_log_t 
++.B apmd_log_t
 +.EE
 +
 +- Set files with the apmd_log_t type, if you want to treat the data as apmd log data, usually stored under the /var/log directory.
@@ -4734,7 +4742,7 @@ index 0000000..bebe5b0
 +
 +.EX
 +.PP
-+.B apmd_tmp_t 
++.B apmd_tmp_t
 +.EE
 +
 +- Set files with the apmd_tmp_t type, if you want to store apmd temporary files in the /tmp directories.
@@ -4742,7 +4750,7 @@ index 0000000..bebe5b0
 +
 +.EX
 +.PP
-+.B apmd_unit_file_t 
++.B apmd_unit_file_t
 +.EE
 +
 +- Set files with the apmd_unit_file_t type, if you want to treat the files as apmd unit content.
@@ -4750,15 +4758,15 @@ index 0000000..bebe5b0
 +
 +.EX
 +.PP
-+.B apmd_var_run_t 
++.B apmd_var_run_t
 +.EE
 +
 +- Set files with the apmd_var_run_t type, if you want to store the apmd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -4878,13 +4886,13 @@ index 0000000..bebe5b0
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), apmd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -4892,18 +4900,18 @@ index 0000000..bebe5b0
 \ No newline at end of file
 diff --git a/man/man8/arpwatch_selinux.8 b/man/man8/arpwatch_selinux.8
 new file mode 100644
-index 0000000..6bbce9a
+index 0000000..d869564
 --- /dev/null
 +++ b/man/man8/arpwatch_selinux.8
 @@ -0,0 +1,160 @@
-+.TH  "arpwatch_selinux"  "8"  "12-10-19" "arpwatch" "SELinux Policy documentation for arpwatch"
++.TH  "arpwatch_selinux"  "8"  "12-11-01" "arpwatch" "SELinux Policy documentation for arpwatch"
 +.SH "NAME"
 +arpwatch_selinux \- Security Enhanced Linux Policy for the arpwatch processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the arpwatch processes via flexible mandatory access control.
 +
-+The arpwatch processes execute with the arpwatch_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The arpwatch processes execute with the arpwatch_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -4920,33 +4928,33 @@ index 0000000..6bbce9a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux arpwatch policy is very flexible allowing users to setup their arpwatch processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for arpwatch:
 +
 +.EX
-+.B arpwatch_t 
++.B arpwatch_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux arpwatch policy is very flexible allowing users to setup their arpwatch processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for arpwatch:
 +
 +
 +.EX
 +.PP
-+.B arpwatch_data_t 
++.B arpwatch_data_t
 +.EE
 +
 +- Set files with the arpwatch_data_t type, if you want to treat the files as arpwatch content.
@@ -4954,7 +4962,7 @@ index 0000000..6bbce9a
 +
 +.EX
 +.PP
-+.B arpwatch_exec_t 
++.B arpwatch_exec_t
 +.EE
 +
 +- Set files with the arpwatch_exec_t type, if you want to transition an executable to the arpwatch_t domain.
@@ -4962,7 +4970,7 @@ index 0000000..6bbce9a
 +
 +.EX
 +.PP
-+.B arpwatch_initrc_exec_t 
++.B arpwatch_initrc_exec_t
 +.EE
 +
 +- Set files with the arpwatch_initrc_exec_t type, if you want to transition an executable to the arpwatch_initrc_t domain.
@@ -4970,7 +4978,7 @@ index 0000000..6bbce9a
 +
 +.EX
 +.PP
-+.B arpwatch_tmp_t 
++.B arpwatch_tmp_t
 +.EE
 +
 +- Set files with the arpwatch_tmp_t type, if you want to store arpwatch temporary files in the /tmp directories.
@@ -4978,7 +4986,7 @@ index 0000000..6bbce9a
 +
 +.EX
 +.PP
-+.B arpwatch_unit_file_t 
++.B arpwatch_unit_file_t
 +.EE
 +
 +- Set files with the arpwatch_unit_file_t type, if you want to treat the files as arpwatch unit content.
@@ -4986,15 +4994,15 @@ index 0000000..6bbce9a
 +
 +.EX
 +.PP
-+.B arpwatch_var_run_t 
++.B arpwatch_var_run_t
 +.EE
 +
 +- Set files with the arpwatch_var_run_t type, if you want to store the arpwatch files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -5046,30 +5054,30 @@ index 0000000..6bbce9a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), arpwatch(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/asterisk_selinux.8 b/man/man8/asterisk_selinux.8
 new file mode 100644
-index 0000000..cc69a71
+index 0000000..070e49b
 --- /dev/null
 +++ b/man/man8/asterisk_selinux.8
 @@ -0,0 +1,228 @@
-+.TH  "asterisk_selinux"  "8"  "12-10-19" "asterisk" "SELinux Policy documentation for asterisk"
++.TH  "asterisk_selinux"  "8"  "12-11-01" "asterisk" "SELinux Policy documentation for asterisk"
 +.SH "NAME"
 +asterisk_selinux \- Security Enhanced Linux Policy for the asterisk processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the asterisk processes via flexible mandatory access control.
 +
-+The asterisk processes execute with the asterisk_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The asterisk processes execute with the asterisk_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -5086,33 +5094,33 @@ index 0000000..cc69a71
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux asterisk policy is very flexible allowing users to setup their asterisk processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for asterisk:
 +
 +.EX
-+.B asterisk_t 
++.B asterisk_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux asterisk policy is very flexible allowing users to setup their asterisk processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for asterisk:
 +
 +
 +.EX
 +.PP
-+.B asterisk_etc_t 
++.B asterisk_etc_t
 +.EE
 +
 +- Set files with the asterisk_etc_t type, if you want to store asterisk files in the /etc directories.
@@ -5120,7 +5128,7 @@ index 0000000..cc69a71
 +
 +.EX
 +.PP
-+.B asterisk_exec_t 
++.B asterisk_exec_t
 +.EE
 +
 +- Set files with the asterisk_exec_t type, if you want to transition an executable to the asterisk_t domain.
@@ -5128,7 +5136,7 @@ index 0000000..cc69a71
 +
 +.EX
 +.PP
-+.B asterisk_initrc_exec_t 
++.B asterisk_initrc_exec_t
 +.EE
 +
 +- Set files with the asterisk_initrc_exec_t type, if you want to transition an executable to the asterisk_initrc_t domain.
@@ -5136,7 +5144,7 @@ index 0000000..cc69a71
 +
 +.EX
 +.PP
-+.B asterisk_log_t 
++.B asterisk_log_t
 +.EE
 +
 +- Set files with the asterisk_log_t type, if you want to treat the data as asterisk log data, usually stored under the /var/log directory.
@@ -5144,7 +5152,7 @@ index 0000000..cc69a71
 +
 +.EX
 +.PP
-+.B asterisk_spool_t 
++.B asterisk_spool_t
 +.EE
 +
 +- Set files with the asterisk_spool_t type, if you want to store the asterisk files under the /var/spool directory.
@@ -5152,7 +5160,7 @@ index 0000000..cc69a71
 +
 +.EX
 +.PP
-+.B asterisk_tmp_t 
++.B asterisk_tmp_t
 +.EE
 +
 +- Set files with the asterisk_tmp_t type, if you want to store asterisk temporary files in the /tmp directories.
@@ -5160,7 +5168,7 @@ index 0000000..cc69a71
 +
 +.EX
 +.PP
-+.B asterisk_tmpfs_t 
++.B asterisk_tmpfs_t
 +.EE
 +
 +- Set files with the asterisk_tmpfs_t type, if you want to store asterisk files on a tmpfs file system.
@@ -5168,7 +5176,7 @@ index 0000000..cc69a71
 +
 +.EX
 +.PP
-+.B asterisk_var_lib_t 
++.B asterisk_var_lib_t
 +.EE
 +
 +- Set files with the asterisk_var_lib_t type, if you want to store the asterisk files under the /var/lib directory.
@@ -5176,35 +5184,35 @@ index 0000000..cc69a71
 +
 +.EX
 +.PP
-+.B asterisk_var_run_t 
++.B asterisk_var_run_t
 +.EE
 +
 +- Set files with the asterisk_var_run_t type, if you want to store the asterisk files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux asterisk policy is very flexible allowing users to setup their asterisk processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for asterisk:
 +
 +.EX
 +.TP 5
-+.B asterisk_port_t 
++.B asterisk_port_t
 +.TP 10
 +.EE
 +
@@ -5280,30 +5288,30 @@ index 0000000..cc69a71
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), asterisk(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/audisp_remote_selinux.8 b/man/man8/audisp_remote_selinux.8
 new file mode 100644
-index 0000000..2d38bd7
+index 0000000..e4c6d66
 --- /dev/null
 +++ b/man/man8/audisp_remote_selinux.8
 @@ -0,0 +1,119 @@
-+.TH  "audisp_remote_selinux"  "8"  "12-10-19" "audisp_remote" "SELinux Policy documentation for audisp_remote"
++.TH  "audisp_remote_selinux"  "8"  "12-11-01" "audisp_remote" "SELinux Policy documentation for audisp_remote"
 +.SH "NAME"
 +audisp_remote_selinux \- Security Enhanced Linux Policy for the audisp_remote processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the audisp_remote processes via flexible mandatory access control.
 +
-+The audisp_remote processes execute with the audisp_remote_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The audisp_remote processes execute with the audisp_remote_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -5320,41 +5328,41 @@ index 0000000..2d38bd7
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux audisp_remote policy is very flexible allowing users to setup their audisp_remote processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for audisp_remote:
 +
 +.EX
-+.B audisp_remote_t 
++.B audisp_remote_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux audisp_remote policy is very flexible allowing users to setup their audisp_remote processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for audisp_remote:
 +
 +
 +.EX
 +.PP
-+.B audisp_remote_exec_t 
++.B audisp_remote_exec_t
 +.EE
 +
 +- Set files with the audisp_remote_exec_t type, if you want to transition an executable to the audisp_remote_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -5404,13 +5412,13 @@ index 0000000..2d38bd7
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), audisp_remote(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -5418,18 +5426,18 @@ index 0000000..2d38bd7
 \ No newline at end of file
 diff --git a/man/man8/audisp_selinux.8 b/man/man8/audisp_selinux.8
 new file mode 100644
-index 0000000..9809429
+index 0000000..b50bbfe
 --- /dev/null
 +++ b/man/man8/audisp_selinux.8
 @@ -0,0 +1,117 @@
-+.TH  "audisp_selinux"  "8"  "12-10-19" "audisp" "SELinux Policy documentation for audisp"
++.TH  "audisp_selinux"  "8"  "12-11-01" "audisp" "SELinux Policy documentation for audisp"
 +.SH "NAME"
 +audisp_selinux \- Security Enhanced Linux Policy for the audisp processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the audisp processes via flexible mandatory access control.
 +
-+The audisp processes execute with the audisp_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The audisp processes execute with the audisp_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -5446,33 +5454,33 @@ index 0000000..9809429
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux audisp policy is very flexible allowing users to setup their audisp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for audisp:
 +
 +.EX
-+.B audisp_remote_t, audisp_t 
++.B audisp_remote_t, audisp_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux audisp policy is very flexible allowing users to setup their audisp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for audisp:
 +
 +
 +.EX
 +.PP
-+.B audisp_exec_t 
++.B audisp_exec_t
 +.EE
 +
 +- Set files with the audisp_exec_t type, if you want to transition an executable to the audisp_t domain.
@@ -5480,7 +5488,7 @@ index 0000000..9809429
 +
 +.EX
 +.PP
-+.B audisp_remote_exec_t 
++.B audisp_remote_exec_t
 +.EE
 +
 +- Set files with the audisp_remote_exec_t type, if you want to transition an executable to the audisp_remote_t domain.
@@ -5488,15 +5496,15 @@ index 0000000..9809429
 +
 +.EX
 +.PP
-+.B audisp_var_run_t 
++.B audisp_var_run_t
 +.EE
 +
 +- Set files with the audisp_var_run_t type, if you want to store the audisp files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -5528,13 +5536,13 @@ index 0000000..9809429
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), audisp(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -5542,34 +5550,34 @@ index 0000000..9809429
 \ No newline at end of file
 diff --git a/man/man8/auditadm_selinux.8 b/man/man8/auditadm_selinux.8
 new file mode 100644
-index 0000000..ba7eafd
+index 0000000..42e7075
 --- /dev/null
 +++ b/man/man8/auditadm_selinux.8
 @@ -0,0 +1,242 @@
 +.TH  "auditadm_selinux"  "8"  "auditadm" "mgrepl at redhat.com" "auditadm SELinux Policy documentation"
 +.SH "NAME"
-+auditadm_r \- \fBAudit administrator role\fP - Security Enhanced Linux Policy 
++auditadm_r \- \fBAudit administrator role\fP - Security Enhanced Linux Policy
 +
 +.SH DESCRIPTION
 +
-+SELinux supports Roles Based Access Control (RBAC), some Linux roles are login roles, while other roles need to be transition into. 
++SELinux supports Roles Based Access Control (RBAC), some Linux roles are login roles, while other roles need to be transition into.
 +
-+.I Note: 
-+Examples in this man page will use the 
-+.B staff_u 
++.I Note:
++Examples in this man page will use the
++.B staff_u
 +SELinux user.
 +
-+Non login roles are usually used for administrative tasks. For example, tasks that require root privileges.  Roles control which types a user can run processes with. Roles often have default types assigned to them. 
++Non login roles are usually used for administrative tasks. For example, tasks that require root privileges.  Roles control which types a user can run processes with. Roles often have default types assigned to them.
 +
 +The default type for the auditadm_r role is auditadm_t.
 +
-+The 
-+.B newrole 
++The
++.B newrole
 +program to transition directly to this role.
 +
 +.B newrole -r auditadm_r -t auditadm_t
 +
-+.B sudo 
++.B sudo
 +is the preferred method to do transition from one role to another.  You setup sudo to transition to auditadm_r by adding a similar line to the /etc/sudoers file.
 +
 +USERNAME ALL=(ALL) ROLE=auditadm_r TYPE=auditadm_t COMMAND
@@ -5585,11 +5593,11 @@ index 0000000..ba7eafd
 +
 +You need to add auditadm_r to the staff_u user.  You could setup the staff_u user to be able to use the auditadm_r role with a command like:
 +
-+.B $ semanage user -m -R 'staff_r system_r auditadm_r' staff_u 
++.B $ semanage user -m -R 'staff_r system_r auditadm_r' staff_u
 +
 +
 +
-+SELinux policy also controls which roles can transition to a different role.  
++SELinux policy also controls which roles can transition to a different role.
 +You can list these rules using the following command.
 +
 +.B search --role_allow
@@ -5778,30 +5786,30 @@ index 0000000..ba7eafd
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), auditadm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/auditctl_selinux.8 b/man/man8/auditctl_selinux.8
 new file mode 100644
-index 0000000..b93503d
+index 0000000..5fea87e
 --- /dev/null
 +++ b/man/man8/auditctl_selinux.8
 @@ -0,0 +1,86 @@
-+.TH  "auditctl_selinux"  "8"  "12-10-19" "auditctl" "SELinux Policy documentation for auditctl"
++.TH  "auditctl_selinux"  "8"  "12-11-01" "auditctl" "SELinux Policy documentation for auditctl"
 +.SH "NAME"
 +auditctl_selinux \- Security Enhanced Linux Policy for the auditctl processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the auditctl processes via flexible mandatory access control.
 +
-+The auditctl processes execute with the auditctl_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The auditctl processes execute with the auditctl_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -5818,41 +5826,41 @@ index 0000000..b93503d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux auditctl policy is very flexible allowing users to setup their auditctl processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for auditctl:
 +
 +.EX
-+.B auditctl_t 
++.B auditctl_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux auditctl policy is very flexible allowing users to setup their auditctl processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for auditctl:
 +
 +
 +.EX
 +.PP
-+.B auditctl_exec_t 
++.B auditctl_exec_t
 +.EE
 +
 +- Set files with the auditctl_exec_t type, if you want to transition an executable to the auditctl_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -5870,30 +5878,30 @@ index 0000000..b93503d
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), auditctl(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/auditd_selinux.8 b/man/man8/auditd_selinux.8
 new file mode 100644
-index 0000000..ac6fad6
+index 0000000..d1a4a01
 --- /dev/null
 +++ b/man/man8/auditd_selinux.8
 @@ -0,0 +1,201 @@
-+.TH  "auditd_selinux"  "8"  "12-10-19" "auditd" "SELinux Policy documentation for auditd"
++.TH  "auditd_selinux"  "8"  "12-11-01" "auditd" "SELinux Policy documentation for auditd"
 +.SH "NAME"
 +auditd_selinux \- Security Enhanced Linux Policy for the auditd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the auditd processes via flexible mandatory access control.
 +
-+The auditd processes execute with the auditd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The auditd processes execute with the auditd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -5910,33 +5918,33 @@ index 0000000..ac6fad6
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux auditd policy is very flexible allowing users to setup their auditd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for auditd:
 +
 +.EX
-+.B auditadm_su_t, auditadm_seunshare_t, auditadm_dbusd_t, auditadm_t, auditadm_sudo_t, auditadm_wine_t, auditadm_screen_t, auditadm_gkeyringd_t, auditd_t, auditctl_t 
++.B auditadm_su_t, auditadm_seunshare_t, auditadm_dbusd_t, auditadm_t, auditadm_sudo_t, auditadm_wine_t, auditadm_screen_t, auditadm_gkeyringd_t, auditd_t, auditctl_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux auditd policy is very flexible allowing users to setup their auditd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for auditd:
 +
 +
 +.EX
 +.PP
-+.B auditd_etc_t 
++.B auditd_etc_t
 +.EE
 +
 +- Set files with the auditd_etc_t type, if you want to store auditd files in the /etc directories.
@@ -5944,7 +5952,7 @@ index 0000000..ac6fad6
 +
 +.EX
 +.PP
-+.B auditd_exec_t 
++.B auditd_exec_t
 +.EE
 +
 +- Set files with the auditd_exec_t type, if you want to transition an executable to the auditd_t domain.
@@ -5952,7 +5960,7 @@ index 0000000..ac6fad6
 +
 +.EX
 +.PP
-+.B auditd_initrc_exec_t 
++.B auditd_initrc_exec_t
 +.EE
 +
 +- Set files with the auditd_initrc_exec_t type, if you want to transition an executable to the auditd_initrc_t domain.
@@ -5960,7 +5968,7 @@ index 0000000..ac6fad6
 +
 +.EX
 +.PP
-+.B auditd_log_t 
++.B auditd_log_t
 +.EE
 +
 +- Set files with the auditd_log_t type, if you want to treat the data as auditd log data, usually stored under the /var/log directory.
@@ -5968,7 +5976,7 @@ index 0000000..ac6fad6
 +
 +.EX
 +.PP
-+.B auditd_unit_file_t 
++.B auditd_unit_file_t
 +.EE
 +
 +- Set files with the auditd_unit_file_t type, if you want to treat the files as auditd unit content.
@@ -5976,35 +5984,35 @@ index 0000000..ac6fad6
 +
 +.EX
 +.PP
-+.B auditd_var_run_t 
++.B auditd_var_run_t
 +.EE
 +
 +- Set files with the auditd_var_run_t type, if you want to store the auditd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux auditd policy is very flexible allowing users to setup their auditd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for auditd:
 +
 +.EX
 +.TP 5
-+.B audit_port_t 
++.B audit_port_t
 +.TP 10
 +.EE
 +
@@ -6076,32 +6084,142 @@ index 0000000..ac6fad6
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), auditd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 +, auditadm_selinux(8), auditctl_selinux(8)
 \ No newline at end of file
+diff --git a/man/man8/authconfig_selinux.8 b/man/man8/authconfig_selinux.8
+new file mode 100644
+index 0000000..18ad01b
+--- /dev/null
++++ b/man/man8/authconfig_selinux.8
+@@ -0,0 +1,104 @@
++.TH  "authconfig_selinux"  "8"  "12-11-01" "authconfig" "SELinux Policy documentation for authconfig"
++.SH "NAME"
++authconfig_selinux \- Security Enhanced Linux Policy for the authconfig processes
++.SH "DESCRIPTION"
++
++Security-Enhanced Linux secures the authconfig processes via flexible mandatory access control.
++
++The authconfig processes execute with the authconfig_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
++
++For example:
++
++.B ps -eZ | grep authconfig_t
++
++
++.SH "ENTRYPOINTS"
++
++The authconfig_t SELinux type can be entered via the "filesystem_type,authconfig_exec_t,unlabeled_t,proc_type,mtrr_device_t,sysctl_type,file_type" file types.  The default entrypoint paths for the authconfig_t domain are the following:"
++
++/usr/share/authconfig/authconfig.py, /dev/cpu/mtrr, all files on the system
++.SH PROCESS TYPES
++SELinux defines process types (domains) for each process running on the system
++.PP
++You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
++.PP
++Policy governs the access confined processes have to files.
++SELinux authconfig policy is very flexible allowing users to setup their authconfig processes in as secure a method as possible.
++.PP
++The following process types are defined for authconfig:
++
++.EX
++.B authconfig_t
++.EE
++.PP
++Note:
++.B semanage permissive -a PROCESS_TYPE
++can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
++
++.SH FILE CONTEXTS
++SELinux requires files to have an extended attribute to define the file type.
++.PP
++You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
++.PP
++Policy governs the access confined processes have to these files.
++SELinux authconfig policy is very flexible allowing users to setup their authconfig processes in as secure a method as possible.
++.PP
++The following file types are defined for authconfig:
++
++
++.EX
++.PP
++.B authconfig_exec_t
++.EE
++
++- Set files with the authconfig_exec_t type, if you want to transition an executable to the authconfig_t domain.
++
++
++.EX
++.PP
++.B authconfig_var_lib_t
++.EE
++
++- Set files with the authconfig_var_lib_t type, if you want to store the authconfig files under the /var/lib directory.
++
++
++.PP
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
++command.  This will modify the SELinux labeling database.  You will need to use
++.B restorecon
++to apply the labels.
++
++.SH "MANAGED FILES"
++
++The SELinux process type authconfig_t can manage files labeled with the following file types.  The paths listed are the default paths for these file types.  Note the processes UID still need to have DAC permissions.
++
++.br
++.B file_type
++
++	all files on the system
++.br
++
++.SH NSSWITCH DOMAIN
++
++.SH "COMMANDS"
++.B semanage fcontext
++can also be used to manipulate default file context mappings.
++.PP
++.B semanage permissive
++can also be used to manipulate whether or not a process type is permissive.
++.PP
++.B semanage module
++can also be used to enable/disable/install/remove policy modules.
++
++.PP
++.B system-config-selinux
++is a GUI tool available to customize SELinux policy settings.
++
++.SH AUTHOR
++This manual page was auto-generated using
++.B "sepolicy manpage"
++by Dan Walsh.
++
++.SH "SEE ALSO"
++selinux(8), authconfig(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/automount_selinux.8 b/man/man8/automount_selinux.8
 new file mode 100644
-index 0000000..b65c89a
+index 0000000..c7bbc5a
 --- /dev/null
 +++ b/man/man8/automount_selinux.8
 @@ -0,0 +1,176 @@
-+.TH  "automount_selinux"  "8"  "12-10-19" "automount" "SELinux Policy documentation for automount"
++.TH  "automount_selinux"  "8"  "12-11-01" "automount" "SELinux Policy documentation for automount"
 +.SH "NAME"
 +automount_selinux \- Security Enhanced Linux Policy for the automount processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the automount processes via flexible mandatory access control.
 +
-+The automount processes execute with the automount_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The automount processes execute with the automount_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -6118,33 +6236,33 @@ index 0000000..b65c89a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux automount policy is very flexible allowing users to setup their automount processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for automount:
 +
 +.EX
-+.B automount_t 
++.B automount_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux automount policy is very flexible allowing users to setup their automount processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for automount:
 +
 +
 +.EX
 +.PP
-+.B automount_exec_t 
++.B automount_exec_t
 +.EE
 +
 +- Set files with the automount_exec_t type, if you want to transition an executable to the automount_t domain.
@@ -6152,7 +6270,7 @@ index 0000000..b65c89a
 +
 +.EX
 +.PP
-+.B automount_initrc_exec_t 
++.B automount_initrc_exec_t
 +.EE
 +
 +- Set files with the automount_initrc_exec_t type, if you want to transition an executable to the automount_initrc_t domain.
@@ -6160,7 +6278,7 @@ index 0000000..b65c89a
 +
 +.EX
 +.PP
-+.B automount_keytab_t 
++.B automount_keytab_t
 +.EE
 +
 +- Set files with the automount_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -6168,7 +6286,7 @@ index 0000000..b65c89a
 +
 +.EX
 +.PP
-+.B automount_lock_t 
++.B automount_lock_t
 +.EE
 +
 +- Set files with the automount_lock_t type, if you want to treat the files as automount lock data, stored under the /var/lock directory
@@ -6176,7 +6294,7 @@ index 0000000..b65c89a
 +
 +.EX
 +.PP
-+.B automount_tmp_t 
++.B automount_tmp_t
 +.EE
 +
 +- Set files with the automount_tmp_t type, if you want to store automount temporary files in the /tmp directories.
@@ -6184,7 +6302,7 @@ index 0000000..b65c89a
 +
 +.EX
 +.PP
-+.B automount_unit_file_t 
++.B automount_unit_file_t
 +.EE
 +
 +- Set files with the automount_unit_file_t type, if you want to treat the files as automount unit content.
@@ -6192,15 +6310,15 @@ index 0000000..b65c89a
 +
 +.EX
 +.PP
-+.B automount_var_run_t 
++.B automount_var_run_t
 +.EE
 +
 +- Set files with the automount_var_run_t type, if you want to store the automount files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -6260,30 +6378,30 @@ index 0000000..b65c89a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), automount(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/avahi_selinux.8 b/man/man8/avahi_selinux.8
 new file mode 100644
-index 0000000..6c70cab
+index 0000000..e4baa1f
 --- /dev/null
 +++ b/man/man8/avahi_selinux.8
 @@ -0,0 +1,196 @@
-+.TH  "avahi_selinux"  "8"  "12-10-19" "avahi" "SELinux Policy documentation for avahi"
++.TH  "avahi_selinux"  "8"  "12-11-01" "avahi" "SELinux Policy documentation for avahi"
 +.SH "NAME"
 +avahi_selinux \- Security Enhanced Linux Policy for the avahi processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the avahi processes via flexible mandatory access control.
 +
-+The avahi processes execute with the avahi_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The avahi processes execute with the avahi_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -6300,17 +6418,17 @@ index 0000000..6c70cab
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux avahi policy is very flexible allowing users to setup their avahi processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for avahi:
 +
 +.EX
-+.B avahi_t 
++.B avahi_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -6332,19 +6450,19 @@ index 0000000..6c70cab
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux avahi policy is very flexible allowing users to setup their avahi processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for avahi:
 +
 +
 +.EX
 +.PP
-+.B avahi_exec_t 
++.B avahi_exec_t
 +.EE
 +
 +- Set files with the avahi_exec_t type, if you want to transition an executable to the avahi_t domain.
@@ -6352,7 +6470,7 @@ index 0000000..6c70cab
 +
 +.EX
 +.PP
-+.B avahi_initrc_exec_t 
++.B avahi_initrc_exec_t
 +.EE
 +
 +- Set files with the avahi_initrc_exec_t type, if you want to transition an executable to the avahi_initrc_t domain.
@@ -6360,7 +6478,7 @@ index 0000000..6c70cab
 +
 +.EX
 +.PP
-+.B avahi_unit_file_t 
++.B avahi_unit_file_t
 +.EE
 +
 +- Set files with the avahi_unit_file_t type, if you want to treat the files as avahi unit content.
@@ -6368,7 +6486,7 @@ index 0000000..6c70cab
 +
 +.EX
 +.PP
-+.B avahi_var_lib_t 
++.B avahi_var_lib_t
 +.EE
 +
 +- Set files with the avahi_var_lib_t type, if you want to store the avahi files under the /var/lib directory.
@@ -6376,15 +6494,15 @@ index 0000000..6c70cab
 +
 +.EX
 +.PP
-+.B avahi_var_run_t 
++.B avahi_var_run_t
 +.EE
 +
 +- Set files with the avahi_var_run_t type, if you want to store the avahi files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -6461,13 +6579,13 @@ index 0000000..6c70cab
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), avahi(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -6475,18 +6593,18 @@ index 0000000..6c70cab
 \ No newline at end of file
 diff --git a/man/man8/awstats_selinux.8 b/man/man8/awstats_selinux.8
 new file mode 100644
-index 0000000..c92913c
+index 0000000..cffff58
 --- /dev/null
 +++ b/man/man8/awstats_selinux.8
 @@ -0,0 +1,116 @@
-+.TH  "awstats_selinux"  "8"  "12-10-19" "awstats" "SELinux Policy documentation for awstats"
++.TH  "awstats_selinux"  "8"  "12-11-01" "awstats" "SELinux Policy documentation for awstats"
 +.SH "NAME"
 +awstats_selinux \- Security Enhanced Linux Policy for the awstats processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the awstats processes via flexible mandatory access control.
 +
-+The awstats processes execute with the awstats_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The awstats processes execute with the awstats_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -6503,33 +6621,33 @@ index 0000000..c92913c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux awstats policy is very flexible allowing users to setup their awstats processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for awstats:
 +
 +.EX
-+.B awstats_t 
++.B awstats_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux awstats policy is very flexible allowing users to setup their awstats processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for awstats:
 +
 +
 +.EX
 +.PP
-+.B awstats_exec_t 
++.B awstats_exec_t
 +.EE
 +
 +- Set files with the awstats_exec_t type, if you want to transition an executable to the awstats_t domain.
@@ -6537,7 +6655,7 @@ index 0000000..c92913c
 +
 +.EX
 +.PP
-+.B awstats_tmp_t 
++.B awstats_tmp_t
 +.EE
 +
 +- Set files with the awstats_tmp_t type, if you want to store awstats temporary files in the /tmp directories.
@@ -6545,15 +6663,15 @@ index 0000000..c92913c
 +
 +.EX
 +.PP
-+.B awstats_var_lib_t 
++.B awstats_var_lib_t
 +.EE
 +
 +- Set files with the awstats_var_lib_t type, if you want to store the awstats files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -6585,30 +6703,30 @@ index 0000000..c92913c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), awstats(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/bcfg2_selinux.8 b/man/man8/bcfg2_selinux.8
 new file mode 100644
-index 0000000..9df8dd1
+index 0000000..792558d
 --- /dev/null
 +++ b/man/man8/bcfg2_selinux.8
 @@ -0,0 +1,148 @@
-+.TH  "bcfg2_selinux"  "8"  "12-10-19" "bcfg2" "SELinux Policy documentation for bcfg2"
++.TH  "bcfg2_selinux"  "8"  "12-11-01" "bcfg2" "SELinux Policy documentation for bcfg2"
 +.SH "NAME"
 +bcfg2_selinux \- Security Enhanced Linux Policy for the bcfg2 processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the bcfg2 processes via flexible mandatory access control.
 +
-+The bcfg2 processes execute with the bcfg2_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The bcfg2 processes execute with the bcfg2_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -6625,33 +6743,33 @@ index 0000000..9df8dd1
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux bcfg2 policy is very flexible allowing users to setup their bcfg2 processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for bcfg2:
 +
 +.EX
-+.B bcfg2_t 
++.B bcfg2_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux bcfg2 policy is very flexible allowing users to setup their bcfg2 processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for bcfg2:
 +
 +
 +.EX
 +.PP
-+.B bcfg2_exec_t 
++.B bcfg2_exec_t
 +.EE
 +
 +- Set files with the bcfg2_exec_t type, if you want to transition an executable to the bcfg2_t domain.
@@ -6659,7 +6777,7 @@ index 0000000..9df8dd1
 +
 +.EX
 +.PP
-+.B bcfg2_initrc_exec_t 
++.B bcfg2_initrc_exec_t
 +.EE
 +
 +- Set files with the bcfg2_initrc_exec_t type, if you want to transition an executable to the bcfg2_initrc_t domain.
@@ -6667,7 +6785,7 @@ index 0000000..9df8dd1
 +
 +.EX
 +.PP
-+.B bcfg2_unit_file_t 
++.B bcfg2_unit_file_t
 +.EE
 +
 +- Set files with the bcfg2_unit_file_t type, if you want to treat the files as bcfg2 unit content.
@@ -6675,7 +6793,7 @@ index 0000000..9df8dd1
 +
 +.EX
 +.PP
-+.B bcfg2_var_lib_t 
++.B bcfg2_var_lib_t
 +.EE
 +
 +- Set files with the bcfg2_var_lib_t type, if you want to store the bcfg2 files under the /var/lib directory.
@@ -6683,15 +6801,15 @@ index 0000000..9df8dd1
 +
 +.EX
 +.PP
-+.B bcfg2_var_run_t 
++.B bcfg2_var_run_t
 +.EE
 +
 +- Set files with the bcfg2_var_run_t type, if you want to store the bcfg2 files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -6739,30 +6857,30 @@ index 0000000..9df8dd1
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), bcfg2(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/bitlbee_selinux.8 b/man/man8/bitlbee_selinux.8
 new file mode 100644
-index 0000000..7c854aa
+index 0000000..26fda6e
 --- /dev/null
 +++ b/man/man8/bitlbee_selinux.8
 @@ -0,0 +1,178 @@
-+.TH  "bitlbee_selinux"  "8"  "12-10-19" "bitlbee" "SELinux Policy documentation for bitlbee"
++.TH  "bitlbee_selinux"  "8"  "12-11-01" "bitlbee" "SELinux Policy documentation for bitlbee"
 +.SH "NAME"
 +bitlbee_selinux \- Security Enhanced Linux Policy for the bitlbee processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the bitlbee processes via flexible mandatory access control.
 +
-+The bitlbee processes execute with the bitlbee_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The bitlbee processes execute with the bitlbee_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -6779,33 +6897,33 @@ index 0000000..7c854aa
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux bitlbee policy is very flexible allowing users to setup their bitlbee processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for bitlbee:
 +
 +.EX
-+.B bitlbee_t 
++.B bitlbee_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux bitlbee policy is very flexible allowing users to setup their bitlbee processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for bitlbee:
 +
 +
 +.EX
 +.PP
-+.B bitlbee_conf_t 
++.B bitlbee_conf_t
 +.EE
 +
 +- Set files with the bitlbee_conf_t type, if you want to treat the files as bitlbee configuration data, usually stored under the /etc directory.
@@ -6813,7 +6931,7 @@ index 0000000..7c854aa
 +
 +.EX
 +.PP
-+.B bitlbee_exec_t 
++.B bitlbee_exec_t
 +.EE
 +
 +- Set files with the bitlbee_exec_t type, if you want to transition an executable to the bitlbee_t domain.
@@ -6821,7 +6939,7 @@ index 0000000..7c854aa
 +
 +.EX
 +.PP
-+.B bitlbee_initrc_exec_t 
++.B bitlbee_initrc_exec_t
 +.EE
 +
 +- Set files with the bitlbee_initrc_exec_t type, if you want to transition an executable to the bitlbee_initrc_t domain.
@@ -6829,7 +6947,7 @@ index 0000000..7c854aa
 +
 +.EX
 +.PP
-+.B bitlbee_log_t 
++.B bitlbee_log_t
 +.EE
 +
 +- Set files with the bitlbee_log_t type, if you want to treat the data as bitlbee log data, usually stored under the /var/log directory.
@@ -6837,7 +6955,7 @@ index 0000000..7c854aa
 +
 +.EX
 +.PP
-+.B bitlbee_tmp_t 
++.B bitlbee_tmp_t
 +.EE
 +
 +- Set files with the bitlbee_tmp_t type, if you want to store bitlbee temporary files in the /tmp directories.
@@ -6845,7 +6963,7 @@ index 0000000..7c854aa
 +
 +.EX
 +.PP
-+.B bitlbee_var_run_t 
++.B bitlbee_var_run_t
 +.EE
 +
 +- Set files with the bitlbee_var_run_t type, if you want to store the bitlbee files under the /run directory.
@@ -6853,15 +6971,15 @@ index 0000000..7c854aa
 +
 +.EX
 +.PP
-+.B bitlbee_var_t 
++.B bitlbee_var_t
 +.EE
 +
 +- Set files with the bitlbee_var_t type, if you want to store the bit files under the /var directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -6923,30 +7041,30 @@ index 0000000..7c854aa
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), bitlbee(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/blktap_selinux.8 b/man/man8/blktap_selinux.8
 new file mode 100644
-index 0000000..1c4df1a
+index 0000000..8a96343
 --- /dev/null
 +++ b/man/man8/blktap_selinux.8
 @@ -0,0 +1,116 @@
-+.TH  "blktap_selinux"  "8"  "12-10-19" "blktap" "SELinux Policy documentation for blktap"
++.TH  "blktap_selinux"  "8"  "12-11-01" "blktap" "SELinux Policy documentation for blktap"
 +.SH "NAME"
 +blktap_selinux \- Security Enhanced Linux Policy for the blktap processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the blktap processes via flexible mandatory access control.
 +
-+The blktap processes execute with the blktap_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The blktap processes execute with the blktap_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -6963,17 +7081,17 @@ index 0000000..1c4df1a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux blktap policy is very flexible allowing users to setup their blktap processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for blktap:
 +
 +.EX
-+.B blktap_t 
++.B blktap_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -6995,19 +7113,19 @@ index 0000000..1c4df1a
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux blktap policy is very flexible allowing users to setup their blktap processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for blktap:
 +
 +
 +.EX
 +.PP
-+.B blktap_exec_t 
++.B blktap_exec_t
 +.EE
 +
 +- Set files with the blktap_exec_t type, if you want to transition an executable to the blktap_t domain.
@@ -7015,15 +7133,15 @@ index 0000000..1c4df1a
 +
 +.EX
 +.PP
-+.B blktap_var_run_t 
++.B blktap_var_run_t
 +.EE
 +
 +- Set files with the blktap_var_run_t type, if you want to store the blktap files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -7044,13 +7162,13 @@ index 0000000..1c4df1a
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), blktap(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -7058,18 +7176,18 @@ index 0000000..1c4df1a
 \ No newline at end of file
 diff --git a/man/man8/blueman_selinux.8 b/man/man8/blueman_selinux.8
 new file mode 100644
-index 0000000..639e3ed
+index 0000000..4098061
 --- /dev/null
 +++ b/man/man8/blueman_selinux.8
 @@ -0,0 +1,118 @@
-+.TH  "blueman_selinux"  "8"  "12-10-19" "blueman" "SELinux Policy documentation for blueman"
++.TH  "blueman_selinux"  "8"  "12-11-01" "blueman" "SELinux Policy documentation for blueman"
 +.SH "NAME"
 +blueman_selinux \- Security Enhanced Linux Policy for the blueman processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the blueman processes via flexible mandatory access control.
 +
-+The blueman processes execute with the blueman_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The blueman processes execute with the blueman_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -7086,33 +7204,33 @@ index 0000000..639e3ed
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux blueman policy is very flexible allowing users to setup their blueman processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for blueman:
 +
 +.EX
-+.B blueman_t 
++.B blueman_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux blueman policy is very flexible allowing users to setup their blueman processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for blueman:
 +
 +
 +.EX
 +.PP
-+.B blueman_exec_t 
++.B blueman_exec_t
 +.EE
 +
 +- Set files with the blueman_exec_t type, if you want to transition an executable to the blueman_t domain.
@@ -7120,15 +7238,15 @@ index 0000000..639e3ed
 +
 +.EX
 +.PP
-+.B blueman_var_lib_t 
++.B blueman_var_lib_t
 +.EE
 +
 +- Set files with the blueman_var_lib_t type, if you want to store the blueman files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -7170,30 +7288,30 @@ index 0000000..639e3ed
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), blueman(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/bluetooth_helper_selinux.8 b/man/man8/bluetooth_helper_selinux.8
 new file mode 100644
-index 0000000..17f4f4b
+index 0000000..2fa6a79
 --- /dev/null
 +++ b/man/man8/bluetooth_helper_selinux.8
 @@ -0,0 +1,157 @@
-+.TH  "bluetooth_helper_selinux"  "8"  "12-10-19" "bluetooth_helper" "SELinux Policy documentation for bluetooth_helper"
++.TH  "bluetooth_helper_selinux"  "8"  "12-11-01" "bluetooth_helper" "SELinux Policy documentation for bluetooth_helper"
 +.SH "NAME"
 +bluetooth_helper_selinux \- Security Enhanced Linux Policy for the bluetooth_helper processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the bluetooth_helper processes via flexible mandatory access control.
 +
-+The bluetooth_helper processes execute with the bluetooth_helper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The bluetooth_helper processes execute with the bluetooth_helper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -7210,33 +7328,33 @@ index 0000000..17f4f4b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux bluetooth_helper policy is very flexible allowing users to setup their bluetooth_helper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for bluetooth_helper:
 +
 +.EX
-+.B bluetooth_helper_t 
++.B bluetooth_helper_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux bluetooth_helper policy is very flexible allowing users to setup their bluetooth_helper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for bluetooth_helper:
 +
 +
 +.EX
 +.PP
-+.B bluetooth_helper_exec_t 
++.B bluetooth_helper_exec_t
 +.EE
 +
 +- Set files with the bluetooth_helper_exec_t type, if you want to transition an executable to the bluetooth_helper_t domain.
@@ -7244,7 +7362,7 @@ index 0000000..17f4f4b
 +
 +.EX
 +.PP
-+.B bluetooth_helper_tmp_t 
++.B bluetooth_helper_tmp_t
 +.EE
 +
 +- Set files with the bluetooth_helper_tmp_t type, if you want to store bluetooth helper temporary files in the /tmp directories.
@@ -7252,15 +7370,15 @@ index 0000000..17f4f4b
 +
 +.EX
 +.PP
-+.B bluetooth_helper_tmpfs_t 
++.B bluetooth_helper_tmpfs_t
 +.EE
 +
 +- Set files with the bluetooth_helper_tmpfs_t type, if you want to store bluetooth helper files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -7332,13 +7450,13 @@ index 0000000..17f4f4b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), bluetooth_helper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -7346,18 +7464,18 @@ index 0000000..17f4f4b
 \ No newline at end of file
 diff --git a/man/man8/bluetooth_selinux.8 b/man/man8/bluetooth_selinux.8
 new file mode 100644
-index 0000000..49cc163
+index 0000000..3432420
 --- /dev/null
 +++ b/man/man8/bluetooth_selinux.8
 @@ -0,0 +1,246 @@
-+.TH  "bluetooth_selinux"  "8"  "12-10-19" "bluetooth" "SELinux Policy documentation for bluetooth"
++.TH  "bluetooth_selinux"  "8"  "12-11-01" "bluetooth" "SELinux Policy documentation for bluetooth"
 +.SH "NAME"
 +bluetooth_selinux \- Security Enhanced Linux Policy for the bluetooth processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the bluetooth processes via flexible mandatory access control.
 +
-+The bluetooth processes execute with the bluetooth_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The bluetooth processes execute with the bluetooth_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -7374,17 +7492,17 @@ index 0000000..49cc163
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux bluetooth policy is very flexible allowing users to setup their bluetooth processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for bluetooth:
 +
 +.EX
-+.B bluetooth_helper_t, bluetooth_t 
++.B bluetooth_helper_t, bluetooth_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -7406,19 +7524,19 @@ index 0000000..49cc163
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux bluetooth policy is very flexible allowing users to setup their bluetooth processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for bluetooth:
 +
 +
 +.EX
 +.PP
-+.B bluetooth_conf_rw_t 
++.B bluetooth_conf_rw_t
 +.EE
 +
 +- Set files with the bluetooth_conf_rw_t type, if you want to treat the files as bluetooth conf read/write content.
@@ -7426,7 +7544,7 @@ index 0000000..49cc163
 +
 +.EX
 +.PP
-+.B bluetooth_conf_t 
++.B bluetooth_conf_t
 +.EE
 +
 +- Set files with the bluetooth_conf_t type, if you want to treat the files as bluetooth configuration data, usually stored under the /etc directory.
@@ -7434,7 +7552,7 @@ index 0000000..49cc163
 +
 +.EX
 +.PP
-+.B bluetooth_exec_t 
++.B bluetooth_exec_t
 +.EE
 +
 +- Set files with the bluetooth_exec_t type, if you want to transition an executable to the bluetooth_t domain.
@@ -7442,7 +7560,7 @@ index 0000000..49cc163
 +
 +.EX
 +.PP
-+.B bluetooth_helper_exec_t 
++.B bluetooth_helper_exec_t
 +.EE
 +
 +- Set files with the bluetooth_helper_exec_t type, if you want to transition an executable to the bluetooth_helper_t domain.
@@ -7450,7 +7568,7 @@ index 0000000..49cc163
 +
 +.EX
 +.PP
-+.B bluetooth_helper_tmp_t 
++.B bluetooth_helper_tmp_t
 +.EE
 +
 +- Set files with the bluetooth_helper_tmp_t type, if you want to store bluetooth helper temporary files in the /tmp directories.
@@ -7458,7 +7576,7 @@ index 0000000..49cc163
 +
 +.EX
 +.PP
-+.B bluetooth_helper_tmpfs_t 
++.B bluetooth_helper_tmpfs_t
 +.EE
 +
 +- Set files with the bluetooth_helper_tmpfs_t type, if you want to store bluetooth helper files on a tmpfs file system.
@@ -7466,7 +7584,7 @@ index 0000000..49cc163
 +
 +.EX
 +.PP
-+.B bluetooth_initrc_exec_t 
++.B bluetooth_initrc_exec_t
 +.EE
 +
 +- Set files with the bluetooth_initrc_exec_t type, if you want to transition an executable to the bluetooth_initrc_t domain.
@@ -7474,7 +7592,7 @@ index 0000000..49cc163
 +
 +.EX
 +.PP
-+.B bluetooth_lock_t 
++.B bluetooth_lock_t
 +.EE
 +
 +- Set files with the bluetooth_lock_t type, if you want to treat the files as bluetooth lock data, stored under the /var/lock directory
@@ -7482,7 +7600,7 @@ index 0000000..49cc163
 +
 +.EX
 +.PP
-+.B bluetooth_tmp_t 
++.B bluetooth_tmp_t
 +.EE
 +
 +- Set files with the bluetooth_tmp_t type, if you want to store bluetooth temporary files in the /tmp directories.
@@ -7490,7 +7608,7 @@ index 0000000..49cc163
 +
 +.EX
 +.PP
-+.B bluetooth_unit_file_t 
++.B bluetooth_unit_file_t
 +.EE
 +
 +- Set files with the bluetooth_unit_file_t type, if you want to treat the files as bluetooth unit content.
@@ -7498,7 +7616,7 @@ index 0000000..49cc163
 +
 +.EX
 +.PP
-+.B bluetooth_var_lib_t 
++.B bluetooth_var_lib_t
 +.EE
 +
 +- Set files with the bluetooth_var_lib_t type, if you want to store the bluetooth files under the /var/lib directory.
@@ -7506,15 +7624,15 @@ index 0000000..49cc163
 +
 +.EX
 +.PP
-+.B bluetooth_var_run_t 
++.B bluetooth_var_run_t
 +.EE
 +
 +- Set files with the bluetooth_var_run_t type, if you want to store the bluetooth files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -7585,13 +7703,13 @@ index 0000000..49cc163
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), bluetooth(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -7599,18 +7717,18 @@ index 0000000..49cc163
 \ No newline at end of file
 diff --git a/man/man8/boinc_selinux.8 b/man/man8/boinc_selinux.8
 new file mode 100644
-index 0000000..c0034f4
+index 0000000..138247a
 --- /dev/null
 +++ b/man/man8/boinc_selinux.8
 @@ -0,0 +1,219 @@
-+.TH  "boinc_selinux"  "8"  "12-10-19" "boinc" "SELinux Policy documentation for boinc"
++.TH  "boinc_selinux"  "8"  "12-11-01" "boinc" "SELinux Policy documentation for boinc"
 +.SH "NAME"
 +boinc_selinux \- Security Enhanced Linux Policy for the boinc processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the boinc processes via flexible mandatory access control.
 +
-+The boinc processes execute with the boinc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The boinc processes execute with the boinc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -7627,33 +7745,33 @@ index 0000000..c0034f4
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux boinc policy is very flexible allowing users to setup their boinc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for boinc:
 +
 +.EX
-+.B boinc_t, boinc_project_t 
++.B boinc_t, boinc_project_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux boinc policy is very flexible allowing users to setup their boinc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for boinc:
 +
 +
 +.EX
 +.PP
-+.B boinc_exec_t 
++.B boinc_exec_t
 +.EE
 +
 +- Set files with the boinc_exec_t type, if you want to transition an executable to the boinc_t domain.
@@ -7661,7 +7779,7 @@ index 0000000..c0034f4
 +
 +.EX
 +.PP
-+.B boinc_initrc_exec_t 
++.B boinc_initrc_exec_t
 +.EE
 +
 +- Set files with the boinc_initrc_exec_t type, if you want to transition an executable to the boinc_initrc_t domain.
@@ -7669,7 +7787,7 @@ index 0000000..c0034f4
 +
 +.EX
 +.PP
-+.B boinc_log_t 
++.B boinc_log_t
 +.EE
 +
 +- Set files with the boinc_log_t type, if you want to treat the data as boinc log data, usually stored under the /var/log directory.
@@ -7677,7 +7795,7 @@ index 0000000..c0034f4
 +
 +.EX
 +.PP
-+.B boinc_project_tmp_t 
++.B boinc_project_tmp_t
 +.EE
 +
 +- Set files with the boinc_project_tmp_t type, if you want to store boinc project temporary files in the /tmp directories.
@@ -7685,7 +7803,7 @@ index 0000000..c0034f4
 +
 +.EX
 +.PP
-+.B boinc_project_var_lib_t 
++.B boinc_project_var_lib_t
 +.EE
 +
 +- Set files with the boinc_project_var_lib_t type, if you want to store the boinc project files under the /var/lib directory.
@@ -7693,7 +7811,7 @@ index 0000000..c0034f4
 +
 +.EX
 +.PP
-+.B boinc_tmp_t 
++.B boinc_tmp_t
 +.EE
 +
 +- Set files with the boinc_tmp_t type, if you want to store boinc temporary files in the /tmp directories.
@@ -7701,7 +7819,7 @@ index 0000000..c0034f4
 +
 +.EX
 +.PP
-+.B boinc_tmpfs_t 
++.B boinc_tmpfs_t
 +.EE
 +
 +- Set files with the boinc_tmpfs_t type, if you want to store boinc files on a tmpfs file system.
@@ -7709,7 +7827,7 @@ index 0000000..c0034f4
 +
 +.EX
 +.PP
-+.B boinc_unit_file_t 
++.B boinc_unit_file_t
 +.EE
 +
 +- Set files with the boinc_unit_file_t type, if you want to treat the files as boinc unit content.
@@ -7717,35 +7835,35 @@ index 0000000..c0034f4
 +
 +.EX
 +.PP
-+.B boinc_var_lib_t 
++.B boinc_var_lib_t
 +.EE
 +
 +- Set files with the boinc_var_lib_t type, if you want to store the boinc files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux boinc policy is very flexible allowing users to setup their boinc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for boinc:
 +
 +.EX
 +.TP 5
-+.B boinc_client_ctrl_port_t 
++.B boinc_client_ctrl_port_t
 +.TP 10
 +.EE
 +
@@ -7756,7 +7874,7 @@ index 0000000..c0034f4
 +
 +.EX
 +.TP 5
-+.B boinc_port_t 
++.B boinc_port_t
 +.TP 10
 +.EE
 +
@@ -7812,30 +7930,30 @@ index 0000000..c0034f4
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), boinc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/bootloader_selinux.8 b/man/man8/bootloader_selinux.8
 new file mode 100644
-index 0000000..fa74f70
+index 0000000..0e127fd
 --- /dev/null
 +++ b/man/man8/bootloader_selinux.8
-@@ -0,0 +1,292 @@
-+.TH  "bootloader_selinux"  "8"  "12-10-19" "bootloader" "SELinux Policy documentation for bootloader"
+@@ -0,0 +1,306 @@
++.TH  "bootloader_selinux"  "8"  "12-11-01" "bootloader" "SELinux Policy documentation for bootloader"
 +.SH "NAME"
 +bootloader_selinux \- Security Enhanced Linux Policy for the bootloader processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the bootloader processes via flexible mandatory access control.
 +
-+The bootloader processes execute with the bootloader_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The bootloader processes execute with the bootloader_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -7852,17 +7970,17 @@ index 0000000..fa74f70
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux bootloader policy is very flexible allowing users to setup their bootloader processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for bootloader:
 +
 +.EX
-+.B bootloader_t 
++.B bootloader_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -7884,19 +8002,19 @@ index 0000000..fa74f70
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux bootloader policy is very flexible allowing users to setup their bootloader processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for bootloader:
 +
 +
 +.EX
 +.PP
-+.B bootloader_etc_t 
++.B bootloader_etc_t
 +.EE
 +
 +- Set files with the bootloader_etc_t type, if you want to store bootloader files in the /etc directories.
@@ -7904,7 +8022,7 @@ index 0000000..fa74f70
 +
 +.EX
 +.PP
-+.B bootloader_exec_t 
++.B bootloader_exec_t
 +.EE
 +
 +- Set files with the bootloader_exec_t type, if you want to transition an executable to the bootloader_t domain.
@@ -7912,7 +8030,7 @@ index 0000000..fa74f70
 +
 +.EX
 +.PP
-+.B bootloader_tmp_t 
++.B bootloader_tmp_t
 +.EE
 +
 +- Set files with the bootloader_tmp_t type, if you want to store bootloader temporary files in the /tmp directories.
@@ -7920,15 +8038,23 @@ index 0000000..fa74f70
 +
 +.EX
 +.PP
-+.B bootloader_var_run_t 
++.B bootloader_var_lib_t
++.EE
++
++- Set files with the bootloader_var_lib_t type, if you want to store the bootloader files under the /var/lib directory.
++
++
++.EX
++.PP
++.B bootloader_var_run_t
 +.EE
 +
 +- Set files with the bootloader_var_run_t type, if you want to store the bootloader files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -7954,6 +8080,12 @@ index 0000000..fa74f70
 +
 +
 +.br
++.B bootloader_var_lib_t
++
++	/var/lib/os-prober(/.*)?
++.br
++
++.br
 +.B bootloader_var_run_t
 +
 +
@@ -7982,10 +8114,10 @@ index 0000000..fa74f70
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -8109,13 +8241,13 @@ index 0000000..fa74f70
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), bootloader(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -8123,18 +8255,18 @@ index 0000000..fa74f70
 \ No newline at end of file
 diff --git a/man/man8/brctl_selinux.8 b/man/man8/brctl_selinux.8
 new file mode 100644
-index 0000000..9d953ac
+index 0000000..454e06c
 --- /dev/null
 +++ b/man/man8/brctl_selinux.8
 @@ -0,0 +1,96 @@
-+.TH  "brctl_selinux"  "8"  "12-10-19" "brctl" "SELinux Policy documentation for brctl"
++.TH  "brctl_selinux"  "8"  "12-11-01" "brctl" "SELinux Policy documentation for brctl"
 +.SH "NAME"
 +brctl_selinux \- Security Enhanced Linux Policy for the brctl processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the brctl processes via flexible mandatory access control.
 +
-+The brctl processes execute with the brctl_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The brctl processes execute with the brctl_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -8151,41 +8283,41 @@ index 0000000..9d953ac
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux brctl policy is very flexible allowing users to setup their brctl processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for brctl:
 +
 +.EX
-+.B brctl_t 
++.B brctl_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux brctl policy is very flexible allowing users to setup their brctl processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for brctl:
 +
 +
 +.EX
 +.PP
-+.B brctl_exec_t 
++.B brctl_exec_t
 +.EE
 +
 +- Set files with the brctl_exec_t type, if you want to transition an executable to the brctl_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -8213,30 +8345,30 @@ index 0000000..9d953ac
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), brctl(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/cachefilesd_selinux.8 b/man/man8/cachefilesd_selinux.8
 new file mode 100644
-index 0000000..fd4970e
+index 0000000..f337f15
 --- /dev/null
 +++ b/man/man8/cachefilesd_selinux.8
 @@ -0,0 +1,112 @@
-+.TH  "cachefilesd_selinux"  "8"  "12-10-19" "cachefilesd" "SELinux Policy documentation for cachefilesd"
++.TH  "cachefilesd_selinux"  "8"  "12-11-01" "cachefilesd" "SELinux Policy documentation for cachefilesd"
 +.SH "NAME"
 +cachefilesd_selinux \- Security Enhanced Linux Policy for the cachefilesd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cachefilesd processes via flexible mandatory access control.
 +
-+The cachefilesd processes execute with the cachefilesd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cachefilesd processes execute with the cachefilesd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -8253,33 +8385,33 @@ index 0000000..fd4970e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cachefilesd policy is very flexible allowing users to setup their cachefilesd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cachefilesd:
 +
 +.EX
-+.B cachefilesd_t, cachefiles_kernel_t 
++.B cachefilesd_t, cachefiles_kernel_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cachefilesd policy is very flexible allowing users to setup their cachefilesd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cachefilesd:
 +
 +
 +.EX
 +.PP
-+.B cachefilesd_exec_t 
++.B cachefilesd_exec_t
 +.EE
 +
 +- Set files with the cachefilesd_exec_t type, if you want to transition an executable to the cachefilesd_t domain.
@@ -8287,15 +8419,15 @@ index 0000000..fd4970e
 +
 +.EX
 +.PP
-+.B cachefilesd_var_run_t 
++.B cachefilesd_var_run_t
 +.EE
 +
 +- Set files with the cachefilesd_var_run_t type, if you want to store the cachefilesd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -8331,30 +8463,30 @@ index 0000000..fd4970e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cachefilesd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/calamaris_selinux.8 b/man/man8/calamaris_selinux.8
 new file mode 100644
-index 0000000..84b93eb
+index 0000000..e3eb81f
 --- /dev/null
 +++ b/man/man8/calamaris_selinux.8
 @@ -0,0 +1,132 @@
-+.TH  "calamaris_selinux"  "8"  "12-10-19" "calamaris" "SELinux Policy documentation for calamaris"
++.TH  "calamaris_selinux"  "8"  "12-11-01" "calamaris" "SELinux Policy documentation for calamaris"
 +.SH "NAME"
 +calamaris_selinux \- Security Enhanced Linux Policy for the calamaris processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the calamaris processes via flexible mandatory access control.
 +
-+The calamaris processes execute with the calamaris_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The calamaris processes execute with the calamaris_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -8371,33 +8503,33 @@ index 0000000..84b93eb
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux calamaris policy is very flexible allowing users to setup their calamaris processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for calamaris:
 +
 +.EX
-+.B calamaris_t 
++.B calamaris_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux calamaris policy is very flexible allowing users to setup their calamaris processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for calamaris:
 +
 +
 +.EX
 +.PP
-+.B calamaris_exec_t 
++.B calamaris_exec_t
 +.EE
 +
 +- Set files with the calamaris_exec_t type, if you want to transition an executable to the calamaris_t domain.
@@ -8405,7 +8537,7 @@ index 0000000..84b93eb
 +
 +.EX
 +.PP
-+.B calamaris_log_t 
++.B calamaris_log_t
 +.EE
 +
 +- Set files with the calamaris_log_t type, if you want to treat the data as calamaris log data, usually stored under the /var/log directory.
@@ -8413,15 +8545,15 @@ index 0000000..84b93eb
 +
 +.EX
 +.PP
-+.B calamaris_www_t 
++.B calamaris_www_t
 +.EE
 +
 +- Set files with the calamaris_www_t type, if you want to treat the files as calamaris www data.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -8469,30 +8601,30 @@ index 0000000..84b93eb
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), calamaris(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/callweaver_selinux.8 b/man/man8/callweaver_selinux.8
 new file mode 100644
-index 0000000..810b002
+index 0000000..b1ebf14
 --- /dev/null
 +++ b/man/man8/callweaver_selinux.8
 @@ -0,0 +1,168 @@
-+.TH  "callweaver_selinux"  "8"  "12-10-19" "callweaver" "SELinux Policy documentation for callweaver"
++.TH  "callweaver_selinux"  "8"  "12-11-01" "callweaver" "SELinux Policy documentation for callweaver"
 +.SH "NAME"
 +callweaver_selinux \- Security Enhanced Linux Policy for the callweaver processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the callweaver processes via flexible mandatory access control.
 +
-+The callweaver processes execute with the callweaver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The callweaver processes execute with the callweaver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -8509,33 +8641,33 @@ index 0000000..810b002
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux callweaver policy is very flexible allowing users to setup their callweaver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for callweaver:
 +
 +.EX
-+.B callweaver_t 
++.B callweaver_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux callweaver policy is very flexible allowing users to setup their callweaver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for callweaver:
 +
 +
 +.EX
 +.PP
-+.B callweaver_exec_t 
++.B callweaver_exec_t
 +.EE
 +
 +- Set files with the callweaver_exec_t type, if you want to transition an executable to the callweaver_t domain.
@@ -8543,7 +8675,7 @@ index 0000000..810b002
 +
 +.EX
 +.PP
-+.B callweaver_initrc_exec_t 
++.B callweaver_initrc_exec_t
 +.EE
 +
 +- Set files with the callweaver_initrc_exec_t type, if you want to transition an executable to the callweaver_initrc_t domain.
@@ -8551,7 +8683,7 @@ index 0000000..810b002
 +
 +.EX
 +.PP
-+.B callweaver_log_t 
++.B callweaver_log_t
 +.EE
 +
 +- Set files with the callweaver_log_t type, if you want to treat the data as callweaver log data, usually stored under the /var/log directory.
@@ -8559,7 +8691,7 @@ index 0000000..810b002
 +
 +.EX
 +.PP
-+.B callweaver_spool_t 
++.B callweaver_spool_t
 +.EE
 +
 +- Set files with the callweaver_spool_t type, if you want to store the callweaver files under the /var/spool directory.
@@ -8567,7 +8699,7 @@ index 0000000..810b002
 +
 +.EX
 +.PP
-+.B callweaver_var_lib_t 
++.B callweaver_var_lib_t
 +.EE
 +
 +- Set files with the callweaver_var_lib_t type, if you want to store the callweaver files under the /var/lib directory.
@@ -8575,15 +8707,15 @@ index 0000000..810b002
 +
 +.EX
 +.PP
-+.B callweaver_var_run_t 
++.B callweaver_var_run_t
 +.EE
 +
 +- Set files with the callweaver_var_run_t type, if you want to store the callweaver files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -8643,30 +8775,30 @@ index 0000000..810b002
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), callweaver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/canna_selinux.8 b/man/man8/canna_selinux.8
 new file mode 100644
-index 0000000..1ab7e32
+index 0000000..73d7f2a
 --- /dev/null
 +++ b/man/man8/canna_selinux.8
 @@ -0,0 +1,148 @@
-+.TH  "canna_selinux"  "8"  "12-10-19" "canna" "SELinux Policy documentation for canna"
++.TH  "canna_selinux"  "8"  "12-11-01" "canna" "SELinux Policy documentation for canna"
 +.SH "NAME"
 +canna_selinux \- Security Enhanced Linux Policy for the canna processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the canna processes via flexible mandatory access control.
 +
-+The canna processes execute with the canna_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The canna processes execute with the canna_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -8683,33 +8815,33 @@ index 0000000..1ab7e32
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux canna policy is very flexible allowing users to setup their canna processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for canna:
 +
 +.EX
-+.B canna_t 
++.B canna_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux canna policy is very flexible allowing users to setup their canna processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for canna:
 +
 +
 +.EX
 +.PP
-+.B canna_exec_t 
++.B canna_exec_t
 +.EE
 +
 +- Set files with the canna_exec_t type, if you want to transition an executable to the canna_t domain.
@@ -8717,7 +8849,7 @@ index 0000000..1ab7e32
 +
 +.EX
 +.PP
-+.B canna_initrc_exec_t 
++.B canna_initrc_exec_t
 +.EE
 +
 +- Set files with the canna_initrc_exec_t type, if you want to transition an executable to the canna_initrc_t domain.
@@ -8725,7 +8857,7 @@ index 0000000..1ab7e32
 +
 +.EX
 +.PP
-+.B canna_log_t 
++.B canna_log_t
 +.EE
 +
 +- Set files with the canna_log_t type, if you want to treat the data as canna log data, usually stored under the /var/log directory.
@@ -8733,7 +8865,7 @@ index 0000000..1ab7e32
 +
 +.EX
 +.PP
-+.B canna_var_lib_t 
++.B canna_var_lib_t
 +.EE
 +
 +- Set files with the canna_var_lib_t type, if you want to store the canna files under the /var/lib directory.
@@ -8741,15 +8873,15 @@ index 0000000..1ab7e32
 +
 +.EX
 +.PP
-+.B canna_var_run_t 
++.B canna_var_run_t
 +.EE
 +
 +- Set files with the canna_var_run_t type, if you want to store the canna files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -8797,30 +8929,30 @@ index 0000000..1ab7e32
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), canna(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/cardmgr_selinux.8 b/man/man8/cardmgr_selinux.8
 new file mode 100644
-index 0000000..88482e4
+index 0000000..8fccf2f
 --- /dev/null
 +++ b/man/man8/cardmgr_selinux.8
 @@ -0,0 +1,162 @@
-+.TH  "cardmgr_selinux"  "8"  "12-10-19" "cardmgr" "SELinux Policy documentation for cardmgr"
++.TH  "cardmgr_selinux"  "8"  "12-11-01" "cardmgr" "SELinux Policy documentation for cardmgr"
 +.SH "NAME"
 +cardmgr_selinux \- Security Enhanced Linux Policy for the cardmgr processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cardmgr processes via flexible mandatory access control.
 +
-+The cardmgr processes execute with the cardmgr_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cardmgr processes execute with the cardmgr_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -8837,33 +8969,33 @@ index 0000000..88482e4
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cardmgr policy is very flexible allowing users to setup their cardmgr processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cardmgr:
 +
 +.EX
-+.B cardmgr_t 
++.B cardmgr_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cardmgr policy is very flexible allowing users to setup their cardmgr processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cardmgr:
 +
 +
 +.EX
 +.PP
-+.B cardmgr_dev_t 
++.B cardmgr_dev_t
 +.EE
 +
 +- Set files with the cardmgr_dev_t type, if you want to treat the files as cardmgr dev data.
@@ -8871,7 +9003,7 @@ index 0000000..88482e4
 +
 +.EX
 +.PP
-+.B cardmgr_exec_t 
++.B cardmgr_exec_t
 +.EE
 +
 +- Set files with the cardmgr_exec_t type, if you want to transition an executable to the cardmgr_t domain.
@@ -8879,7 +9011,7 @@ index 0000000..88482e4
 +
 +.EX
 +.PP
-+.B cardmgr_lnk_t 
++.B cardmgr_lnk_t
 +.EE
 +
 +- Set files with the cardmgr_lnk_t type, if you want to treat the files as cardmgr lnk data.
@@ -8887,7 +9019,7 @@ index 0000000..88482e4
 +
 +.EX
 +.PP
-+.B cardmgr_var_lib_t 
++.B cardmgr_var_lib_t
 +.EE
 +
 +- Set files with the cardmgr_var_lib_t type, if you want to store the cardmgr files under the /var/lib directory.
@@ -8895,15 +9027,15 @@ index 0000000..88482e4
 +
 +.EX
 +.PP
-+.B cardmgr_var_run_t 
++.B cardmgr_var_run_t
 +.EE
 +
 +- Set files with the cardmgr_var_run_t type, if you want to store the cardmgr files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -8965,30 +9097,30 @@ index 0000000..88482e4
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cardmgr(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ccs_selinux.8 b/man/man8/ccs_selinux.8
 new file mode 100644
-index 0000000..d9b1c2e
+index 0000000..4859e26
 --- /dev/null
 +++ b/man/man8/ccs_selinux.8
 @@ -0,0 +1,172 @@
-+.TH  "ccs_selinux"  "8"  "12-10-19" "ccs" "SELinux Policy documentation for ccs"
++.TH  "ccs_selinux"  "8"  "12-11-01" "ccs" "SELinux Policy documentation for ccs"
 +.SH "NAME"
 +ccs_selinux \- Security Enhanced Linux Policy for the ccs processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ccs processes via flexible mandatory access control.
 +
-+The ccs processes execute with the ccs_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ccs processes execute with the ccs_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -9005,33 +9137,33 @@ index 0000000..d9b1c2e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ccs policy is very flexible allowing users to setup their ccs processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ccs:
 +
 +.EX
-+.B ccs_t 
++.B ccs_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ccs policy is very flexible allowing users to setup their ccs processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ccs:
 +
 +
 +.EX
 +.PP
-+.B ccs_exec_t 
++.B ccs_exec_t
 +.EE
 +
 +- Set files with the ccs_exec_t type, if you want to transition an executable to the ccs_t domain.
@@ -9039,7 +9171,7 @@ index 0000000..d9b1c2e
 +
 +.EX
 +.PP
-+.B ccs_tmp_t 
++.B ccs_tmp_t
 +.EE
 +
 +- Set files with the ccs_tmp_t type, if you want to store ccs temporary files in the /tmp directories.
@@ -9047,7 +9179,7 @@ index 0000000..d9b1c2e
 +
 +.EX
 +.PP
-+.B ccs_tmpfs_t 
++.B ccs_tmpfs_t
 +.EE
 +
 +- Set files with the ccs_tmpfs_t type, if you want to store ccs files on a tmpfs file system.
@@ -9055,7 +9187,7 @@ index 0000000..d9b1c2e
 +
 +.EX
 +.PP
-+.B ccs_var_lib_t 
++.B ccs_var_lib_t
 +.EE
 +
 +- Set files with the ccs_var_lib_t type, if you want to store the ccs files under the /var/lib directory.
@@ -9063,7 +9195,7 @@ index 0000000..d9b1c2e
 +
 +.EX
 +.PP
-+.B ccs_var_log_t 
++.B ccs_var_log_t
 +.EE
 +
 +- Set files with the ccs_var_log_t type, if you want to treat the data as ccs var log data, usually stored under the /var/log directory.
@@ -9071,15 +9203,15 @@ index 0000000..d9b1c2e
 +
 +.EX
 +.PP
-+.B ccs_var_run_t 
++.B ccs_var_run_t
 +.EE
 +
 +- Set files with the ccs_var_run_t type, if you want to store the ccs files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -9143,30 +9275,30 @@ index 0000000..d9b1c2e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ccs(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/cdcc_selinux.8 b/man/man8/cdcc_selinux.8
 new file mode 100644
-index 0000000..c97e54d
+index 0000000..06454f9
 --- /dev/null
 +++ b/man/man8/cdcc_selinux.8
 @@ -0,0 +1,128 @@
-+.TH  "cdcc_selinux"  "8"  "12-10-19" "cdcc" "SELinux Policy documentation for cdcc"
++.TH  "cdcc_selinux"  "8"  "12-11-01" "cdcc" "SELinux Policy documentation for cdcc"
 +.SH "NAME"
 +cdcc_selinux \- Security Enhanced Linux Policy for the cdcc processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cdcc processes via flexible mandatory access control.
 +
-+The cdcc processes execute with the cdcc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cdcc processes execute with the cdcc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -9183,33 +9315,33 @@ index 0000000..c97e54d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cdcc policy is very flexible allowing users to setup their cdcc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cdcc:
 +
 +.EX
-+.B cdcc_t 
++.B cdcc_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cdcc policy is very flexible allowing users to setup their cdcc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cdcc:
 +
 +
 +.EX
 +.PP
-+.B cdcc_exec_t 
++.B cdcc_exec_t
 +.EE
 +
 +- Set files with the cdcc_exec_t type, if you want to transition an executable to the cdcc_t domain.
@@ -9217,15 +9349,15 @@ index 0000000..c97e54d
 +
 +.EX
 +.PP
-+.B cdcc_tmp_t 
++.B cdcc_tmp_t
 +.EE
 +
 +- Set files with the cdcc_tmp_t type, if you want to store cdcc temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -9277,30 +9409,30 @@ index 0000000..c97e54d
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cdcc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/cdrecord_selinux.8 b/man/man8/cdrecord_selinux.8
 new file mode 100644
-index 0000000..49351db
+index 0000000..f808c03
 --- /dev/null
 +++ b/man/man8/cdrecord_selinux.8
 @@ -0,0 +1,108 @@
-+.TH  "cdrecord_selinux"  "8"  "12-10-19" "cdrecord" "SELinux Policy documentation for cdrecord"
++.TH  "cdrecord_selinux"  "8"  "12-11-01" "cdrecord" "SELinux Policy documentation for cdrecord"
 +.SH "NAME"
 +cdrecord_selinux \- Security Enhanced Linux Policy for the cdrecord processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cdrecord processes via flexible mandatory access control.
 +
-+The cdrecord processes execute with the cdrecord_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cdrecord processes execute with the cdrecord_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -9317,17 +9449,17 @@ index 0000000..49351db
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cdrecord policy is very flexible allowing users to setup their cdrecord processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cdrecord:
 +
 +.EX
-+.B cdrecord_t 
++.B cdrecord_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -9349,27 +9481,27 @@ index 0000000..49351db
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cdrecord policy is very flexible allowing users to setup their cdrecord processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cdrecord:
 +
 +
 +.EX
 +.PP
-+.B cdrecord_exec_t 
++.B cdrecord_exec_t
 +.EE
 +
 +- Set files with the cdrecord_exec_t type, if you want to transition an executable to the cdrecord_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -9390,13 +9522,13 @@ index 0000000..49351db
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cdrecord(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -9404,18 +9536,18 @@ index 0000000..49351db
 \ No newline at end of file
 diff --git a/man/man8/certmaster_selinux.8 b/man/man8/certmaster_selinux.8
 new file mode 100644
-index 0000000..35bb7ff
+index 0000000..90729bf
 --- /dev/null
 +++ b/man/man8/certmaster_selinux.8
 @@ -0,0 +1,208 @@
-+.TH  "certmaster_selinux"  "8"  "12-10-19" "certmaster" "SELinux Policy documentation for certmaster"
++.TH  "certmaster_selinux"  "8"  "12-11-01" "certmaster" "SELinux Policy documentation for certmaster"
 +.SH "NAME"
 +certmaster_selinux \- Security Enhanced Linux Policy for the certmaster processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the certmaster processes via flexible mandatory access control.
 +
-+The certmaster processes execute with the certmaster_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The certmaster processes execute with the certmaster_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -9432,33 +9564,33 @@ index 0000000..35bb7ff
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux certmaster policy is very flexible allowing users to setup their certmaster processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for certmaster:
 +
 +.EX
-+.B certmaster_t 
++.B certmaster_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux certmaster policy is very flexible allowing users to setup their certmaster processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for certmaster:
 +
 +
 +.EX
 +.PP
-+.B certmaster_etc_rw_t 
++.B certmaster_etc_rw_t
 +.EE
 +
 +- Set files with the certmaster_etc_rw_t type, if you want to treat the files as certmaster etc read/write content.
@@ -9466,7 +9598,7 @@ index 0000000..35bb7ff
 +
 +.EX
 +.PP
-+.B certmaster_exec_t 
++.B certmaster_exec_t
 +.EE
 +
 +- Set files with the certmaster_exec_t type, if you want to transition an executable to the certmaster_t domain.
@@ -9474,7 +9606,7 @@ index 0000000..35bb7ff
 +
 +.EX
 +.PP
-+.B certmaster_initrc_exec_t 
++.B certmaster_initrc_exec_t
 +.EE
 +
 +- Set files with the certmaster_initrc_exec_t type, if you want to transition an executable to the certmaster_initrc_t domain.
@@ -9482,7 +9614,7 @@ index 0000000..35bb7ff
 +
 +.EX
 +.PP
-+.B certmaster_var_lib_t 
++.B certmaster_var_lib_t
 +.EE
 +
 +- Set files with the certmaster_var_lib_t type, if you want to store the certmaster files under the /var/lib directory.
@@ -9490,7 +9622,7 @@ index 0000000..35bb7ff
 +
 +.EX
 +.PP
-+.B certmaster_var_log_t 
++.B certmaster_var_log_t
 +.EE
 +
 +- Set files with the certmaster_var_log_t type, if you want to treat the data as certmaster var log data, usually stored under the /var/log directory.
@@ -9498,35 +9630,35 @@ index 0000000..35bb7ff
 +
 +.EX
 +.PP
-+.B certmaster_var_run_t 
++.B certmaster_var_run_t
 +.EE
 +
 +- Set files with the certmaster_var_run_t type, if you want to store the certmaster files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux certmaster policy is very flexible allowing users to setup their certmaster processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for certmaster:
 +
 +.EX
 +.TP 5
-+.B certmaster_port_t 
++.B certmaster_port_t
 +.TP 10
 +.EE
 +
@@ -9606,30 +9738,30 @@ index 0000000..35bb7ff
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), certmaster(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/certmonger_selinux.8 b/man/man8/certmonger_selinux.8
 new file mode 100644
-index 0000000..2bb8613
+index 0000000..17c7336
 --- /dev/null
 +++ b/man/man8/certmonger_selinux.8
-@@ -0,0 +1,182 @@
-+.TH  "certmonger_selinux"  "8"  "12-10-19" "certmonger" "SELinux Policy documentation for certmonger"
+@@ -0,0 +1,196 @@
++.TH  "certmonger_selinux"  "8"  "12-11-01" "certmonger" "SELinux Policy documentation for certmonger"
 +.SH "NAME"
 +certmonger_selinux \- Security Enhanced Linux Policy for the certmonger processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the certmonger processes via flexible mandatory access control.
 +
-+The certmonger processes execute with the certmonger_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The certmonger processes execute with the certmonger_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -9646,33 +9778,33 @@ index 0000000..2bb8613
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux certmonger policy is very flexible allowing users to setup their certmonger processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for certmonger:
 +
 +.EX
-+.B certmonger_t 
++.B certmonger_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux certmonger policy is very flexible allowing users to setup their certmonger processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for certmonger:
 +
 +
 +.EX
 +.PP
-+.B certmonger_exec_t 
++.B certmonger_exec_t
 +.EE
 +
 +- Set files with the certmonger_exec_t type, if you want to transition an executable to the certmonger_t domain.
@@ -9680,7 +9812,7 @@ index 0000000..2bb8613
 +
 +.EX
 +.PP
-+.B certmonger_initrc_exec_t 
++.B certmonger_initrc_exec_t
 +.EE
 +
 +- Set files with the certmonger_initrc_exec_t type, if you want to transition an executable to the certmonger_initrc_t domain.
@@ -9688,7 +9820,7 @@ index 0000000..2bb8613
 +
 +.EX
 +.PP
-+.B certmonger_unconfined_exec_t 
++.B certmonger_unconfined_exec_t
 +.EE
 +
 +- Set files with the certmonger_unconfined_exec_t type, if you want to transition an executable to the certmonger_unconfined_t domain.
@@ -9696,7 +9828,7 @@ index 0000000..2bb8613
 +
 +.EX
 +.PP
-+.B certmonger_var_lib_t 
++.B certmonger_var_lib_t
 +.EE
 +
 +- Set files with the certmonger_var_lib_t type, if you want to store the certmonger files under the /var/lib directory.
@@ -9704,15 +9836,15 @@ index 0000000..2bb8613
 +
 +.EX
 +.PP
-+.B certmonger_var_run_t 
++.B certmonger_var_run_t
 +.EE
 +
 +- Set files with the certmonger_var_run_t type, if you want to store the certmonger files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -9760,6 +9892,20 @@ index 0000000..2bb8613
 +.br
 +
 +.br
++.B pki_tomcat_cert_t
++
++	/var/lib/pki-ca/alias(/.*)?
++.br
++	/var/lib/pki-kra/alias(/.*)?
++.br
++	/var/lib/pki-tks/alias(/.*)?
++.br
++	/var/lib/pki-ocsp/alias(/.*)?
++.br
++	/etc/pki/pki-tomcat/alias(/.*)?
++.br
++
++.br
 +.B systemd_passwd_var_run_t
 +
 +	/var/run/systemd/ask-password(/.*)?
@@ -9794,30 +9940,30 @@ index 0000000..2bb8613
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), certmonger(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/certwatch_selinux.8 b/man/man8/certwatch_selinux.8
 new file mode 100644
-index 0000000..f4b85db
+index 0000000..7655104
 --- /dev/null
 +++ b/man/man8/certwatch_selinux.8
 @@ -0,0 +1,96 @@
-+.TH  "certwatch_selinux"  "8"  "12-10-19" "certwatch" "SELinux Policy documentation for certwatch"
++.TH  "certwatch_selinux"  "8"  "12-11-01" "certwatch" "SELinux Policy documentation for certwatch"
 +.SH "NAME"
 +certwatch_selinux \- Security Enhanced Linux Policy for the certwatch processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the certwatch processes via flexible mandatory access control.
 +
-+The certwatch processes execute with the certwatch_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The certwatch processes execute with the certwatch_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -9834,41 +9980,41 @@ index 0000000..f4b85db
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux certwatch policy is very flexible allowing users to setup their certwatch processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for certwatch:
 +
 +.EX
-+.B certwatch_t 
++.B certwatch_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux certwatch policy is very flexible allowing users to setup their certwatch processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for certwatch:
 +
 +
 +.EX
 +.PP
-+.B certwatch_exec_t 
++.B certwatch_exec_t
 +.EE
 +
 +- Set files with the certwatch_exec_t type, if you want to transition an executable to the certwatch_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -9896,30 +10042,30 @@ index 0000000..f4b85db
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), certwatch(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/cfengine_execd_selinux.8 b/man/man8/cfengine_execd_selinux.8
 new file mode 100644
-index 0000000..149661e
+index 0000000..12fcf8b
 --- /dev/null
 +++ b/man/man8/cfengine_execd_selinux.8
 @@ -0,0 +1,117 @@
-+.TH  "cfengine_execd_selinux"  "8"  "12-10-19" "cfengine_execd" "SELinux Policy documentation for cfengine_execd"
++.TH  "cfengine_execd_selinux"  "8"  "12-11-01" "cfengine_execd" "SELinux Policy documentation for cfengine_execd"
 +.SH "NAME"
 +cfengine_execd_selinux \- Security Enhanced Linux Policy for the cfengine_execd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cfengine_execd processes via flexible mandatory access control.
 +
-+The cfengine_execd processes execute with the cfengine_execd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cfengine_execd processes execute with the cfengine_execd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -9936,41 +10082,41 @@ index 0000000..149661e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cfengine_execd policy is very flexible allowing users to setup their cfengine_execd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cfengine_execd:
 +
 +.EX
-+.B cfengine_execd_t 
++.B cfengine_execd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cfengine_execd policy is very flexible allowing users to setup their cfengine_execd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cfengine_execd:
 +
 +
 +.EX
 +.PP
-+.B cfengine_execd_exec_t 
++.B cfengine_execd_exec_t
 +.EE
 +
 +- Set files with the cfengine_execd_exec_t type, if you want to transition an executable to the cfengine_execd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -10018,13 +10164,13 @@ index 0000000..149661e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cfengine_execd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -10032,18 +10178,18 @@ index 0000000..149661e
 \ No newline at end of file
 diff --git a/man/man8/cfengine_monitord_selinux.8 b/man/man8/cfengine_monitord_selinux.8
 new file mode 100644
-index 0000000..d57aeb3
+index 0000000..e4289e1
 --- /dev/null
 +++ b/man/man8/cfengine_monitord_selinux.8
 @@ -0,0 +1,117 @@
-+.TH  "cfengine_monitord_selinux"  "8"  "12-10-19" "cfengine_monitord" "SELinux Policy documentation for cfengine_monitord"
++.TH  "cfengine_monitord_selinux"  "8"  "12-11-01" "cfengine_monitord" "SELinux Policy documentation for cfengine_monitord"
 +.SH "NAME"
 +cfengine_monitord_selinux \- Security Enhanced Linux Policy for the cfengine_monitord processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cfengine_monitord processes via flexible mandatory access control.
 +
-+The cfengine_monitord processes execute with the cfengine_monitord_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cfengine_monitord processes execute with the cfengine_monitord_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -10060,41 +10206,41 @@ index 0000000..d57aeb3
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cfengine_monitord policy is very flexible allowing users to setup their cfengine_monitord processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cfengine_monitord:
 +
 +.EX
-+.B cfengine_monitord_t 
++.B cfengine_monitord_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cfengine_monitord policy is very flexible allowing users to setup their cfengine_monitord processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cfengine_monitord:
 +
 +
 +.EX
 +.PP
-+.B cfengine_monitord_exec_t 
++.B cfengine_monitord_exec_t
 +.EE
 +
 +- Set files with the cfengine_monitord_exec_t type, if you want to transition an executable to the cfengine_monitord_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -10142,13 +10288,13 @@ index 0000000..d57aeb3
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cfengine_monitord(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -10156,18 +10302,18 @@ index 0000000..d57aeb3
 \ No newline at end of file
 diff --git a/man/man8/cfengine_serverd_selinux.8 b/man/man8/cfengine_serverd_selinux.8
 new file mode 100644
-index 0000000..d8d7c7d
+index 0000000..55e7b52
 --- /dev/null
 +++ b/man/man8/cfengine_serverd_selinux.8
 @@ -0,0 +1,117 @@
-+.TH  "cfengine_serverd_selinux"  "8"  "12-10-19" "cfengine_serverd" "SELinux Policy documentation for cfengine_serverd"
++.TH  "cfengine_serverd_selinux"  "8"  "12-11-01" "cfengine_serverd" "SELinux Policy documentation for cfengine_serverd"
 +.SH "NAME"
 +cfengine_serverd_selinux \- Security Enhanced Linux Policy for the cfengine_serverd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cfengine_serverd processes via flexible mandatory access control.
 +
-+The cfengine_serverd processes execute with the cfengine_serverd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cfengine_serverd processes execute with the cfengine_serverd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -10184,41 +10330,41 @@ index 0000000..d8d7c7d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cfengine_serverd policy is very flexible allowing users to setup their cfengine_serverd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cfengine_serverd:
 +
 +.EX
-+.B cfengine_serverd_t 
++.B cfengine_serverd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cfengine_serverd policy is very flexible allowing users to setup their cfengine_serverd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cfengine_serverd:
 +
 +
 +.EX
 +.PP
-+.B cfengine_serverd_exec_t 
++.B cfengine_serverd_exec_t
 +.EE
 +
 +- Set files with the cfengine_serverd_exec_t type, if you want to transition an executable to the cfengine_serverd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -10266,13 +10412,13 @@ index 0000000..d8d7c7d
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cfengine_serverd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -10280,18 +10426,18 @@ index 0000000..d8d7c7d
 \ No newline at end of file
 diff --git a/man/man8/cgclear_selinux.8 b/man/man8/cgclear_selinux.8
 new file mode 100644
-index 0000000..07468b6
+index 0000000..e92daea
 --- /dev/null
 +++ b/man/man8/cgclear_selinux.8
 @@ -0,0 +1,112 @@
-+.TH  "cgclear_selinux"  "8"  "12-10-19" "cgclear" "SELinux Policy documentation for cgclear"
++.TH  "cgclear_selinux"  "8"  "12-11-01" "cgclear" "SELinux Policy documentation for cgclear"
 +.SH "NAME"
 +cgclear_selinux \- Security Enhanced Linux Policy for the cgclear processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cgclear processes via flexible mandatory access control.
 +
-+The cgclear processes execute with the cgclear_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cgclear processes execute with the cgclear_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -10308,41 +10454,41 @@ index 0000000..07468b6
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cgclear policy is very flexible allowing users to setup their cgclear processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cgclear:
 +
 +.EX
-+.B cgclear_t 
++.B cgclear_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cgclear policy is very flexible allowing users to setup their cgclear processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cgclear:
 +
 +
 +.EX
 +.PP
-+.B cgclear_exec_t 
++.B cgclear_exec_t
 +.EE
 +
 +- Set files with the cgclear_exec_t type, if you want to transition an executable to the cgclear_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -10386,30 +10532,30 @@ index 0000000..07468b6
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cgclear(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/cgconfig_selinux.8 b/man/man8/cgconfig_selinux.8
 new file mode 100644
-index 0000000..91c1954
+index 0000000..8e5f96c
 --- /dev/null
 +++ b/man/man8/cgconfig_selinux.8
 @@ -0,0 +1,128 @@
-+.TH  "cgconfig_selinux"  "8"  "12-10-19" "cgconfig" "SELinux Policy documentation for cgconfig"
++.TH  "cgconfig_selinux"  "8"  "12-11-01" "cgconfig" "SELinux Policy documentation for cgconfig"
 +.SH "NAME"
 +cgconfig_selinux \- Security Enhanced Linux Policy for the cgconfig processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cgconfig processes via flexible mandatory access control.
 +
-+The cgconfig processes execute with the cgconfig_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cgconfig processes execute with the cgconfig_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -10426,33 +10572,33 @@ index 0000000..91c1954
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cgconfig policy is very flexible allowing users to setup their cgconfig processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cgconfig:
 +
 +.EX
-+.B cgconfig_t 
++.B cgconfig_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cgconfig policy is very flexible allowing users to setup their cgconfig processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cgconfig:
 +
 +
 +.EX
 +.PP
-+.B cgconfig_etc_t 
++.B cgconfig_etc_t
 +.EE
 +
 +- Set files with the cgconfig_etc_t type, if you want to store cgconfig files in the /etc directories.
@@ -10460,7 +10606,7 @@ index 0000000..91c1954
 +
 +.EX
 +.PP
-+.B cgconfig_exec_t 
++.B cgconfig_exec_t
 +.EE
 +
 +- Set files with the cgconfig_exec_t type, if you want to transition an executable to the cgconfig_t domain.
@@ -10468,15 +10614,15 @@ index 0000000..91c1954
 +
 +.EX
 +.PP
-+.B cgconfig_initrc_exec_t 
++.B cgconfig_initrc_exec_t
 +.EE
 +
 +- Set files with the cgconfig_initrc_exec_t type, if you want to transition an executable to the cgconfig_initrc_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -10520,30 +10666,30 @@ index 0000000..91c1954
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cgconfig(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/cgred_selinux.8 b/man/man8/cgred_selinux.8
 new file mode 100644
-index 0000000..b0b26bd
+index 0000000..dfaff3f
 --- /dev/null
 +++ b/man/man8/cgred_selinux.8
 @@ -0,0 +1,148 @@
-+.TH  "cgred_selinux"  "8"  "12-10-19" "cgred" "SELinux Policy documentation for cgred"
++.TH  "cgred_selinux"  "8"  "12-11-01" "cgred" "SELinux Policy documentation for cgred"
 +.SH "NAME"
 +cgred_selinux \- Security Enhanced Linux Policy for the cgred processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cgred processes via flexible mandatory access control.
 +
-+The cgred processes execute with the cgred_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cgred processes execute with the cgred_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -10560,33 +10706,33 @@ index 0000000..b0b26bd
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cgred policy is very flexible allowing users to setup their cgred processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cgred:
 +
 +.EX
-+.B cgred_t 
++.B cgred_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cgred policy is very flexible allowing users to setup their cgred processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cgred:
 +
 +
 +.EX
 +.PP
-+.B cgred_exec_t 
++.B cgred_exec_t
 +.EE
 +
 +- Set files with the cgred_exec_t type, if you want to transition an executable to the cgred_t domain.
@@ -10594,7 +10740,7 @@ index 0000000..b0b26bd
 +
 +.EX
 +.PP
-+.B cgred_initrc_exec_t 
++.B cgred_initrc_exec_t
 +.EE
 +
 +- Set files with the cgred_initrc_exec_t type, if you want to transition an executable to the cgred_initrc_t domain.
@@ -10602,7 +10748,7 @@ index 0000000..b0b26bd
 +
 +.EX
 +.PP
-+.B cgred_log_t 
++.B cgred_log_t
 +.EE
 +
 +- Set files with the cgred_log_t type, if you want to treat the data as cgred log data, usually stored under the /var/log directory.
@@ -10610,15 +10756,15 @@ index 0000000..b0b26bd
 +
 +.EX
 +.PP
-+.B cgred_var_run_t 
++.B cgred_var_run_t
 +.EE
 +
 +- Set files with the cgred_var_run_t type, if you want to store the cgred files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -10674,30 +10820,30 @@ index 0000000..b0b26bd
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cgred(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/checkpc_selinux.8 b/man/man8/checkpc_selinux.8
 new file mode 100644
-index 0000000..43fef74
+index 0000000..72abe95
 --- /dev/null
 +++ b/man/man8/checkpc_selinux.8
 @@ -0,0 +1,112 @@
-+.TH  "checkpc_selinux"  "8"  "12-10-19" "checkpc" "SELinux Policy documentation for checkpc"
++.TH  "checkpc_selinux"  "8"  "12-11-01" "checkpc" "SELinux Policy documentation for checkpc"
 +.SH "NAME"
 +checkpc_selinux \- Security Enhanced Linux Policy for the checkpc processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the checkpc processes via flexible mandatory access control.
 +
-+The checkpc processes execute with the checkpc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The checkpc processes execute with the checkpc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -10714,33 +10860,33 @@ index 0000000..43fef74
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux checkpc policy is very flexible allowing users to setup their checkpc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for checkpc:
 +
 +.EX
-+.B checkpc_t 
++.B checkpc_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux checkpc policy is very flexible allowing users to setup their checkpc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for checkpc:
 +
 +
 +.EX
 +.PP
-+.B checkpc_exec_t 
++.B checkpc_exec_t
 +.EE
 +
 +- Set files with the checkpc_exec_t type, if you want to transition an executable to the checkpc_t domain.
@@ -10748,15 +10894,15 @@ index 0000000..43fef74
 +
 +.EX
 +.PP
-+.B checkpc_log_t 
++.B checkpc_log_t
 +.EE
 +
 +- Set files with the checkpc_log_t type, if you want to treat the data as checkpc log data, usually stored under the /var/log directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -10792,30 +10938,30 @@ index 0000000..43fef74
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), checkpc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/checkpolicy_selinux.8 b/man/man8/checkpolicy_selinux.8
 new file mode 100644
-index 0000000..a25f0ad
+index 0000000..b3bbf2c
 --- /dev/null
 +++ b/man/man8/checkpolicy_selinux.8
 @@ -0,0 +1,102 @@
-+.TH  "checkpolicy_selinux"  "8"  "12-10-19" "checkpolicy" "SELinux Policy documentation for checkpolicy"
++.TH  "checkpolicy_selinux"  "8"  "12-11-01" "checkpolicy" "SELinux Policy documentation for checkpolicy"
 +.SH "NAME"
 +checkpolicy_selinux \- Security Enhanced Linux Policy for the checkpolicy processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the checkpolicy processes via flexible mandatory access control.
 +
-+The checkpolicy processes execute with the checkpolicy_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The checkpolicy processes execute with the checkpolicy_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -10832,41 +10978,41 @@ index 0000000..a25f0ad
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux checkpolicy policy is very flexible allowing users to setup their checkpolicy processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for checkpolicy:
 +
 +.EX
-+.B checkpolicy_t 
++.B checkpolicy_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux checkpolicy policy is very flexible allowing users to setup their checkpolicy processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for checkpolicy:
 +
 +
 +.EX
 +.PP
-+.B checkpolicy_exec_t 
++.B checkpolicy_exec_t
 +.EE
 +
 +- Set files with the checkpolicy_exec_t type, if you want to transition an executable to the checkpolicy_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -10900,30 +11046,30 @@ index 0000000..a25f0ad
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), checkpolicy(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/chfn_selinux.8 b/man/man8/chfn_selinux.8
 new file mode 100644
-index 0000000..47d1da2
+index 0000000..9a08bac
 --- /dev/null
 +++ b/man/man8/chfn_selinux.8
-@@ -0,0 +1,190 @@
-+.TH  "chfn_selinux"  "8"  "12-10-19" "chfn" "SELinux Policy documentation for chfn"
+@@ -0,0 +1,198 @@
++.TH  "chfn_selinux"  "8"  "12-11-01" "chfn" "SELinux Policy documentation for chfn"
 +.SH "NAME"
 +chfn_selinux \- Security Enhanced Linux Policy for the chfn processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the chfn processes via flexible mandatory access control.
 +
-+The chfn processes execute with the chfn_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The chfn processes execute with the chfn_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -10940,41 +11086,41 @@ index 0000000..47d1da2
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux chfn policy is very flexible allowing users to setup their chfn processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for chfn:
 +
 +.EX
-+.B chfn_t 
++.B chfn_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux chfn policy is very flexible allowing users to setup their chfn processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for chfn:
 +
 +
 +.EX
 +.PP
-+.B chfn_exec_t 
++.B chfn_exec_t
 +.EE
 +
 +- Set files with the chfn_exec_t type, if you want to transition an executable to the chfn_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -11032,10 +11178,18 @@ index 0000000..47d1da2
 +.br
 +	/etc/passwd[-\+]?
 +.br
++	/etc/passwd\.adjunct.*
++.br
 +	/etc/ptmptmp
 +.br
++	/etc/\.pwd\.lock
++.br
++	/etc/group\.lock
++.br
 +	/etc/passwd\.OLD
 +.br
++	/etc/passwd\.lock
++.br
 +
 +.br
 +.B pcscd_var_run_t
@@ -11096,30 +11250,30 @@ index 0000000..47d1da2
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), chfn(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/chkpwd_selinux.8 b/man/man8/chkpwd_selinux.8
 new file mode 100644
-index 0000000..e2d2736
+index 0000000..fa2035e
 --- /dev/null
 +++ b/man/man8/chkpwd_selinux.8
 @@ -0,0 +1,100 @@
-+.TH  "chkpwd_selinux"  "8"  "12-10-19" "chkpwd" "SELinux Policy documentation for chkpwd"
++.TH  "chkpwd_selinux"  "8"  "12-11-01" "chkpwd" "SELinux Policy documentation for chkpwd"
 +.SH "NAME"
 +chkpwd_selinux \- Security Enhanced Linux Policy for the chkpwd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the chkpwd processes via flexible mandatory access control.
 +
-+The chkpwd processes execute with the chkpwd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The chkpwd processes execute with the chkpwd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -11136,41 +11290,41 @@ index 0000000..e2d2736
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux chkpwd policy is very flexible allowing users to setup their chkpwd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for chkpwd:
 +
 +.EX
-+.B chkpwd_t 
++.B chkpwd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux chkpwd policy is very flexible allowing users to setup their chkpwd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for chkpwd:
 +
 +
 +.EX
 +.PP
-+.B chkpwd_exec_t 
++.B chkpwd_exec_t
 +.EE
 +
 +- Set files with the chkpwd_exec_t type, if you want to transition an executable to the chkpwd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -11202,30 +11356,30 @@ index 0000000..e2d2736
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), chkpwd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/chrome_sandbox_nacl_selinux.8 b/man/man8/chrome_sandbox_nacl_selinux.8
 new file mode 100644
-index 0000000..f491ecd
+index 0000000..9f1594b
 --- /dev/null
 +++ b/man/man8/chrome_sandbox_nacl_selinux.8
 @@ -0,0 +1,95 @@
-+.TH  "chrome_sandbox_nacl_selinux"  "8"  "12-10-19" "chrome_sandbox_nacl" "SELinux Policy documentation for chrome_sandbox_nacl"
++.TH  "chrome_sandbox_nacl_selinux"  "8"  "12-11-01" "chrome_sandbox_nacl" "SELinux Policy documentation for chrome_sandbox_nacl"
 +.SH "NAME"
 +chrome_sandbox_nacl_selinux \- Security Enhanced Linux Policy for the chrome_sandbox_nacl processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the chrome_sandbox_nacl processes via flexible mandatory access control.
 +
-+The chrome_sandbox_nacl processes execute with the chrome_sandbox_nacl_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The chrome_sandbox_nacl processes execute with the chrome_sandbox_nacl_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -11236,47 +11390,47 @@ index 0000000..f491ecd
 +
 +The chrome_sandbox_nacl_t SELinux type can be entered via the "bin_t,chrome_sandbox_nacl_exec_t" file types.  The default entrypoint paths for the chrome_sandbox_nacl_t domain are the following:"
 +
-+/bin/.*, /opt/(.*/)?bin(/.*)?, /usr/(.*/)?Bin(/.*)?, /usr/(.*/)?bin(/.*)?, /usr/(.*/)?sbin(/.*)?, /opt/(.*/)?sbin(/.*)?, /opt/(.*/)?libexec(/.*)?, /sbin/.*, /usr/lib(.*/)?bin(/.*)?, /usr/lib(.*/)?sbin(/.*)?, /etc/gdm/[^/]+, /root/bin(/.*)?, /etc/gdm/[^/]+/.*, /etc/cron.daily(/.*)?, /etc/cron.weekly(/.*)?, /etc/cron.hourly(/.*)?, /etc/cron.monthly(/.*)?, /usr/lib/.*/scripts(/.*)?, /usr/lib/.*/program(/.*)?, /usr/lib/[^/]*/run-mozilla\.sh, /usr/lib/[^/]*/mozilla-xremote-client, /usr/lib/[^/]*thunderbird[^/]*/thunderbird, /usr/lib/[^/]*thunderbird[^/]*/thunderbird-bin, /usr/lib/[^/]*thunderbird[^/]*/open-browser\.sh, /lib/udev/[^/]*, /etc/auto\.[^/]*, /etc/avahi/.*\.action, /usr/lib/qt.*/bin(/.*)?, /usr/lib/yp/.+, /var/ftp/bin(/.*)?, /usr/Brother(/.*)?, /usr/Printer(/.*)?, /usr/libexec(/.*)?, /lib/upstart(/.*)?, /etc/kde/env(/.*)?, /etc/profile.d(/.*)?, /var/mailman.*/bin(/.*)?, /etc/lxdm/Pre.*, /etc/hotplug/.*rc, /usr/lib/cups(/.*)?, /etc/hotplug/.*agent, /usr/Brother/(.*/)?i
 nf/setup.*, /usr/Brother/(.*/)?inf/brprintconf.*, /usr/lib/dpkg/.+, /etc/lxdm/Post.*, /usr/lib/udev/[^/]*, /var/qmail/bin(/.*)?, /usr/lib/xfce4(/.*)?, /usr/lib/fence(/.*)?, /etc/X11/xinit(/.*)?, /lib/readahead(/.*)?, /etc/netplug\.d(/.*)?, /usr/lib/gimp/.*/plug-ins(/.*)?, /usr/lib/ipsec/.*, /etc/ppp/ip-up\..*, /usr/bin/pingus.*, /etc/cipe/ip-up.*, /usr/lib/dracut(/.*)?, /etc/pm/power\.d(/.*)?, /etc/pm/sleep\.d(/.*)?, /etc/redhat-lsb(/.*)?, /usr/lib/tuned/.*/.*\.sh, /usr/lib/xen/bin(/.*)?, /usr/lib/upstart(/.*)?, /usr/lib/courier(/.*)?, /etc/xen/scripts(/.*)?, /usr/share/tucan.*/tucan.py, /usr/lib/mailman.*/bin(/.*)?, /usr/lib/mailman.*/mail(/.*)?, /etc/ppp/ipv6-up\..*, /etc/ppp/ip-down\..*, /etc/cipe/ip-down.*, /usr/share/hplip/[^/]*, /usr/lib/news/bin(/.*)?, /usr/lib/pm-utils(/.*)?, /etc/vmware-tools(/.*)?, /etc/kde/shutdown(/.*)?, /etc/acpi/actions(/.*)?, /etc/pki/tls/misc(/.*)?, /usr/lib/jvm/java(.*/)bin(/.*), /usr/lib/tumbler-[^/]*/tumblerd, /usr/lib/readahead(/.*)?, /op
 t/google/chrome(/.*)?, /etc/munin/plugins(/.*)?, /usr/lib/bluetooth(/.*)?, /usr/lib/debug/bin(/.*)?, /usr/lib/xulrunner[^/]*/updater, /usr/lib/xulrunner[^/]*/crashreporter, /usr/lib/xulrunner[^/]*/xulrunner[^/]*, /usr/lib/ruby/gems(/.*)?/helper-scripts(/.*)?, /usr/share/debconf/.+, /etc/ppp/ipv6-down\..*, /usr/share/cluster/.*\.sh, /usr/share/sectool/.*\.py, /usr/share/ssl/misc(/.*)?, /usr/share/e16/misc(/.*)?, /usr/lib/ccache/bin(/.*)?, /etc/racoon/scripts(/.*)?, /usr/lib/debug/sbin(/.*)?, /usr/lib/ruby/gems/.*/agents(/.*)?, /usr/share/mc/extfs/.*, /usr/lib/apt/methods.+, /usr/lib/portage/bin(/.*)?, /usr/lib/MailScanner(/.*)?, /etc/mcelog/triggers(/.*)?, /etc/dhcp/dhclient\.d(/.*)?, /emul/ia32-linux/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/Bin(/.*)?, /emul/ia32-linux/usr(/.*)?/sbin(/.*)?, /usr/lib/thunderbird.*/mozilla-xremote-client, /usr/lib/cyrus-imapd/.*, /usr/share/createrepo(/.*)?, /emul/ia32-linux/sbin(/.*)?, /usr/share/virtualbox/.
 *\.sh, /usr/share/hal/scripts(/.*)?, /usr/share/wicd/daemon(/.*)?, /lib/security/pam_krb5(/.*)?, /opt/google/talkplugin(/.*)?, /etc/PackageKit/events(/.*)?, /usr/lib/debug/usr/bin(/.*)?, /usr/lib/vmware-tools/(s)?bin32(/.*)?, /usr/lib/vmware-tools/(s)?bin64(/.*)?, /etc/gdm/XKeepsCrashing[^/]*, /usr/lib/oracle/xe/apps(/.*)?, /usr/share/Modules/init(/.*)?, /usr/share/smolt/client(/.*)?, /usr/lib/nagios/plugins(/.*)?, /usr/lib/debug/usr/sbin(/.*)?, /usr/share/apr-0/build/[^/]+\.sh, /usr/lib/emacsen-common/.*, /usr/share/ajaxterm/qweb.py.*, /var/lib/asterisk/agi-bin(/.*)?, /usr/share/shorewall-perl(/.*)?, /usr/share/shorewall-lite(/.*)?, /usr/linuxprinter/filters(/.*)?, /usr/lib/netsaint/plugins(/.*)?, /usr/lib/chromium-browser(/.*)?, /usr/share/turboprint/lib(/.*)?, /usr/lib/nfs-utils/scripts(/.*)?, /usr/share/shorewall-shell(/.*)?, /usr/share/shorewall6-lite(/.*)?, /usr/share/vhostmd/scripts(/.*)?, /usr/lib/debug/usr/libexec(/.*)?, /etc/ConsoleKit/run-seat\.d(/.*)?, /usr/lib/n
 spluginwrapper/np.*, /usr/share/sandbox/sandboxX.sh, /usr/lib/ConsoleKit/scripts(/.*)?, /usr/share/ajaxterm/ajaxterm.py.*, /usr/lib/pgsql/test/regress/.*\.sh, /usr/share/denyhosts/plugins(/.*)?, /usr/share/denyhosts/scripts(/.*)?, /emul/ia32-linux/usr/libexec(/.*)?, /usr/lib/mediawiki/math/texvc.*, /usr/share/PackageKit/helpers(/.*)?, /etc/ConsoleKit/run-session\.d(/.*)?, /etc/hotplug\.d/default/default.*, /usr/lib/systemd/system-sleep/(.*)?, /opt/gutenprint/cups/lib/filter(/.*)?, /usr/share/system-config-network(/netconfig)?/[^/]+\.py, /usr/lib/ConsoleKit/run-session\.d(/.*)?, /etc/sysconfig/network-scripts/net.*, /etc/sysconfig/network-scripts/ifup.*, /etc/sysconfig/network-scripts/init.*, /usr/share/kde4/apps/kajongg/kajongg.py, /etc/sysconfig/network-scripts/ifdown.*, /opt/OpenPrinting-Gutenprint/cups/lib/filter(/.*)?, /usr/share/gedit-2/plugins/externaltools/tools(/.*)?, /bin, /sbin, /usr/bin, /dev/MAKEDEV, /var/qmail/rc, /var/qmail/bin, /etc/mail/make, /bin/mountpoint,
  /usr/lib/rpm/rpmv, /usr/lib/rpm/rpmk, /usr/lib/rpm/rpmq, /usr/lib/rpm/rpmd, /lib/udev/scsi_id, /sbin/mkfs\.cramfs, /etc/xen/qemu-ifup, /etc/lxdm/Xsession, /etc/sysconfig/init, /usr/bin/mountpoint, /etc/apcupsd/commok, /usr/lib/sftp-server, /etc/sysconfig/crond, /etc/lxdm/LoginReady, /usr/sbin/mkfs\.cramfs, /usr/lib/udev/scsi_id, /etc/X11/xdm/Xsetup_0, /etc/init\.d/functions, /etc/apcupsd/changeme, /usr/lib/iscan/network, /etc/apcupsd/onbattery, /usr/lib/yaboot/addnote, /etc/sysconfig/libvirtd, /etc/apcupsd/apccontrol, /etc/apcupsd/offbattery, /usr/lib/wicd/monitor\.py, /etc/X11/xdm/TakeConsole, /etc/X11/xdm/GiveConsole, /etc/apcupsd/commfailure, /usr/lib/misc/sftp-server, /etc/sysconfig/netconsole, /lib/udev/devices/MAKEDEV, /var/lib/iscan/interpreter, /etc/rc\.d/init\.d/functions, /etc/apcupsd/masterconnect, /etc/apcupsd/mastertimeout, /usr/share/pydict/pydict\.py, /usr/share/clamav/clamd-gen, /sbin/insmod_ksymoops_clean, /etc/mgetty\+sendfax/new_fax, /usr/lib/xfce4/panel/
 migrate, /usr/lib/xfce4/panel/wrapper, /etc/sysconfig/readonly-root, /usr/lib/udev/devices/MAKEDEV, /usr/lib/vte/gnome-pty-helper, /usr/lib/xfce4/xfconf/xfconfd, /usr/share/hwbrowser/hwbrowser, /usr/share/cvs/contrib/rcs2log, /usr/X11R6/lib/X11/xkb/xkbcomp, /usr/lib/virtualbox/VBoxManage, /usr/share/cluster/checkquorum, /usr/share/shorewall/getparams, /usr/share/apr-0/build/libtool, /usr/share/cluster/SAPDatabase, /usr/share/cluster/SAPInstance, /etc/hotplug/hotplug\.functions, /usr/share/texmf/web2c/mktexdir, /usr/share/texmf/web2c/mktexupd, /usr/share/texmf/web2c/mktexnam, /usr/share/shorewall/configpath, /usr/sbin/insmod_ksymoops_clean, /etc/mcelog/cache-error-trigger, /usr/share/shorewall/compiler\.pl, /usr/share/dayplanner/dayplanner, /usr/libexec/openssh/sftp-server, /usr/share/texmf/texconfig/tcfmgr, /usr/share/clamav/freshclam-sleep, /usr/share/cluster/ocf-shellfuncs, /usr/share/cluster/svclib_nfslock, /usr/lib/xfce4/exo-1/exo-helper-1, /usr/share/pwlib/make/ptlib-co
 nfig, /usr/share/fedora-usermgmt/wrapper, /usr/share/printconf/util/print\.py, /usr/lib/xfce4/xfwm4/helper-dialog, /etc/pki/tls/certs/make-dummy-cert, /usr/share/rhn/rhn_applet/applet\.py, /usr/share/authconfig/authconfig\.py, /usr/share/spamassassin/sa-update\.cron, /usr/share/gnucash/finance-quote-check, /usr/share/cluster/fence_scsi_check\.pl, /usr/share/selinux/devel/policygentool, /usr/share/switchdesk/switchdesk-gui\.py, /usr/share/authconfig/authconfig-gtk\.py, /usr/share/authconfig/authconfig-tui\.py, /usr/share/gitolite/hooks/common/update, /usr/share/gnucash/finance-quote-helper, /usr/lib/xfce4/exo-1/exo-compose-mail-1, /usr/share/system-config-services/gui\.py, /lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-config-netboot/pxeos\.py, /usr/lib/xfce4/session/balou-export-theme, /usr/share/system-config-nfs/nfs-export\.py, /usr/share/system-config-printer/applet\.py, /usr/share/system-config-selinux/polgen\.py, /usr/share/PackageKit/pk-upgrade-distro\.sh,
  /usr/lib/xfce4/session/balou-install-theme, /usr/share/system-config-netboot/pxeboot\.py, /usr/lib/xfce4/session/xfsm-shutdown-helper, /usr/share/rhn/rhn_applet/needed-packages\.py, /usr/lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-logviewer/system-logviewer\.py, /usr/share/system-config-network/neat-control\.py, /usr/share/system-config-services/serviceconf\.py, /usr/share/hal/device-manager/hal-device-manager, /usr/share/system-config-lvm/system-config-lvm\.py, /usr/share/system-config-nfs/system-config-nfs\.py, /usr/share/system-config-httpd/system-config-httpd, /usr/share/system-config-mouse/system-config-mouse, /usr/share/system-config-users/system-config-users, /usr/share/system-config-date/system-config-date\.py, /usr/share/doc/ghc/html/libraries/gen_contents_index, /usr/share/gitolite/hooks/gitolite-admin/post-update, /usr/share/system-config-samba/system-config-samba\.py, /usr/share/system-config-display/system-config-display, /usr/share/system-config
 -keyboard/system-config-keyboard, /usr/share/system-config-language/system-config-language, /usr/share/system-config-services/system-config-services, /usr/share/system-config-selinux/system-config-selinux\.py, /usr/share/system-config-netboot/system-config-netboot\.py, /usr/share/system-config-soundcard/system-config-soundcard, /usr/share/system-config-rootpassword/system-config-rootpassword, /usr/share/system-config-securitylevel/system-config-securitylevel\.py, /opt/google/chrome/nacl_helper_bootstrap, /usr/lib/chromium-browser/nacl_helper_bootstrap
++/bin/.*, /opt/(.*/)?bin(/.*)?, /usr/(.*/)?Bin(/.*)?, /usr/(.*/)?bin(/.*)?, /usr/(.*/)?sbin(/.*)?, /opt/(.*/)?sbin(/.*)?, /opt/(.*/)?libexec(/.*)?, /sbin/.*, /usr/lib(.*/)?bin(/.*)?, /usr/lib(.*/)?sbin(/.*)?, /etc/gdm/[^/]+, /root/bin(/.*)?, /etc/gdm/[^/]+/.*, /etc/cron.daily(/.*)?, /etc/cron.weekly(/.*)?, /etc/cron.hourly(/.*)?, /etc/cron.monthly(/.*)?, /usr/lib/.*/program(/.*)?, /usr/lib/.*/scripts(/.*)?, /usr/lib/[^/]*/run-mozilla\.sh, /usr/lib/[^/]*/mozilla-xremote-client, /usr/lib/[^/]*thunderbird[^/]*/thunderbird, /usr/lib/[^/]*thunderbird[^/]*/open-browser\.sh, /usr/lib/[^/]*thunderbird[^/]*/thunderbird-bin, /lib/udev/[^/]*, /etc/auto\.[^/]*, /etc/avahi/.*\.action, /usr/lib/qt.*/bin(/.*)?, /usr/lib/yp/.+, /var/ftp/bin(/.*)?, /usr/Brother(/.*)?, /usr/Printer(/.*)?, /usr/libexec(/.*)?, /lib/upstart(/.*)?, /etc/kde/env(/.*)?, /etc/profile.d(/.*)?, /var/mailman.*/bin(/.*)?, /etc/lxdm/Pre.*, /etc/hotplug/.*rc, /usr/lib/cups(/.*)?, /etc/hotplug/.*agent, /usr/Brother/(.*/)?i
 nf/setup.*, /usr/Brother/(.*/)?inf/brprintconf.*, /usr/lib/dpkg/.+, /etc/lxdm/Post.*, /usr/lib/udev/[^/]*, /var/qmail/bin(/.*)?, /usr/lib/xfce4(/.*)?, /usr/lib/fence(/.*)?, /etc/X11/xinit(/.*)?, /lib/readahead(/.*)?, /etc/netplug\.d(/.*)?, /usr/lib/gimp/.*/plug-ins(/.*)?, /usr/lib/ipsec/.*, /etc/ppp/ip-up\..*, /usr/bin/pingus.*, /etc/cipe/ip-up.*, /usr/lib/dracut(/.*)?, /etc/pm/power\.d(/.*)?, /etc/pm/sleep\.d(/.*)?, /etc/redhat-lsb(/.*)?, /usr/lib/tuned/.*/.*\.sh, /usr/lib/xen/bin(/.*)?, /usr/lib/upstart(/.*)?, /usr/lib/courier(/.*)?, /etc/xen/scripts(/.*)?, /usr/share/tucan.*/tucan.py, /usr/lib/mailman.*/bin(/.*)?, /usr/lib/mailman.*/mail(/.*)?, /etc/ppp/ipv6-up\..*, /etc/ppp/ip-down\..*, /etc/cipe/ip-down.*, /usr/share/hplip/[^/]*, /usr/lib/news/bin(/.*)?, /usr/lib/pm-utils(/.*)?, /etc/vmware-tools(/.*)?, /etc/kde/shutdown(/.*)?, /etc/acpi/actions(/.*)?, /etc/pki/tls/misc(/.*)?, /usr/lib/jvm/java(.*/)bin(/.*), /usr/lib/tumbler-[^/]*/tumblerd, /usr/lib/readahead(/.*)?, /op
 t/google/chrome(/.*)?, /etc/munin/plugins(/.*)?, /usr/lib/bluetooth(/.*)?, /usr/lib/debug/bin(/.*)?, /usr/lib/xulrunner[^/]*/updater, /usr/lib/xulrunner[^/]*/crashreporter, /usr/lib/xulrunner[^/]*/xulrunner[^/]*, /usr/lib/ruby/gems(/.*)?/helper-scripts(/.*)?, /usr/share/debconf/.+, /etc/ppp/ipv6-down\..*, /usr/share/cluster/.*\.sh, /usr/share/sectool/.*\.py, /usr/share/ssl/misc(/.*)?, /usr/share/e16/misc(/.*)?, /usr/lib/ccache/bin(/.*)?, /etc/racoon/scripts(/.*)?, /usr/lib/debug/sbin(/.*)?, /usr/lib/ruby/gems/.*/agents(/.*)?, /usr/share/mc/extfs/.*, /usr/lib/apt/methods.+, /usr/lib/portage/bin(/.*)?, /usr/lib/MailScanner(/.*)?, /etc/mcelog/triggers(/.*)?, /etc/dhcp/dhclient\.d(/.*)?, /emul/ia32-linux/bin(/.*)?, /usr/lib/libreoffice(/.*)?/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/Bin(/.*)?, /emul/ia32-linux/usr(/.*)?/sbin(/.*)?, /usr/lib/thunderbird.*/mozilla-xremote-client, /usr/lib/cyrus-imapd/.*, /usr/share/createrepo(/.*)?, /emul/ia32-lin
 ux/sbin(/.*)?, /usr/share/virtualbox/.*\.sh, /usr/share/wicd/daemon(/.*)?, /usr/share/hal/scripts(/.*)?, /lib/security/pam_krb5(/.*)?, /opt/google/talkplugin(/.*)?, /etc/PackageKit/events(/.*)?, /usr/lib/debug/usr/bin(/.*)?, /usr/lib/vmware-tools/(s)?bin64(/.*)?, /usr/lib/vmware-tools/(s)?bin32(/.*)?, /etc/gdm/XKeepsCrashing[^/]*, /usr/lib/oracle/xe/apps(/.*)?, /usr/share/Modules/init(/.*)?, /usr/share/smolt/client(/.*)?, /usr/lib/nagios/plugins(/.*)?, /usr/lib/debug/usr/sbin(/.*)?, /usr/share/apr-0/build/[^/]+\.sh, /usr/lib/emacsen-common/.*, /usr/share/ajaxterm/qweb.py.*, /var/lib/asterisk/agi-bin(/.*)?, /usr/share/shorewall-perl(/.*)?, /usr/share/shorewall-lite(/.*)?, /usr/linuxprinter/filters(/.*)?, /usr/lib/netsaint/plugins(/.*)?, /usr/lib/chromium-browser(/.*)?, /usr/share/turboprint/lib(/.*)?, /usr/lib/nfs-utils/scripts(/.*)?, /usr/share/shorewall6-lite(/.*)?, /usr/share/shorewall-shell(/.*)?, /usr/share/vhostmd/scripts(/.*)?, /usr/lib/debug/usr/libexec(/.*)?, /etc/Co
 nsoleKit/run-seat\.d(/.*)?, /usr/lib/nspluginwrapper/np.*, /usr/share/sandbox/sandboxX.sh, /usr/lib/ConsoleKit/scripts(/.*)?, /usr/share/ajaxterm/ajaxterm.py.*, /usr/lib/pgsql/test/regress/.*\.sh, /usr/share/denyhosts/scripts(/.*)?, /usr/share/denyhosts/plugins(/.*)?, /emul/ia32-linux/usr/libexec(/.*)?, /usr/lib/mediawiki/math/texvc.*, /usr/share/PackageKit/helpers(/.*)?, /etc/ConsoleKit/run-session\.d(/.*)?, /etc/hotplug\.d/default/default.*, /usr/lib/systemd/system-sleep/(.*)?, /opt/gutenprint/cups/lib/filter(/.*)?, /usr/share/system-config-network(/netconfig)?/[^/]+\.py, /usr/lib/ConsoleKit/run-session\.d(/.*)?, /etc/sysconfig/network-scripts/net.*, /etc/sysconfig/network-scripts/ifup.*, /etc/sysconfig/network-scripts/init.*, /usr/share/kde4/apps/kajongg/kajongg.py, /etc/sysconfig/network-scripts/ifdown.*, /opt/OpenPrinting-Gutenprint/cups/lib/filter(/.*)?, /usr/share/gedit-2/plugins/externaltools/tools(/.*)?, /bin, /sbin, /usr/bin, /dev/MAKEDEV, /var/qmail/rc, /var/qmail
 /bin, /etc/mail/make, /bin/mountpoint, /usr/lib/rpm/rpmq, /usr/lib/rpm/rpmv, /usr/lib/rpm/rpmd, /usr/lib/rpm/rpmk, /lib/udev/scsi_id, /sbin/mkfs\.cramfs, /etc/xen/qemu-ifup, /etc/lxdm/Xsession, /etc/sysconfig/init, /usr/bin/mountpoint, /etc/apcupsd/commok, /usr/lib/sftp-server, /etc/sysconfig/crond, /etc/lxdm/LoginReady, /usr/sbin/mkfs\.cramfs, /usr/lib/udev/scsi_id, /etc/X11/xdm/Xsetup_0, /etc/init\.d/functions, /etc/apcupsd/changeme, /usr/lib/iscan/network, /etc/apcupsd/onbattery, /usr/lib/yaboot/addnote, /etc/sysconfig/libvirtd, /etc/apcupsd/apccontrol, /etc/apcupsd/offbattery, /usr/lib/wicd/monitor\.py, /etc/X11/xdm/TakeConsole, /etc/X11/xdm/GiveConsole, /etc/apcupsd/commfailure, /usr/lib/misc/sftp-server, /etc/sysconfig/netconsole, /lib/udev/devices/MAKEDEV, /var/lib/iscan/interpreter, /etc/rc\.d/init\.d/functions, /etc/apcupsd/masterconnect, /etc/apcupsd/mastertimeout, /usr/share/pydict/pydict\.py, /usr/share/clamav/clamd-gen, /sbin/insmod_ksymoops_clean, /etc/mgetty\+
 sendfax/new_fax, /usr/lib/xfce4/panel/migrate, /usr/lib/xfce4/panel/wrapper, /etc/sysconfig/readonly-root, /usr/lib/vte/gnome-pty-helper, /usr/lib/udev/devices/MAKEDEV, /usr/lib/xfce4/xfconf/xfconfd, /usr/share/cvs/contrib/rcs2log, /usr/share/hwbrowser/hwbrowser, /usr/X11R6/lib/X11/xkb/xkbcomp, /usr/lib/virtualbox/VBoxManage, /usr/share/cluster/SAPInstance, /usr/share/cluster/checkquorum, /usr/share/shorewall/getparams, /usr/share/apr-0/build/libtool, /usr/share/cluster/SAPDatabase, /etc/hotplug/hotplug\.functions, /usr/share/texmf/web2c/mktexdir, /usr/share/texmf/web2c/mktexnam, /usr/share/texmf/web2c/mktexupd, /usr/share/shorewall/configpath, /usr/sbin/insmod_ksymoops_clean, /etc/mcelog/cache-error-trigger, /usr/share/shorewall/compiler\.pl, /usr/share/dayplanner/dayplanner, /usr/libexec/openssh/sftp-server, /usr/share/texmf/texconfig/tcfmgr, /usr/share/clamav/freshclam-sleep, /usr/share/cluster/svclib_nfslock, /usr/share/cluster/ocf-shellfuncs, /usr/lib/xfce4/exo-1/exo-he
 lper-1, /usr/share/pwlib/make/ptlib-config, /usr/share/fedora-usermgmt/wrapper, /usr/share/printconf/util/print\.py, /usr/lib/xfce4/xfwm4/helper-dialog, /etc/pki/tls/certs/make-dummy-cert, /usr/share/rhn/rhn_applet/applet\.py, /usr/share/authconfig/authconfig\.py, /usr/share/spamassassin/sa-update\.cron, /usr/share/gnucash/finance-quote-check, /usr/share/cluster/fence_scsi_check\.pl, /usr/share/selinux/devel/policygentool, /usr/share/switchdesk/switchdesk-gui\.py, /usr/share/authconfig/authconfig-tui\.py, /usr/share/authconfig/authconfig-gtk\.py, /usr/share/gnucash/finance-quote-helper, /usr/share/gitolite/hooks/common/update, /usr/lib/xfce4/exo-1/exo-compose-mail-1, /usr/share/system-config-services/gui\.py, /lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-config-netboot/pxeos\.py, /usr/lib/xfce4/session/balou-export-theme, /usr/share/system-config-selinux/polgen\.py, /usr/share/system-config-nfs/nfs-export\.py, /usr/share/system-config-printer/applet\.py, /usr/s
 hare/PackageKit/pk-upgrade-distro\.sh, /usr/lib/xfce4/session/balou-install-theme, /usr/share/system-config-netboot/pxeboot\.py, /usr/lib/xfce4/session/xfsm-shutdown-helper, /usr/share/rhn/rhn_applet/needed-packages\.py, /usr/lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-logviewer/system-logviewer\.py, /usr/share/system-config-network/neat-control\.py, /usr/share/system-config-services/serviceconf\.py, /usr/share/hal/device-manager/hal-device-manager, /usr/share/system-config-lvm/system-config-lvm\.py, /usr/share/system-config-nfs/system-config-nfs\.py, /usr/share/system-config-mouse/system-config-mouse, /usr/share/system-config-httpd/system-config-httpd, /usr/share/system-config-users/system-config-users, /usr/share/system-config-date/system-config-date\.py, /usr/share/doc/ghc/html/libraries/gen_contents_index, /usr/share/gitolite/hooks/gitolite-admin/post-update, /usr/share/system-config-samba/system-config-samba\.py, /usr/share/system-config-display/system-co
 nfig-display, /usr/share/system-config-keyboard/system-config-keyboard, /usr/share/system-config-language/system-config-language, /usr/share/system-config-services/system-config-services, /usr/share/system-config-selinux/system-config-selinux\.py, /usr/share/system-config-netboot/system-config-netboot\.py, /usr/share/system-config-soundcard/system-config-soundcard, /usr/share/system-config-rootpassword/system-config-rootpassword, /usr/share/system-config-securitylevel/system-config-securitylevel\.py, /opt/google/chrome/nacl_helper_bootstrap, /usr/lib/chromium-browser/nacl_helper_bootstrap
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux chrome_sandbox_nacl policy is very flexible allowing users to setup their chrome_sandbox_nacl processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for chrome_sandbox_nacl:
 +
 +.EX
-+.B chrome_sandbox_nacl_t 
++.B chrome_sandbox_nacl_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux chrome_sandbox_nacl policy is very flexible allowing users to setup their chrome_sandbox_nacl processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for chrome_sandbox_nacl:
 +
 +
 +.EX
 +.PP
-+.B chrome_sandbox_nacl_exec_t 
++.B chrome_sandbox_nacl_exec_t
 +.EE
 +
 +- Set files with the chrome_sandbox_nacl_exec_t type, if you want to transition an executable to the chrome_sandbox_nacl_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -11302,13 +11456,13 @@ index 0000000..f491ecd
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), chrome_sandbox_nacl(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -11316,18 +11470,18 @@ index 0000000..f491ecd
 \ No newline at end of file
 diff --git a/man/man8/chrome_sandbox_selinux.8 b/man/man8/chrome_sandbox_selinux.8
 new file mode 100644
-index 0000000..ddcb1aa
+index 0000000..42c38de
 --- /dev/null
 +++ b/man/man8/chrome_sandbox_selinux.8
-@@ -0,0 +1,204 @@
-+.TH  "chrome_sandbox_selinux"  "8"  "12-10-19" "chrome_sandbox" "SELinux Policy documentation for chrome_sandbox"
+@@ -0,0 +1,206 @@
++.TH  "chrome_sandbox_selinux"  "8"  "12-11-01" "chrome_sandbox" "SELinux Policy documentation for chrome_sandbox"
 +.SH "NAME"
 +chrome_sandbox_selinux \- Security Enhanced Linux Policy for the chrome_sandbox processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the chrome_sandbox processes via flexible mandatory access control.
 +
-+The chrome_sandbox processes execute with the chrome_sandbox_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The chrome_sandbox processes execute with the chrome_sandbox_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -11344,17 +11498,17 @@ index 0000000..ddcb1aa
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux chrome_sandbox policy is very flexible allowing users to setup their chrome_sandbox processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for chrome_sandbox:
 +
 +.EX
-+.B chrome_sandbox_t, chrome_sandbox_nacl_t 
++.B chrome_sandbox_t, chrome_sandbox_nacl_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -11376,19 +11530,19 @@ index 0000000..ddcb1aa
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux chrome_sandbox policy is very flexible allowing users to setup their chrome_sandbox processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for chrome_sandbox:
 +
 +
 +.EX
 +.PP
-+.B chrome_sandbox_exec_t 
++.B chrome_sandbox_exec_t
 +.EE
 +
 +- Set files with the chrome_sandbox_exec_t type, if you want to transition an executable to the chrome_sandbox_t domain.
@@ -11396,7 +11550,7 @@ index 0000000..ddcb1aa
 +
 +.EX
 +.PP
-+.B chrome_sandbox_nacl_exec_t 
++.B chrome_sandbox_nacl_exec_t
 +.EE
 +
 +- Set files with the chrome_sandbox_nacl_exec_t type, if you want to transition an executable to the chrome_sandbox_nacl_t domain.
@@ -11404,7 +11558,7 @@ index 0000000..ddcb1aa
 +
 +.EX
 +.PP
-+.B chrome_sandbox_tmp_t 
++.B chrome_sandbox_tmp_t
 +.EE
 +
 +- Set files with the chrome_sandbox_tmp_t type, if you want to store chrome sandbox temporary files in the /tmp directories.
@@ -11412,15 +11566,15 @@ index 0000000..ddcb1aa
 +
 +.EX
 +.PP
-+.B chrome_sandbox_tmpfs_t 
++.B chrome_sandbox_tmpfs_t
 +.EE
 +
 +- Set files with the chrome_sandbox_tmpfs_t type, if you want to store chrome sandbox files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -11448,6 +11602,8 @@ index 0000000..ddcb1aa
 +.br
 +.B home_cert_t
 +
++	/root/\.pki(/.*)?
++.br
 +	/root/\.cert(/.*)?
 +.br
 +	/home/[^/]*/.kde/share/apps/networkmanagement/certificates(/.*)?
@@ -11513,13 +11669,13 @@ index 0000000..ddcb1aa
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), chrome_sandbox(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -11527,18 +11683,18 @@ index 0000000..ddcb1aa
 \ No newline at end of file
 diff --git a/man/man8/chronyd_selinux.8 b/man/man8/chronyd_selinux.8
 new file mode 100644
-index 0000000..9d6c6d5
+index 0000000..2e165b5
 --- /dev/null
 +++ b/man/man8/chronyd_selinux.8
 @@ -0,0 +1,216 @@
-+.TH  "chronyd_selinux"  "8"  "12-10-19" "chronyd" "SELinux Policy documentation for chronyd"
++.TH  "chronyd_selinux"  "8"  "12-11-01" "chronyd" "SELinux Policy documentation for chronyd"
 +.SH "NAME"
 +chronyd_selinux \- Security Enhanced Linux Policy for the chronyd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the chronyd processes via flexible mandatory access control.
 +
-+The chronyd processes execute with the chronyd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The chronyd processes execute with the chronyd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -11555,33 +11711,33 @@ index 0000000..9d6c6d5
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux chronyd policy is very flexible allowing users to setup their chronyd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for chronyd:
 +
 +.EX
-+.B chronyd_t 
++.B chronyd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux chronyd policy is very flexible allowing users to setup their chronyd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for chronyd:
 +
 +
 +.EX
 +.PP
-+.B chronyd_exec_t 
++.B chronyd_exec_t
 +.EE
 +
 +- Set files with the chronyd_exec_t type, if you want to transition an executable to the chronyd_t domain.
@@ -11589,7 +11745,7 @@ index 0000000..9d6c6d5
 +
 +.EX
 +.PP
-+.B chronyd_initrc_exec_t 
++.B chronyd_initrc_exec_t
 +.EE
 +
 +- Set files with the chronyd_initrc_exec_t type, if you want to transition an executable to the chronyd_initrc_t domain.
@@ -11597,7 +11753,7 @@ index 0000000..9d6c6d5
 +
 +.EX
 +.PP
-+.B chronyd_keys_t 
++.B chronyd_keys_t
 +.EE
 +
 +- Set files with the chronyd_keys_t type, if you want to treat the files as chronyd keys data.
@@ -11605,7 +11761,7 @@ index 0000000..9d6c6d5
 +
 +.EX
 +.PP
-+.B chronyd_tmpfs_t 
++.B chronyd_tmpfs_t
 +.EE
 +
 +- Set files with the chronyd_tmpfs_t type, if you want to store chronyd files on a tmpfs file system.
@@ -11613,7 +11769,7 @@ index 0000000..9d6c6d5
 +
 +.EX
 +.PP
-+.B chronyd_unit_file_t 
++.B chronyd_unit_file_t
 +.EE
 +
 +- Set files with the chronyd_unit_file_t type, if you want to treat the files as chronyd unit content.
@@ -11621,7 +11777,7 @@ index 0000000..9d6c6d5
 +
 +.EX
 +.PP
-+.B chronyd_var_lib_t 
++.B chronyd_var_lib_t
 +.EE
 +
 +- Set files with the chronyd_var_lib_t type, if you want to store the chronyd files under the /var/lib directory.
@@ -11629,7 +11785,7 @@ index 0000000..9d6c6d5
 +
 +.EX
 +.PP
-+.B chronyd_var_log_t 
++.B chronyd_var_log_t
 +.EE
 +
 +- Set files with the chronyd_var_log_t type, if you want to treat the data as chronyd var log data, usually stored under the /var/log directory.
@@ -11637,35 +11793,35 @@ index 0000000..9d6c6d5
 +
 +.EX
 +.PP
-+.B chronyd_var_run_t 
++.B chronyd_var_run_t
 +.EE
 +
 +- Set files with the chronyd_var_run_t type, if you want to store the chronyd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux chronyd policy is very flexible allowing users to setup their chronyd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for chronyd:
 +
 +.EX
 +.TP 5
-+.B chronyd_port_t 
++.B chronyd_port_t
 +.TP 10
 +.EE
 +
@@ -11737,30 +11893,30 @@ index 0000000..9d6c6d5
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), chronyd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ciped_selinux.8 b/man/man8/ciped_selinux.8
 new file mode 100644
-index 0000000..f030675
+index 0000000..7e19c9b
 --- /dev/null
 +++ b/man/man8/ciped_selinux.8
 @@ -0,0 +1,86 @@
-+.TH  "ciped_selinux"  "8"  "12-10-19" "ciped" "SELinux Policy documentation for ciped"
++.TH  "ciped_selinux"  "8"  "12-11-01" "ciped" "SELinux Policy documentation for ciped"
 +.SH "NAME"
 +ciped_selinux \- Security Enhanced Linux Policy for the ciped processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ciped processes via flexible mandatory access control.
 +
-+The ciped processes execute with the ciped_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ciped processes execute with the ciped_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -11777,41 +11933,41 @@ index 0000000..f030675
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ciped policy is very flexible allowing users to setup their ciped processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ciped:
 +
 +.EX
-+.B ciped_t 
++.B ciped_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ciped policy is very flexible allowing users to setup their ciped processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ciped:
 +
 +
 +.EX
 +.PP
-+.B ciped_exec_t 
++.B ciped_exec_t
 +.EE
 +
 +- Set files with the ciped_exec_t type, if you want to transition an executable to the ciped_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -11829,30 +11985,30 @@ index 0000000..f030675
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ciped(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/clamd_selinux.8 b/man/man8/clamd_selinux.8
 new file mode 100644
-index 0000000..ae55892
+index 0000000..26f026b
 --- /dev/null
 +++ b/man/man8/clamd_selinux.8
 @@ -0,0 +1,284 @@
-+.TH  "clamd_selinux"  "8"  "12-10-19" "clamd" "SELinux Policy documentation for clamd"
++.TH  "clamd_selinux"  "8"  "12-11-01" "clamd" "SELinux Policy documentation for clamd"
 +.SH "NAME"
 +clamd_selinux \- Security Enhanced Linux Policy for the clamd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the clamd processes via flexible mandatory access control.
 +
-+The clamd processes execute with the clamd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The clamd processes execute with the clamd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -11869,17 +12025,17 @@ index 0000000..ae55892
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux clamd policy is very flexible allowing users to setup their clamd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for clamd:
 +
 +.EX
-+.B clamd_t, clamscan_t 
++.B clamd_t, clamscan_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -11929,19 +12085,19 @@ index 0000000..ae55892
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux clamd policy is very flexible allowing users to setup their clamd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for clamd:
 +
 +
 +.EX
 +.PP
-+.B clamd_etc_t 
++.B clamd_etc_t
 +.EE
 +
 +- Set files with the clamd_etc_t type, if you want to store clamd files in the /etc directories.
@@ -11949,7 +12105,7 @@ index 0000000..ae55892
 +
 +.EX
 +.PP
-+.B clamd_exec_t 
++.B clamd_exec_t
 +.EE
 +
 +- Set files with the clamd_exec_t type, if you want to transition an executable to the clamd_t domain.
@@ -11957,7 +12113,7 @@ index 0000000..ae55892
 +
 +.EX
 +.PP
-+.B clamd_initrc_exec_t 
++.B clamd_initrc_exec_t
 +.EE
 +
 +- Set files with the clamd_initrc_exec_t type, if you want to transition an executable to the clamd_initrc_t domain.
@@ -11965,7 +12121,7 @@ index 0000000..ae55892
 +
 +.EX
 +.PP
-+.B clamd_tmp_t 
++.B clamd_tmp_t
 +.EE
 +
 +- Set files with the clamd_tmp_t type, if you want to store clamd temporary files in the /tmp directories.
@@ -11973,7 +12129,7 @@ index 0000000..ae55892
 +
 +.EX
 +.PP
-+.B clamd_unit_file_t 
++.B clamd_unit_file_t
 +.EE
 +
 +- Set files with the clamd_unit_file_t type, if you want to treat the files as clamd unit content.
@@ -11981,7 +12137,7 @@ index 0000000..ae55892
 +
 +.EX
 +.PP
-+.B clamd_var_lib_t 
++.B clamd_var_lib_t
 +.EE
 +
 +- Set files with the clamd_var_lib_t type, if you want to store the clamd files under the /var/lib directory.
@@ -11989,7 +12145,7 @@ index 0000000..ae55892
 +
 +.EX
 +.PP
-+.B clamd_var_log_t 
++.B clamd_var_log_t
 +.EE
 +
 +- Set files with the clamd_var_log_t type, if you want to treat the data as clamd var log data, usually stored under the /var/log directory.
@@ -11997,35 +12153,35 @@ index 0000000..ae55892
 +
 +.EX
 +.PP
-+.B clamd_var_run_t 
++.B clamd_var_run_t
 +.EE
 +
 +- Set files with the clamd_var_run_t type, if you want to store the clamd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux clamd policy is very flexible allowing users to setup their clamd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for clamd:
 +
 +.EX
 +.TP 5
-+.B clamd_port_t 
++.B clamd_port_t
 +.TP 10
 +.EE
 +
@@ -12118,13 +12274,13 @@ index 0000000..ae55892
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), clamd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -12132,18 +12288,18 @@ index 0000000..ae55892
 \ No newline at end of file
 diff --git a/man/man8/clamscan_selinux.8 b/man/man8/clamscan_selinux.8
 new file mode 100644
-index 0000000..3284eb0
+index 0000000..d29a7f2
 --- /dev/null
 +++ b/man/man8/clamscan_selinux.8
 @@ -0,0 +1,160 @@
-+.TH  "clamscan_selinux"  "8"  "12-10-19" "clamscan" "SELinux Policy documentation for clamscan"
++.TH  "clamscan_selinux"  "8"  "12-11-01" "clamscan" "SELinux Policy documentation for clamscan"
 +.SH "NAME"
 +clamscan_selinux \- Security Enhanced Linux Policy for the clamscan processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the clamscan processes via flexible mandatory access control.
 +
-+The clamscan processes execute with the clamscan_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The clamscan processes execute with the clamscan_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -12160,17 +12316,17 @@ index 0000000..3284eb0
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux clamscan policy is very flexible allowing users to setup their clamscan processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for clamscan:
 +
 +.EX
-+.B clamscan_t 
++.B clamscan_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -12206,19 +12362,19 @@ index 0000000..3284eb0
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux clamscan policy is very flexible allowing users to setup their clamscan processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for clamscan:
 +
 +
 +.EX
 +.PP
-+.B clamscan_exec_t 
++.B clamscan_exec_t
 +.EE
 +
 +- Set files with the clamscan_exec_t type, if you want to transition an executable to the clamscan_t domain.
@@ -12226,15 +12382,15 @@ index 0000000..3284eb0
 +
 +.EX
 +.PP
-+.B clamscan_tmp_t 
++.B clamscan_tmp_t
 +.EE
 +
 +- Set files with the clamscan_tmp_t type, if you want to store clamscan temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -12285,13 +12441,13 @@ index 0000000..3284eb0
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), clamscan(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -12299,18 +12455,18 @@ index 0000000..3284eb0
 \ No newline at end of file
 diff --git a/man/man8/clogd_selinux.8 b/man/man8/clogd_selinux.8
 new file mode 100644
-index 0000000..d0b22d5
+index 0000000..376c775
 --- /dev/null
 +++ b/man/man8/clogd_selinux.8
 @@ -0,0 +1,116 @@
-+.TH  "clogd_selinux"  "8"  "12-10-19" "clogd" "SELinux Policy documentation for clogd"
++.TH  "clogd_selinux"  "8"  "12-11-01" "clogd" "SELinux Policy documentation for clogd"
 +.SH "NAME"
 +clogd_selinux \- Security Enhanced Linux Policy for the clogd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the clogd processes via flexible mandatory access control.
 +
-+The clogd processes execute with the clogd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The clogd processes execute with the clogd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -12327,33 +12483,33 @@ index 0000000..d0b22d5
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux clogd policy is very flexible allowing users to setup their clogd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for clogd:
 +
 +.EX
-+.B clogd_t 
++.B clogd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux clogd policy is very flexible allowing users to setup their clogd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for clogd:
 +
 +
 +.EX
 +.PP
-+.B clogd_exec_t 
++.B clogd_exec_t
 +.EE
 +
 +- Set files with the clogd_exec_t type, if you want to transition an executable to the clogd_t domain.
@@ -12361,7 +12517,7 @@ index 0000000..d0b22d5
 +
 +.EX
 +.PP
-+.B clogd_tmpfs_t 
++.B clogd_tmpfs_t
 +.EE
 +
 +- Set files with the clogd_tmpfs_t type, if you want to store clogd files on a tmpfs file system.
@@ -12369,15 +12525,15 @@ index 0000000..d0b22d5
 +
 +.EX
 +.PP
-+.B clogd_var_run_t 
++.B clogd_var_run_t
 +.EE
 +
 +- Set files with the clogd_var_run_t type, if you want to store the clogd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -12409,30 +12565,30 @@ index 0000000..d0b22d5
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), clogd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/clvmd_selinux.8 b/man/man8/clvmd_selinux.8
 new file mode 100644
-index 0000000..53be647
+index 0000000..6c83943
 --- /dev/null
 +++ b/man/man8/clvmd_selinux.8
 @@ -0,0 +1,142 @@
-+.TH  "clvmd_selinux"  "8"  "12-10-19" "clvmd" "SELinux Policy documentation for clvmd"
++.TH  "clvmd_selinux"  "8"  "12-11-01" "clvmd" "SELinux Policy documentation for clvmd"
 +.SH "NAME"
 +clvmd_selinux \- Security Enhanced Linux Policy for the clvmd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the clvmd processes via flexible mandatory access control.
 +
-+The clvmd processes execute with the clvmd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The clvmd processes execute with the clvmd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -12449,33 +12605,33 @@ index 0000000..53be647
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux clvmd policy is very flexible allowing users to setup their clvmd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for clvmd:
 +
 +.EX
-+.B clvmd_t 
++.B clvmd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux clvmd policy is very flexible allowing users to setup their clvmd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for clvmd:
 +
 +
 +.EX
 +.PP
-+.B clvmd_exec_t 
++.B clvmd_exec_t
 +.EE
 +
 +- Set files with the clvmd_exec_t type, if you want to transition an executable to the clvmd_t domain.
@@ -12483,7 +12639,7 @@ index 0000000..53be647
 +
 +.EX
 +.PP
-+.B clvmd_initrc_exec_t 
++.B clvmd_initrc_exec_t
 +.EE
 +
 +- Set files with the clvmd_initrc_exec_t type, if you want to transition an executable to the clvmd_initrc_t domain.
@@ -12491,7 +12647,7 @@ index 0000000..53be647
 +
 +.EX
 +.PP
-+.B clvmd_tmpfs_t 
++.B clvmd_tmpfs_t
 +.EE
 +
 +- Set files with the clvmd_tmpfs_t type, if you want to store clvmd files on a tmpfs file system.
@@ -12499,15 +12655,15 @@ index 0000000..53be647
 +
 +.EX
 +.PP
-+.B clvmd_var_run_t 
++.B clvmd_var_run_t
 +.EE
 +
 +- Set files with the clvmd_var_run_t type, if you want to store the clvmd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -12557,30 +12713,30 @@ index 0000000..53be647
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), clvmd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/cmirrord_selinux.8 b/man/man8/cmirrord_selinux.8
 new file mode 100644
-index 0000000..2cc16cc
+index 0000000..529b7f4
 --- /dev/null
 +++ b/man/man8/cmirrord_selinux.8
 @@ -0,0 +1,124 @@
-+.TH  "cmirrord_selinux"  "8"  "12-10-19" "cmirrord" "SELinux Policy documentation for cmirrord"
++.TH  "cmirrord_selinux"  "8"  "12-11-01" "cmirrord" "SELinux Policy documentation for cmirrord"
 +.SH "NAME"
 +cmirrord_selinux \- Security Enhanced Linux Policy for the cmirrord processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cmirrord processes via flexible mandatory access control.
 +
-+The cmirrord processes execute with the cmirrord_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cmirrord processes execute with the cmirrord_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -12597,33 +12753,33 @@ index 0000000..2cc16cc
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cmirrord policy is very flexible allowing users to setup their cmirrord processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cmirrord:
 +
 +.EX
-+.B cmirrord_t 
++.B cmirrord_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cmirrord policy is very flexible allowing users to setup their cmirrord processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cmirrord:
 +
 +
 +.EX
 +.PP
-+.B cmirrord_exec_t 
++.B cmirrord_exec_t
 +.EE
 +
 +- Set files with the cmirrord_exec_t type, if you want to transition an executable to the cmirrord_t domain.
@@ -12631,7 +12787,7 @@ index 0000000..2cc16cc
 +
 +.EX
 +.PP
-+.B cmirrord_initrc_exec_t 
++.B cmirrord_initrc_exec_t
 +.EE
 +
 +- Set files with the cmirrord_initrc_exec_t type, if you want to transition an executable to the cmirrord_initrc_t domain.
@@ -12639,7 +12795,7 @@ index 0000000..2cc16cc
 +
 +.EX
 +.PP
-+.B cmirrord_tmpfs_t 
++.B cmirrord_tmpfs_t
 +.EE
 +
 +- Set files with the cmirrord_tmpfs_t type, if you want to store cmirrord files on a tmpfs file system.
@@ -12647,15 +12803,15 @@ index 0000000..2cc16cc
 +
 +.EX
 +.PP
-+.B cmirrord_var_run_t 
++.B cmirrord_var_run_t
 +.EE
 +
 +- Set files with the cmirrord_var_run_t type, if you want to store the cmirrord files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -12687,30 +12843,30 @@ index 0000000..2cc16cc
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cmirrord(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/cobblerd_selinux.8 b/man/man8/cobblerd_selinux.8
 new file mode 100644
-index 0000000..68e322e
+index 0000000..d1680db
 --- /dev/null
 +++ b/man/man8/cobblerd_selinux.8
 @@ -0,0 +1,391 @@
-+.TH  "cobblerd_selinux"  "8"  "12-10-19" "cobblerd" "SELinux Policy documentation for cobblerd"
++.TH  "cobblerd_selinux"  "8"  "12-11-01" "cobblerd" "SELinux Policy documentation for cobblerd"
 +.SH "NAME"
 +cobblerd_selinux \- Security Enhanced Linux Policy for the cobblerd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cobblerd processes via flexible mandatory access control.
 +
-+The cobblerd processes execute with the cobblerd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cobblerd processes execute with the cobblerd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -12727,17 +12883,17 @@ index 0000000..68e322e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cobblerd policy is very flexible allowing users to setup their cobblerd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cobblerd:
 +
 +.EX
-+.B cobblerd_t 
++.B cobblerd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -12834,19 +12990,19 @@ index 0000000..68e322e
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cobblerd policy is very flexible allowing users to setup their cobblerd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cobblerd:
 +
 +
 +.EX
 +.PP
-+.B cobblerd_exec_t 
++.B cobblerd_exec_t
 +.EE
 +
 +- Set files with the cobblerd_exec_t type, if you want to transition an executable to the cobblerd_t domain.
@@ -12854,7 +13010,7 @@ index 0000000..68e322e
 +
 +.EX
 +.PP
-+.B cobblerd_initrc_exec_t 
++.B cobblerd_initrc_exec_t
 +.EE
 +
 +- Set files with the cobblerd_initrc_exec_t type, if you want to transition an executable to the cobblerd_initrc_t domain.
@@ -12862,35 +13018,35 @@ index 0000000..68e322e
 +
 +.EX
 +.PP
-+.B cobblerd_unit_file_t 
++.B cobblerd_unit_file_t
 +.EE
 +
 +- Set files with the cobblerd_unit_file_t type, if you want to treat the files as cobblerd unit content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux cobblerd policy is very flexible allowing users to setup their cobblerd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for cobblerd:
 +
 +.EX
 +.TP 5
-+.B cobbler_port_t 
++.B cobbler_port_t
 +.TP 10
 +.EE
 +
@@ -13083,13 +13239,13 @@ index 0000000..68e322e
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cobblerd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -13097,18 +13253,18 @@ index 0000000..68e322e
 \ No newline at end of file
 diff --git a/man/man8/collectd_selinux.8 b/man/man8/collectd_selinux.8
 new file mode 100644
-index 0000000..12545dd
+index 0000000..8593a45
 --- /dev/null
 +++ b/man/man8/collectd_selinux.8
 @@ -0,0 +1,156 @@
-+.TH  "collectd_selinux"  "8"  "12-10-19" "collectd" "SELinux Policy documentation for collectd"
++.TH  "collectd_selinux"  "8"  "12-11-01" "collectd" "SELinux Policy documentation for collectd"
 +.SH "NAME"
 +collectd_selinux \- Security Enhanced Linux Policy for the collectd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the collectd processes via flexible mandatory access control.
 +
-+The collectd processes execute with the collectd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The collectd processes execute with the collectd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -13125,17 +13281,17 @@ index 0000000..12545dd
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux collectd policy is very flexible allowing users to setup their collectd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for collectd:
 +
 +.EX
-+.B collectd_t 
++.B collectd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -13157,19 +13313,19 @@ index 0000000..12545dd
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux collectd policy is very flexible allowing users to setup their collectd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for collectd:
 +
 +
 +.EX
 +.PP
-+.B collectd_exec_t 
++.B collectd_exec_t
 +.EE
 +
 +- Set files with the collectd_exec_t type, if you want to transition an executable to the collectd_t domain.
@@ -13177,7 +13333,7 @@ index 0000000..12545dd
 +
 +.EX
 +.PP
-+.B collectd_initrc_exec_t 
++.B collectd_initrc_exec_t
 +.EE
 +
 +- Set files with the collectd_initrc_exec_t type, if you want to transition an executable to the collectd_initrc_t domain.
@@ -13185,7 +13341,7 @@ index 0000000..12545dd
 +
 +.EX
 +.PP
-+.B collectd_unit_file_t 
++.B collectd_unit_file_t
 +.EE
 +
 +- Set files with the collectd_unit_file_t type, if you want to treat the files as collectd unit content.
@@ -13193,7 +13349,7 @@ index 0000000..12545dd
 +
 +.EX
 +.PP
-+.B collectd_var_lib_t 
++.B collectd_var_lib_t
 +.EE
 +
 +- Set files with the collectd_var_lib_t type, if you want to store the collectd files under the /var/lib directory.
@@ -13201,15 +13357,15 @@ index 0000000..12545dd
 +
 +.EX
 +.PP
-+.B collectd_var_run_t 
++.B collectd_var_run_t
 +.EE
 +
 +- Set files with the collectd_var_run_t type, if you want to store the collectd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -13246,13 +13402,13 @@ index 0000000..12545dd
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), collectd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -13260,18 +13416,18 @@ index 0000000..12545dd
 \ No newline at end of file
 diff --git a/man/man8/colord_selinux.8 b/man/man8/colord_selinux.8
 new file mode 100644
-index 0000000..4d44603
+index 0000000..5f598b7
 --- /dev/null
 +++ b/man/man8/colord_selinux.8
 @@ -0,0 +1,164 @@
-+.TH  "colord_selinux"  "8"  "12-10-19" "colord" "SELinux Policy documentation for colord"
++.TH  "colord_selinux"  "8"  "12-11-01" "colord" "SELinux Policy documentation for colord"
 +.SH "NAME"
 +colord_selinux \- Security Enhanced Linux Policy for the colord processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the colord processes via flexible mandatory access control.
 +
-+The colord processes execute with the colord_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The colord processes execute with the colord_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -13288,33 +13444,33 @@ index 0000000..4d44603
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux colord policy is very flexible allowing users to setup their colord processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for colord:
 +
 +.EX
-+.B colord_t 
++.B colord_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux colord policy is very flexible allowing users to setup their colord processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for colord:
 +
 +
 +.EX
 +.PP
-+.B colord_exec_t 
++.B colord_exec_t
 +.EE
 +
 +- Set files with the colord_exec_t type, if you want to transition an executable to the colord_t domain.
@@ -13322,7 +13478,7 @@ index 0000000..4d44603
 +
 +.EX
 +.PP
-+.B colord_tmp_t 
++.B colord_tmp_t
 +.EE
 +
 +- Set files with the colord_tmp_t type, if you want to store colord temporary files in the /tmp directories.
@@ -13330,7 +13486,7 @@ index 0000000..4d44603
 +
 +.EX
 +.PP
-+.B colord_tmpfs_t 
++.B colord_tmpfs_t
 +.EE
 +
 +- Set files with the colord_tmpfs_t type, if you want to store colord files on a tmpfs file system.
@@ -13338,7 +13494,7 @@ index 0000000..4d44603
 +
 +.EX
 +.PP
-+.B colord_unit_file_t 
++.B colord_unit_file_t
 +.EE
 +
 +- Set files with the colord_unit_file_t type, if you want to treat the files as colord unit content.
@@ -13346,15 +13502,15 @@ index 0000000..4d44603
 +
 +.EX
 +.PP
-+.B colord_var_lib_t 
++.B colord_var_lib_t
 +.EE
 +
 +- Set files with the colord_var_lib_t type, if you want to store the colord files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -13418,30 +13574,30 @@ index 0000000..4d44603
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), colord(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/comsat_selinux.8 b/man/man8/comsat_selinux.8
 new file mode 100644
-index 0000000..0cd9343
+index 0000000..1301fea
 --- /dev/null
 +++ b/man/man8/comsat_selinux.8
 @@ -0,0 +1,154 @@
-+.TH  "comsat_selinux"  "8"  "12-10-19" "comsat" "SELinux Policy documentation for comsat"
++.TH  "comsat_selinux"  "8"  "12-11-01" "comsat" "SELinux Policy documentation for comsat"
 +.SH "NAME"
 +comsat_selinux \- Security Enhanced Linux Policy for the comsat processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the comsat processes via flexible mandatory access control.
 +
-+The comsat processes execute with the comsat_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The comsat processes execute with the comsat_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -13458,33 +13614,33 @@ index 0000000..0cd9343
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux comsat policy is very flexible allowing users to setup their comsat processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for comsat:
 +
 +.EX
-+.B comsat_t 
++.B comsat_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux comsat policy is very flexible allowing users to setup their comsat processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for comsat:
 +
 +
 +.EX
 +.PP
-+.B comsat_exec_t 
++.B comsat_exec_t
 +.EE
 +
 +- Set files with the comsat_exec_t type, if you want to transition an executable to the comsat_t domain.
@@ -13492,7 +13648,7 @@ index 0000000..0cd9343
 +
 +.EX
 +.PP
-+.B comsat_tmp_t 
++.B comsat_tmp_t
 +.EE
 +
 +- Set files with the comsat_tmp_t type, if you want to store comsat temporary files in the /tmp directories.
@@ -13500,35 +13656,35 @@ index 0000000..0cd9343
 +
 +.EX
 +.PP
-+.B comsat_var_run_t 
++.B comsat_var_run_t
 +.EE
 +
 +- Set files with the comsat_var_run_t type, if you want to store the comsat files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux comsat policy is very flexible allowing users to setup their comsat processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for comsat:
 +
 +.EX
 +.TP 5
-+.B comsat_port_t 
++.B comsat_port_t
 +.TP 10
 +.EE
 +
@@ -13578,30 +13734,30 @@ index 0000000..0cd9343
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), comsat(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/condor_collector_selinux.8 b/man/man8/condor_collector_selinux.8
 new file mode 100644
-index 0000000..3914557
+index 0000000..7b32989
 --- /dev/null
 +++ b/man/man8/condor_collector_selinux.8
 @@ -0,0 +1,133 @@
-+.TH  "condor_collector_selinux"  "8"  "12-10-19" "condor_collector" "SELinux Policy documentation for condor_collector"
++.TH  "condor_collector_selinux"  "8"  "12-11-01" "condor_collector" "SELinux Policy documentation for condor_collector"
 +.SH "NAME"
 +condor_collector_selinux \- Security Enhanced Linux Policy for the condor_collector processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the condor_collector processes via flexible mandatory access control.
 +
-+The condor_collector processes execute with the condor_collector_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The condor_collector processes execute with the condor_collector_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -13618,41 +13774,41 @@ index 0000000..3914557
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux condor_collector policy is very flexible allowing users to setup their condor_collector processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for condor_collector:
 +
 +.EX
-+.B condor_collector_t 
++.B condor_collector_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux condor_collector policy is very flexible allowing users to setup their condor_collector processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for condor_collector:
 +
 +
 +.EX
 +.PP
-+.B condor_collector_exec_t 
++.B condor_collector_exec_t
 +.EE
 +
 +- Set files with the condor_collector_exec_t type, if you want to transition an executable to the condor_collector_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -13716,13 +13872,13 @@ index 0000000..3914557
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), condor_collector(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -13730,18 +13886,18 @@ index 0000000..3914557
 \ No newline at end of file
 diff --git a/man/man8/condor_master_selinux.8 b/man/man8/condor_master_selinux.8
 new file mode 100644
-index 0000000..809a87c
+index 0000000..fa4e2d5
 --- /dev/null
 +++ b/man/man8/condor_master_selinux.8
 @@ -0,0 +1,119 @@
-+.TH  "condor_master_selinux"  "8"  "12-10-19" "condor_master" "SELinux Policy documentation for condor_master"
++.TH  "condor_master_selinux"  "8"  "12-11-01" "condor_master" "SELinux Policy documentation for condor_master"
 +.SH "NAME"
 +condor_master_selinux \- Security Enhanced Linux Policy for the condor_master processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the condor_master processes via flexible mandatory access control.
 +
-+The condor_master processes execute with the condor_master_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The condor_master processes execute with the condor_master_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -13758,41 +13914,41 @@ index 0000000..809a87c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux condor_master policy is very flexible allowing users to setup their condor_master processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for condor_master:
 +
 +.EX
-+.B condor_master_t 
++.B condor_master_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux condor_master policy is very flexible allowing users to setup their condor_master processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for condor_master:
 +
 +
 +.EX
 +.PP
-+.B condor_master_exec_t 
++.B condor_master_exec_t
 +.EE
 +
 +- Set files with the condor_master_exec_t type, if you want to transition an executable to the condor_master_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -13842,13 +13998,13 @@ index 0000000..809a87c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), condor_master(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -13856,18 +14012,18 @@ index 0000000..809a87c
 \ No newline at end of file
 diff --git a/man/man8/condor_negotiator_selinux.8 b/man/man8/condor_negotiator_selinux.8
 new file mode 100644
-index 0000000..7f09c41
+index 0000000..9116018
 --- /dev/null
 +++ b/man/man8/condor_negotiator_selinux.8
 @@ -0,0 +1,133 @@
-+.TH  "condor_negotiator_selinux"  "8"  "12-10-19" "condor_negotiator" "SELinux Policy documentation for condor_negotiator"
++.TH  "condor_negotiator_selinux"  "8"  "12-11-01" "condor_negotiator" "SELinux Policy documentation for condor_negotiator"
 +.SH "NAME"
 +condor_negotiator_selinux \- Security Enhanced Linux Policy for the condor_negotiator processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the condor_negotiator processes via flexible mandatory access control.
 +
-+The condor_negotiator processes execute with the condor_negotiator_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The condor_negotiator processes execute with the condor_negotiator_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -13884,41 +14040,41 @@ index 0000000..7f09c41
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux condor_negotiator policy is very flexible allowing users to setup their condor_negotiator processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for condor_negotiator:
 +
 +.EX
-+.B condor_negotiator_t 
++.B condor_negotiator_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux condor_negotiator policy is very flexible allowing users to setup their condor_negotiator processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for condor_negotiator:
 +
 +
 +.EX
 +.PP
-+.B condor_negotiator_exec_t 
++.B condor_negotiator_exec_t
 +.EE
 +
 +- Set files with the condor_negotiator_exec_t type, if you want to transition an executable to the condor_negotiator_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -13982,13 +14138,13 @@ index 0000000..7f09c41
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), condor_negotiator(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -13996,18 +14152,18 @@ index 0000000..7f09c41
 \ No newline at end of file
 diff --git a/man/man8/condor_procd_selinux.8 b/man/man8/condor_procd_selinux.8
 new file mode 100644
-index 0000000..630c5a0
+index 0000000..d3e5176
 --- /dev/null
 +++ b/man/man8/condor_procd_selinux.8
 @@ -0,0 +1,133 @@
-+.TH  "condor_procd_selinux"  "8"  "12-10-19" "condor_procd" "SELinux Policy documentation for condor_procd"
++.TH  "condor_procd_selinux"  "8"  "12-11-01" "condor_procd" "SELinux Policy documentation for condor_procd"
 +.SH "NAME"
 +condor_procd_selinux \- Security Enhanced Linux Policy for the condor_procd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the condor_procd processes via flexible mandatory access control.
 +
-+The condor_procd processes execute with the condor_procd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The condor_procd processes execute with the condor_procd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -14024,41 +14180,41 @@ index 0000000..630c5a0
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux condor_procd policy is very flexible allowing users to setup their condor_procd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for condor_procd:
 +
 +.EX
-+.B condor_procd_t 
++.B condor_procd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux condor_procd policy is very flexible allowing users to setup their condor_procd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for condor_procd:
 +
 +
 +.EX
 +.PP
-+.B condor_procd_exec_t 
++.B condor_procd_exec_t
 +.EE
 +
 +- Set files with the condor_procd_exec_t type, if you want to transition an executable to the condor_procd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -14122,13 +14278,13 @@ index 0000000..630c5a0
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), condor_procd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -14136,18 +14292,18 @@ index 0000000..630c5a0
 \ No newline at end of file
 diff --git a/man/man8/condor_schedd_selinux.8 b/man/man8/condor_schedd_selinux.8
 new file mode 100644
-index 0000000..c1f7f6c
+index 0000000..4b28875
 --- /dev/null
 +++ b/man/man8/condor_schedd_selinux.8
 @@ -0,0 +1,145 @@
-+.TH  "condor_schedd_selinux"  "8"  "12-10-19" "condor_schedd" "SELinux Policy documentation for condor_schedd"
++.TH  "condor_schedd_selinux"  "8"  "12-11-01" "condor_schedd" "SELinux Policy documentation for condor_schedd"
 +.SH "NAME"
 +condor_schedd_selinux \- Security Enhanced Linux Policy for the condor_schedd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the condor_schedd processes via flexible mandatory access control.
 +
-+The condor_schedd processes execute with the condor_schedd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The condor_schedd processes execute with the condor_schedd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -14164,33 +14320,33 @@ index 0000000..c1f7f6c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux condor_schedd policy is very flexible allowing users to setup their condor_schedd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for condor_schedd:
 +
 +.EX
-+.B condor_schedd_t 
++.B condor_schedd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux condor_schedd policy is very flexible allowing users to setup their condor_schedd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for condor_schedd:
 +
 +
 +.EX
 +.PP
-+.B condor_schedd_exec_t 
++.B condor_schedd_exec_t
 +.EE
 +
 +- Set files with the condor_schedd_exec_t type, if you want to transition an executable to the condor_schedd_t domain.
@@ -14198,15 +14354,15 @@ index 0000000..c1f7f6c
 +
 +.EX
 +.PP
-+.B condor_schedd_tmp_t 
++.B condor_schedd_tmp_t
 +.EE
 +
 +- Set files with the condor_schedd_tmp_t type, if you want to store condor schedd temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -14274,13 +14430,13 @@ index 0000000..c1f7f6c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), condor_schedd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -14288,18 +14444,18 @@ index 0000000..c1f7f6c
 \ No newline at end of file
 diff --git a/man/man8/condor_startd_selinux.8 b/man/man8/condor_startd_selinux.8
 new file mode 100644
-index 0000000..827ca88
+index 0000000..0413677
 --- /dev/null
 +++ b/man/man8/condor_startd_selinux.8
 @@ -0,0 +1,189 @@
-+.TH  "condor_startd_selinux"  "8"  "12-10-19" "condor_startd" "SELinux Policy documentation for condor_startd"
++.TH  "condor_startd_selinux"  "8"  "12-11-01" "condor_startd" "SELinux Policy documentation for condor_startd"
 +.SH "NAME"
 +condor_startd_selinux \- Security Enhanced Linux Policy for the condor_startd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the condor_startd processes via flexible mandatory access control.
 +
-+The condor_startd processes execute with the condor_startd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The condor_startd processes execute with the condor_startd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -14316,33 +14472,33 @@ index 0000000..827ca88
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux condor_startd policy is very flexible allowing users to setup their condor_startd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for condor_startd:
 +
 +.EX
-+.B condor_startd_ssh_t, condor_startd_t 
++.B condor_startd_ssh_t, condor_startd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux condor_startd policy is very flexible allowing users to setup their condor_startd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for condor_startd:
 +
 +
 +.EX
 +.PP
-+.B condor_startd_exec_t 
++.B condor_startd_exec_t
 +.EE
 +
 +- Set files with the condor_startd_exec_t type, if you want to transition an executable to the condor_startd_t domain.
@@ -14350,7 +14506,7 @@ index 0000000..827ca88
 +
 +.EX
 +.PP
-+.B condor_startd_tmp_t 
++.B condor_startd_tmp_t
 +.EE
 +
 +- Set files with the condor_startd_tmp_t type, if you want to store condor startd temporary files in the /tmp directories.
@@ -14358,15 +14514,15 @@ index 0000000..827ca88
 +
 +.EX
 +.PP
-+.B condor_startd_tmpfs_t 
++.B condor_startd_tmpfs_t
 +.EE
 +
 +- Set files with the condor_startd_tmpfs_t type, if you want to store condor startd files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -14470,13 +14626,13 @@ index 0000000..827ca88
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), condor_startd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -14484,18 +14640,18 @@ index 0000000..827ca88
 \ No newline at end of file
 diff --git a/man/man8/consolekit_selinux.8 b/man/man8/consolekit_selinux.8
 new file mode 100644
-index 0000000..42ffc30
+index 0000000..5721e3a
 --- /dev/null
 +++ b/man/man8/consolekit_selinux.8
 @@ -0,0 +1,212 @@
-+.TH  "consolekit_selinux"  "8"  "12-10-19" "consolekit" "SELinux Policy documentation for consolekit"
++.TH  "consolekit_selinux"  "8"  "12-11-01" "consolekit" "SELinux Policy documentation for consolekit"
 +.SH "NAME"
 +consolekit_selinux \- Security Enhanced Linux Policy for the consolekit processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the consolekit processes via flexible mandatory access control.
 +
-+The consolekit processes execute with the consolekit_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The consolekit processes execute with the consolekit_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -14512,33 +14668,33 @@ index 0000000..42ffc30
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux consolekit policy is very flexible allowing users to setup their consolekit processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for consolekit:
 +
 +.EX
-+.B consolekit_t 
++.B consolekit_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux consolekit policy is very flexible allowing users to setup their consolekit processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for consolekit:
 +
 +
 +.EX
 +.PP
-+.B consolekit_exec_t 
++.B consolekit_exec_t
 +.EE
 +
 +- Set files with the consolekit_exec_t type, if you want to transition an executable to the consolekit_t domain.
@@ -14546,7 +14702,7 @@ index 0000000..42ffc30
 +
 +.EX
 +.PP
-+.B consolekit_log_t 
++.B consolekit_log_t
 +.EE
 +
 +- Set files with the consolekit_log_t type, if you want to treat the data as consolekit log data, usually stored under the /var/log directory.
@@ -14554,7 +14710,7 @@ index 0000000..42ffc30
 +
 +.EX
 +.PP
-+.B consolekit_tmpfs_t 
++.B consolekit_tmpfs_t
 +.EE
 +
 +- Set files with the consolekit_tmpfs_t type, if you want to store consolekit files on a tmpfs file system.
@@ -14562,7 +14718,7 @@ index 0000000..42ffc30
 +
 +.EX
 +.PP
-+.B consolekit_unit_file_t 
++.B consolekit_unit_file_t
 +.EE
 +
 +- Set files with the consolekit_unit_file_t type, if you want to treat the files as consolekit unit content.
@@ -14570,15 +14726,15 @@ index 0000000..42ffc30
 +
 +.EX
 +.PP
-+.B consolekit_var_run_t 
++.B consolekit_var_run_t
 +.EE
 +
 +- Set files with the consolekit_var_run_t type, if you want to store the consolekit files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -14690,30 +14846,30 @@ index 0000000..42ffc30
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), consolekit(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/consoletype_selinux.8 b/man/man8/consoletype_selinux.8
 new file mode 100644
-index 0000000..21079c8
+index 0000000..aa2a4e4
 --- /dev/null
 +++ b/man/man8/consoletype_selinux.8
 @@ -0,0 +1,94 @@
-+.TH  "consoletype_selinux"  "8"  "12-10-19" "consoletype" "SELinux Policy documentation for consoletype"
++.TH  "consoletype_selinux"  "8"  "12-11-01" "consoletype" "SELinux Policy documentation for consoletype"
 +.SH "NAME"
 +consoletype_selinux \- Security Enhanced Linux Policy for the consoletype processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the consoletype processes via flexible mandatory access control.
 +
-+The consoletype processes execute with the consoletype_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The consoletype processes execute with the consoletype_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -14730,41 +14886,41 @@ index 0000000..21079c8
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux consoletype policy is very flexible allowing users to setup their consoletype processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for consoletype:
 +
 +.EX
-+.B consoletype_t 
++.B consoletype_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux consoletype policy is very flexible allowing users to setup their consoletype processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for consoletype:
 +
 +
 +.EX
 +.PP
-+.B consoletype_exec_t 
++.B consoletype_exec_t
 +.EE
 +
 +- Set files with the consoletype_exec_t type, if you want to transition an executable to the consoletype_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -14790,30 +14946,30 @@ index 0000000..21079c8
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), consoletype(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/corosync_selinux.8 b/man/man8/corosync_selinux.8
 new file mode 100644
-index 0000000..e7ad80b
+index 0000000..9f327ae
 --- /dev/null
 +++ b/man/man8/corosync_selinux.8
 @@ -0,0 +1,270 @@
-+.TH  "corosync_selinux"  "8"  "12-10-19" "corosync" "SELinux Policy documentation for corosync"
++.TH  "corosync_selinux"  "8"  "12-11-01" "corosync" "SELinux Policy documentation for corosync"
 +.SH "NAME"
 +corosync_selinux \- Security Enhanced Linux Policy for the corosync processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the corosync processes via flexible mandatory access control.
 +
-+The corosync processes execute with the corosync_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The corosync processes execute with the corosync_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -14830,33 +14986,33 @@ index 0000000..e7ad80b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux corosync policy is very flexible allowing users to setup their corosync processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for corosync:
 +
 +.EX
-+.B corosync_t 
++.B corosync_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux corosync policy is very flexible allowing users to setup their corosync processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for corosync:
 +
 +
 +.EX
 +.PP
-+.B corosync_exec_t 
++.B corosync_exec_t
 +.EE
 +
 +- Set files with the corosync_exec_t type, if you want to transition an executable to the corosync_t domain.
@@ -14864,7 +15020,7 @@ index 0000000..e7ad80b
 +
 +.EX
 +.PP
-+.B corosync_initrc_exec_t 
++.B corosync_initrc_exec_t
 +.EE
 +
 +- Set files with the corosync_initrc_exec_t type, if you want to transition an executable to the corosync_initrc_t domain.
@@ -14872,7 +15028,7 @@ index 0000000..e7ad80b
 +
 +.EX
 +.PP
-+.B corosync_tmp_t 
++.B corosync_tmp_t
 +.EE
 +
 +- Set files with the corosync_tmp_t type, if you want to store corosync temporary files in the /tmp directories.
@@ -14880,7 +15036,7 @@ index 0000000..e7ad80b
 +
 +.EX
 +.PP
-+.B corosync_tmpfs_t 
++.B corosync_tmpfs_t
 +.EE
 +
 +- Set files with the corosync_tmpfs_t type, if you want to store corosync files on a tmpfs file system.
@@ -14888,7 +15044,7 @@ index 0000000..e7ad80b
 +
 +.EX
 +.PP
-+.B corosync_unit_file_t 
++.B corosync_unit_file_t
 +.EE
 +
 +- Set files with the corosync_unit_file_t type, if you want to treat the files as corosync unit content.
@@ -14896,7 +15052,7 @@ index 0000000..e7ad80b
 +
 +.EX
 +.PP
-+.B corosync_var_lib_t 
++.B corosync_var_lib_t
 +.EE
 +
 +- Set files with the corosync_var_lib_t type, if you want to store the corosync files under the /var/lib directory.
@@ -14904,7 +15060,7 @@ index 0000000..e7ad80b
 +
 +.EX
 +.PP
-+.B corosync_var_log_t 
++.B corosync_var_log_t
 +.EE
 +
 +- Set files with the corosync_var_log_t type, if you want to treat the data as corosync var log data, usually stored under the /var/log directory.
@@ -14912,15 +15068,15 @@ index 0000000..e7ad80b
 +
 +.EX
 +.PP
-+.B corosync_var_run_t 
++.B corosync_var_run_t
 +.EE
 +
 +- Set files with the corosync_var_run_t type, if you want to store the corosync files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -15066,30 +15222,30 @@ index 0000000..e7ad80b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), corosync(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/couchdb_selinux.8 b/man/man8/couchdb_selinux.8
 new file mode 100644
-index 0000000..7a2aec2
+index 0000000..c703391
 --- /dev/null
 +++ b/man/man8/couchdb_selinux.8
 @@ -0,0 +1,202 @@
-+.TH  "couchdb_selinux"  "8"  "12-10-19" "couchdb" "SELinux Policy documentation for couchdb"
++.TH  "couchdb_selinux"  "8"  "12-11-01" "couchdb" "SELinux Policy documentation for couchdb"
 +.SH "NAME"
 +couchdb_selinux \- Security Enhanced Linux Policy for the couchdb processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the couchdb processes via flexible mandatory access control.
 +
-+The couchdb processes execute with the couchdb_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The couchdb processes execute with the couchdb_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -15106,33 +15262,33 @@ index 0000000..7a2aec2
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux couchdb policy is very flexible allowing users to setup their couchdb processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for couchdb:
 +
 +.EX
-+.B couchdb_t 
++.B couchdb_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux couchdb policy is very flexible allowing users to setup their couchdb processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for couchdb:
 +
 +
 +.EX
 +.PP
-+.B couchdb_etc_t 
++.B couchdb_etc_t
 +.EE
 +
 +- Set files with the couchdb_etc_t type, if you want to store couchdb files in the /etc directories.
@@ -15140,7 +15296,7 @@ index 0000000..7a2aec2
 +
 +.EX
 +.PP
-+.B couchdb_exec_t 
++.B couchdb_exec_t
 +.EE
 +
 +- Set files with the couchdb_exec_t type, if you want to transition an executable to the couchdb_t domain.
@@ -15148,7 +15304,7 @@ index 0000000..7a2aec2
 +
 +.EX
 +.PP
-+.B couchdb_log_t 
++.B couchdb_log_t
 +.EE
 +
 +- Set files with the couchdb_log_t type, if you want to treat the data as couchdb log data, usually stored under the /var/log directory.
@@ -15156,7 +15312,7 @@ index 0000000..7a2aec2
 +
 +.EX
 +.PP
-+.B couchdb_tmp_t 
++.B couchdb_tmp_t
 +.EE
 +
 +- Set files with the couchdb_tmp_t type, if you want to store couchdb temporary files in the /tmp directories.
@@ -15164,7 +15320,7 @@ index 0000000..7a2aec2
 +
 +.EX
 +.PP
-+.B couchdb_unit_file_t 
++.B couchdb_unit_file_t
 +.EE
 +
 +- Set files with the couchdb_unit_file_t type, if you want to treat the files as couchdb unit content.
@@ -15172,7 +15328,7 @@ index 0000000..7a2aec2
 +
 +.EX
 +.PP
-+.B couchdb_var_lib_t 
++.B couchdb_var_lib_t
 +.EE
 +
 +- Set files with the couchdb_var_lib_t type, if you want to store the couchdb files under the /var/lib directory.
@@ -15180,35 +15336,35 @@ index 0000000..7a2aec2
 +
 +.EX
 +.PP
-+.B couchdb_var_run_t 
++.B couchdb_var_run_t
 +.EE
 +
 +- Set files with the couchdb_var_run_t type, if you want to store the couchdb files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux couchdb policy is very flexible allowing users to setup their couchdb processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for couchdb:
 +
 +.EX
 +.TP 5
-+.B couchdb_port_t 
++.B couchdb_port_t
 +.TP 10
 +.EE
 +
@@ -15274,30 +15430,30 @@ index 0000000..7a2aec2
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), couchdb(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/courier_authdaemon_selinux.8 b/man/man8/courier_authdaemon_selinux.8
 new file mode 100644
-index 0000000..bb4a426
+index 0000000..f5cc833
 --- /dev/null
 +++ b/man/man8/courier_authdaemon_selinux.8
 @@ -0,0 +1,137 @@
-+.TH  "courier_authdaemon_selinux"  "8"  "12-10-19" "courier_authdaemon" "SELinux Policy documentation for courier_authdaemon"
++.TH  "courier_authdaemon_selinux"  "8"  "12-11-01" "courier_authdaemon" "SELinux Policy documentation for courier_authdaemon"
 +.SH "NAME"
 +courier_authdaemon_selinux \- Security Enhanced Linux Policy for the courier_authdaemon processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the courier_authdaemon processes via flexible mandatory access control.
 +
-+The courier_authdaemon processes execute with the courier_authdaemon_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The courier_authdaemon processes execute with the courier_authdaemon_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -15314,41 +15470,41 @@ index 0000000..bb4a426
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux courier_authdaemon policy is very flexible allowing users to setup their courier_authdaemon processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for courier_authdaemon:
 +
 +.EX
-+.B courier_authdaemon_t 
++.B courier_authdaemon_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux courier_authdaemon policy is very flexible allowing users to setup their courier_authdaemon processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for courier_authdaemon:
 +
 +
 +.EX
 +.PP
-+.B courier_authdaemon_exec_t 
++.B courier_authdaemon_exec_t
 +.EE
 +
 +- Set files with the courier_authdaemon_exec_t type, if you want to transition an executable to the courier_authdaemon_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -15416,13 +15572,13 @@ index 0000000..bb4a426
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), courier_authdaemon(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -15430,18 +15586,18 @@ index 0000000..bb4a426
 \ No newline at end of file
 diff --git a/man/man8/courier_pcp_selinux.8 b/man/man8/courier_pcp_selinux.8
 new file mode 100644
-index 0000000..521d18e
+index 0000000..526d096
 --- /dev/null
 +++ b/man/man8/courier_pcp_selinux.8
 @@ -0,0 +1,97 @@
-+.TH  "courier_pcp_selinux"  "8"  "12-10-19" "courier_pcp" "SELinux Policy documentation for courier_pcp"
++.TH  "courier_pcp_selinux"  "8"  "12-11-01" "courier_pcp" "SELinux Policy documentation for courier_pcp"
 +.SH "NAME"
 +courier_pcp_selinux \- Security Enhanced Linux Policy for the courier_pcp processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the courier_pcp processes via flexible mandatory access control.
 +
-+The courier_pcp processes execute with the courier_pcp_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The courier_pcp processes execute with the courier_pcp_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -15458,41 +15614,41 @@ index 0000000..521d18e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux courier_pcp policy is very flexible allowing users to setup their courier_pcp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for courier_pcp:
 +
 +.EX
-+.B courier_pcp_t 
++.B courier_pcp_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux courier_pcp policy is very flexible allowing users to setup their courier_pcp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for courier_pcp:
 +
 +
 +.EX
 +.PP
-+.B courier_pcp_exec_t 
++.B courier_pcp_exec_t
 +.EE
 +
 +- Set files with the courier_pcp_exec_t type, if you want to transition an executable to the courier_pcp_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -15520,13 +15676,13 @@ index 0000000..521d18e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), courier_pcp(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -15534,18 +15690,18 @@ index 0000000..521d18e
 \ No newline at end of file
 diff --git a/man/man8/courier_pop_selinux.8 b/man/man8/courier_pop_selinux.8
 new file mode 100644
-index 0000000..bc0ebbc
+index 0000000..5652da7
 --- /dev/null
 +++ b/man/man8/courier_pop_selinux.8
 @@ -0,0 +1,107 @@
-+.TH  "courier_pop_selinux"  "8"  "12-10-19" "courier_pop" "SELinux Policy documentation for courier_pop"
++.TH  "courier_pop_selinux"  "8"  "12-11-01" "courier_pop" "SELinux Policy documentation for courier_pop"
 +.SH "NAME"
 +courier_pop_selinux \- Security Enhanced Linux Policy for the courier_pop processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the courier_pop processes via flexible mandatory access control.
 +
-+The courier_pop processes execute with the courier_pop_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The courier_pop processes execute with the courier_pop_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -15562,41 +15718,41 @@ index 0000000..bc0ebbc
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux courier_pop policy is very flexible allowing users to setup their courier_pop processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for courier_pop:
 +
 +.EX
-+.B courier_pop_t 
++.B courier_pop_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux courier_pop policy is very flexible allowing users to setup their courier_pop processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for courier_pop:
 +
 +
 +.EX
 +.PP
-+.B courier_pop_exec_t 
++.B courier_pop_exec_t
 +.EE
 +
 +- Set files with the courier_pop_exec_t type, if you want to transition an executable to the courier_pop_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -15634,13 +15790,13 @@ index 0000000..bc0ebbc
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), courier_pop(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -15648,18 +15804,18 @@ index 0000000..bc0ebbc
 \ No newline at end of file
 diff --git a/man/man8/courier_sqwebmail_selinux.8 b/man/man8/courier_sqwebmail_selinux.8
 new file mode 100644
-index 0000000..96d0d56
+index 0000000..6151335
 --- /dev/null
 +++ b/man/man8/courier_sqwebmail_selinux.8
 @@ -0,0 +1,97 @@
-+.TH  "courier_sqwebmail_selinux"  "8"  "12-10-19" "courier_sqwebmail" "SELinux Policy documentation for courier_sqwebmail"
++.TH  "courier_sqwebmail_selinux"  "8"  "12-11-01" "courier_sqwebmail" "SELinux Policy documentation for courier_sqwebmail"
 +.SH "NAME"
 +courier_sqwebmail_selinux \- Security Enhanced Linux Policy for the courier_sqwebmail processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the courier_sqwebmail processes via flexible mandatory access control.
 +
-+The courier_sqwebmail processes execute with the courier_sqwebmail_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The courier_sqwebmail processes execute with the courier_sqwebmail_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -15676,41 +15832,41 @@ index 0000000..96d0d56
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux courier_sqwebmail policy is very flexible allowing users to setup their courier_sqwebmail processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for courier_sqwebmail:
 +
 +.EX
-+.B courier_sqwebmail_t 
++.B courier_sqwebmail_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux courier_sqwebmail policy is very flexible allowing users to setup their courier_sqwebmail processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for courier_sqwebmail:
 +
 +
 +.EX
 +.PP
-+.B courier_sqwebmail_exec_t 
++.B courier_sqwebmail_exec_t
 +.EE
 +
 +- Set files with the courier_sqwebmail_exec_t type, if you want to transition an executable to the courier_sqwebmail_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -15738,13 +15894,13 @@ index 0000000..96d0d56
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), courier_sqwebmail(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -15752,18 +15908,18 @@ index 0000000..96d0d56
 \ No newline at end of file
 diff --git a/man/man8/courier_tcpd_selinux.8 b/man/man8/courier_tcpd_selinux.8
 new file mode 100644
-index 0000000..e8aff03
+index 0000000..6794aff
 --- /dev/null
 +++ b/man/man8/courier_tcpd_selinux.8
 @@ -0,0 +1,105 @@
-+.TH  "courier_tcpd_selinux"  "8"  "12-10-19" "courier_tcpd" "SELinux Policy documentation for courier_tcpd"
++.TH  "courier_tcpd_selinux"  "8"  "12-11-01" "courier_tcpd" "SELinux Policy documentation for courier_tcpd"
 +.SH "NAME"
 +courier_tcpd_selinux \- Security Enhanced Linux Policy for the courier_tcpd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the courier_tcpd processes via flexible mandatory access control.
 +
-+The courier_tcpd processes execute with the courier_tcpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The courier_tcpd processes execute with the courier_tcpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -15780,41 +15936,41 @@ index 0000000..e8aff03
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux courier_tcpd policy is very flexible allowing users to setup their courier_tcpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for courier_tcpd:
 +
 +.EX
-+.B courier_tcpd_t 
++.B courier_tcpd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux courier_tcpd policy is very flexible allowing users to setup their courier_tcpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for courier_tcpd:
 +
 +
 +.EX
 +.PP
-+.B courier_tcpd_exec_t 
++.B courier_tcpd_exec_t
 +.EE
 +
 +- Set files with the courier_tcpd_exec_t type, if you want to transition an executable to the courier_tcpd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -15850,13 +16006,13 @@ index 0000000..e8aff03
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), courier_tcpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -15864,18 +16020,18 @@ index 0000000..e8aff03
 \ No newline at end of file
 diff --git a/man/man8/cpucontrol_selinux.8 b/man/man8/cpucontrol_selinux.8
 new file mode 100644
-index 0000000..24ee8bc
+index 0000000..f81f173
 --- /dev/null
 +++ b/man/man8/cpucontrol_selinux.8
 @@ -0,0 +1,94 @@
-+.TH  "cpucontrol_selinux"  "8"  "12-10-19" "cpucontrol" "SELinux Policy documentation for cpucontrol"
++.TH  "cpucontrol_selinux"  "8"  "12-11-01" "cpucontrol" "SELinux Policy documentation for cpucontrol"
 +.SH "NAME"
 +cpucontrol_selinux \- Security Enhanced Linux Policy for the cpucontrol processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cpucontrol processes via flexible mandatory access control.
 +
-+The cpucontrol processes execute with the cpucontrol_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cpucontrol processes execute with the cpucontrol_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -15892,33 +16048,33 @@ index 0000000..24ee8bc
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cpucontrol policy is very flexible allowing users to setup their cpucontrol processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cpucontrol:
 +
 +.EX
-+.B cpucontrol_t 
++.B cpucontrol_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cpucontrol policy is very flexible allowing users to setup their cpucontrol processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cpucontrol:
 +
 +
 +.EX
 +.PP
-+.B cpucontrol_conf_t 
++.B cpucontrol_conf_t
 +.EE
 +
 +- Set files with the cpucontrol_conf_t type, if you want to treat the files as cpucontrol configuration data, usually stored under the /etc directory.
@@ -15926,15 +16082,15 @@ index 0000000..24ee8bc
 +
 +.EX
 +.PP
-+.B cpucontrol_exec_t 
++.B cpucontrol_exec_t
 +.EE
 +
 +- Set files with the cpucontrol_exec_t type, if you want to transition an executable to the cpucontrol_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -15952,30 +16108,30 @@ index 0000000..24ee8bc
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cpucontrol(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/cpufreqselector_selinux.8 b/man/man8/cpufreqselector_selinux.8
 new file mode 100644
-index 0000000..70beb94
+index 0000000..764592d
 --- /dev/null
 +++ b/man/man8/cpufreqselector_selinux.8
 @@ -0,0 +1,96 @@
-+.TH  "cpufreqselector_selinux"  "8"  "12-10-19" "cpufreqselector" "SELinux Policy documentation for cpufreqselector"
++.TH  "cpufreqselector_selinux"  "8"  "12-11-01" "cpufreqselector" "SELinux Policy documentation for cpufreqselector"
 +.SH "NAME"
 +cpufreqselector_selinux \- Security Enhanced Linux Policy for the cpufreqselector processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cpufreqselector processes via flexible mandatory access control.
 +
-+The cpufreqselector processes execute with the cpufreqselector_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cpufreqselector processes execute with the cpufreqselector_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -15992,41 +16148,41 @@ index 0000000..70beb94
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cpufreqselector policy is very flexible allowing users to setup their cpufreqselector processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cpufreqselector:
 +
 +.EX
-+.B cpufreqselector_t 
++.B cpufreqselector_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cpufreqselector policy is very flexible allowing users to setup their cpufreqselector processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cpufreqselector:
 +
 +
 +.EX
 +.PP
-+.B cpufreqselector_exec_t 
++.B cpufreqselector_exec_t
 +.EE
 +
 +- Set files with the cpufreqselector_exec_t type, if you want to transition an executable to the cpufreqselector_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -16054,30 +16210,30 @@ index 0000000..70beb94
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cpufreqselector(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/cpuspeed_selinux.8 b/man/man8/cpuspeed_selinux.8
 new file mode 100644
-index 0000000..0d8c452
+index 0000000..ec9dfce
 --- /dev/null
 +++ b/man/man8/cpuspeed_selinux.8
 @@ -0,0 +1,110 @@
-+.TH  "cpuspeed_selinux"  "8"  "12-10-19" "cpuspeed" "SELinux Policy documentation for cpuspeed"
++.TH  "cpuspeed_selinux"  "8"  "12-11-01" "cpuspeed" "SELinux Policy documentation for cpuspeed"
 +.SH "NAME"
 +cpuspeed_selinux \- Security Enhanced Linux Policy for the cpuspeed processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cpuspeed processes via flexible mandatory access control.
 +
-+The cpuspeed processes execute with the cpuspeed_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cpuspeed processes execute with the cpuspeed_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -16094,33 +16250,33 @@ index 0000000..0d8c452
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cpuspeed policy is very flexible allowing users to setup their cpuspeed processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cpuspeed:
 +
 +.EX
-+.B cpuspeed_t 
++.B cpuspeed_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cpuspeed policy is very flexible allowing users to setup their cpuspeed processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cpuspeed:
 +
 +
 +.EX
 +.PP
-+.B cpuspeed_exec_t 
++.B cpuspeed_exec_t
 +.EE
 +
 +- Set files with the cpuspeed_exec_t type, if you want to transition an executable to the cpuspeed_t domain.
@@ -16128,15 +16284,15 @@ index 0000000..0d8c452
 +
 +.EX
 +.PP
-+.B cpuspeed_var_run_t 
++.B cpuspeed_var_run_t
 +.EE
 +
 +- Set files with the cpuspeed_var_run_t type, if you want to store the cpuspeed files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -16170,30 +16326,30 @@ index 0000000..0d8c452
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cpuspeed(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/crack_selinux.8 b/man/man8/crack_selinux.8
 new file mode 100644
-index 0000000..d90fbd7
+index 0000000..49919a6
 --- /dev/null
 +++ b/man/man8/crack_selinux.8
 @@ -0,0 +1,120 @@
-+.TH  "crack_selinux"  "8"  "12-10-19" "crack" "SELinux Policy documentation for crack"
++.TH  "crack_selinux"  "8"  "12-11-01" "crack" "SELinux Policy documentation for crack"
 +.SH "NAME"
 +crack_selinux \- Security Enhanced Linux Policy for the crack processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the crack processes via flexible mandatory access control.
 +
-+The crack processes execute with the crack_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The crack processes execute with the crack_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -16210,33 +16366,33 @@ index 0000000..d90fbd7
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux crack policy is very flexible allowing users to setup their crack processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for crack:
 +
 +.EX
-+.B crack_t 
++.B crack_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux crack policy is very flexible allowing users to setup their crack processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for crack:
 +
 +
 +.EX
 +.PP
-+.B crack_db_t 
++.B crack_db_t
 +.EE
 +
 +- Set files with the crack_db_t type, if you want to treat the files as crack database content.
@@ -16244,7 +16400,7 @@ index 0000000..d90fbd7
 +
 +.EX
 +.PP
-+.B crack_exec_t 
++.B crack_exec_t
 +.EE
 +
 +- Set files with the crack_exec_t type, if you want to transition an executable to the crack_t domain.
@@ -16252,15 +16408,15 @@ index 0000000..d90fbd7
 +
 +.EX
 +.PP
-+.B crack_tmp_t 
++.B crack_tmp_t
 +.EE
 +
 +- Set files with the crack_tmp_t type, if you want to store crack temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -16296,30 +16452,30 @@ index 0000000..d90fbd7
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), crack(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/crond_selinux.8 b/man/man8/crond_selinux.8
 new file mode 100644
-index 0000000..ec1235d
+index 0000000..0f4955a
 --- /dev/null
 +++ b/man/man8/crond_selinux.8
 @@ -0,0 +1,310 @@
-+.TH  "crond_selinux"  "8"  "12-10-19" "crond" "SELinux Policy documentation for crond"
++.TH  "crond_selinux"  "8"  "12-11-01" "crond" "SELinux Policy documentation for crond"
 +.SH "NAME"
 +crond_selinux \- Security Enhanced Linux Policy for the crond processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the crond processes via flexible mandatory access control.
 +
-+The crond processes execute with the crond_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The crond processes execute with the crond_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -16336,17 +16492,17 @@ index 0000000..ec1235d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux crond policy is very flexible allowing users to setup their crond processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for crond:
 +
 +.EX
-+.B crond_t, cronjob_t, crontab_t 
++.B crond_t, cronjob_t, crontab_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -16382,19 +16538,19 @@ index 0000000..ec1235d
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux crond policy is very flexible allowing users to setup their crond processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for crond:
 +
 +
 +.EX
 +.PP
-+.B crond_exec_t 
++.B crond_exec_t
 +.EE
 +
 +- Set files with the crond_exec_t type, if you want to transition an executable to the crond_t domain.
@@ -16402,7 +16558,7 @@ index 0000000..ec1235d
 +
 +.EX
 +.PP
-+.B crond_initrc_exec_t 
++.B crond_initrc_exec_t
 +.EE
 +
 +- Set files with the crond_initrc_exec_t type, if you want to transition an executable to the crond_initrc_t domain.
@@ -16410,7 +16566,7 @@ index 0000000..ec1235d
 +
 +.EX
 +.PP
-+.B crond_tmp_t 
++.B crond_tmp_t
 +.EE
 +
 +- Set files with the crond_tmp_t type, if you want to store crond temporary files in the /tmp directories.
@@ -16418,7 +16574,7 @@ index 0000000..ec1235d
 +
 +.EX
 +.PP
-+.B crond_unit_file_t 
++.B crond_unit_file_t
 +.EE
 +
 +- Set files with the crond_unit_file_t type, if you want to treat the files as crond unit content.
@@ -16426,15 +16582,15 @@ index 0000000..ec1235d
 +
 +.EX
 +.PP
-+.B crond_var_run_t 
++.B crond_var_run_t
 +.EE
 +
 +- Set files with the crond_var_run_t type, if you want to store the crond files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -16611,13 +16767,13 @@ index 0000000..ec1235d
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), crond(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -16625,18 +16781,18 @@ index 0000000..ec1235d
 \ No newline at end of file
 diff --git a/man/man8/crontab_selinux.8 b/man/man8/crontab_selinux.8
 new file mode 100644
-index 0000000..28aa369
+index 0000000..8d67b77
 --- /dev/null
 +++ b/man/man8/crontab_selinux.8
 @@ -0,0 +1,190 @@
-+.TH  "crontab_selinux"  "8"  "12-10-19" "crontab" "SELinux Policy documentation for crontab"
++.TH  "crontab_selinux"  "8"  "12-11-01" "crontab" "SELinux Policy documentation for crontab"
 +.SH "NAME"
 +crontab_selinux \- Security Enhanced Linux Policy for the crontab processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the crontab processes via flexible mandatory access control.
 +
-+The crontab processes execute with the crontab_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The crontab processes execute with the crontab_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -16653,33 +16809,33 @@ index 0000000..28aa369
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux crontab policy is very flexible allowing users to setup their crontab processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for crontab:
 +
 +.EX
-+.B crontab_t 
++.B crontab_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux crontab policy is very flexible allowing users to setup their crontab processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for crontab:
 +
 +
 +.EX
 +.PP
-+.B crontab_exec_t 
++.B crontab_exec_t
 +.EE
 +
 +- Set files with the crontab_exec_t type, if you want to transition an executable to the crontab_t domain.
@@ -16687,15 +16843,15 @@ index 0000000..28aa369
 +
 +.EX
 +.PP
-+.B crontab_tmp_t 
++.B crontab_tmp_t
 +.EE
 +
 +- Set files with the crontab_tmp_t type, if you want to store crontab temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -16809,30 +16965,30 @@ index 0000000..28aa369
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), crontab(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ctdbd_selinux.8 b/man/man8/ctdbd_selinux.8
 new file mode 100644
-index 0000000..d517648
+index 0000000..33d0469
 --- /dev/null
 +++ b/man/man8/ctdbd_selinux.8
 @@ -0,0 +1,232 @@
-+.TH  "ctdbd_selinux"  "8"  "12-10-19" "ctdbd" "SELinux Policy documentation for ctdbd"
++.TH  "ctdbd_selinux"  "8"  "12-11-01" "ctdbd" "SELinux Policy documentation for ctdbd"
 +.SH "NAME"
 +ctdbd_selinux \- Security Enhanced Linux Policy for the ctdbd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ctdbd processes via flexible mandatory access control.
 +
-+The ctdbd processes execute with the ctdbd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ctdbd processes execute with the ctdbd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -16849,33 +17005,33 @@ index 0000000..d517648
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ctdbd policy is very flexible allowing users to setup their ctdbd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ctdbd:
 +
 +.EX
-+.B ctdbd_t 
++.B ctdbd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ctdbd policy is very flexible allowing users to setup their ctdbd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ctdbd:
 +
 +
 +.EX
 +.PP
-+.B ctdbd_exec_t 
++.B ctdbd_exec_t
 +.EE
 +
 +- Set files with the ctdbd_exec_t type, if you want to transition an executable to the ctdbd_t domain.
@@ -16883,7 +17039,7 @@ index 0000000..d517648
 +
 +.EX
 +.PP
-+.B ctdbd_initrc_exec_t 
++.B ctdbd_initrc_exec_t
 +.EE
 +
 +- Set files with the ctdbd_initrc_exec_t type, if you want to transition an executable to the ctdbd_initrc_t domain.
@@ -16891,7 +17047,7 @@ index 0000000..d517648
 +
 +.EX
 +.PP
-+.B ctdbd_log_t 
++.B ctdbd_log_t
 +.EE
 +
 +- Set files with the ctdbd_log_t type, if you want to treat the data as ctdbd log data, usually stored under the /var/log directory.
@@ -16899,7 +17055,7 @@ index 0000000..d517648
 +
 +.EX
 +.PP
-+.B ctdbd_spool_t 
++.B ctdbd_spool_t
 +.EE
 +
 +- Set files with the ctdbd_spool_t type, if you want to store the ctdbd files under the /var/spool directory.
@@ -16907,7 +17063,7 @@ index 0000000..d517648
 +
 +.EX
 +.PP
-+.B ctdbd_tmp_t 
++.B ctdbd_tmp_t
 +.EE
 +
 +- Set files with the ctdbd_tmp_t type, if you want to store ctdbd temporary files in the /tmp directories.
@@ -16915,7 +17071,7 @@ index 0000000..d517648
 +
 +.EX
 +.PP
-+.B ctdbd_var_lib_t 
++.B ctdbd_var_lib_t
 +.EE
 +
 +- Set files with the ctdbd_var_lib_t type, if you want to store the ctdbd files under the /var/lib directory.
@@ -16923,35 +17079,35 @@ index 0000000..d517648
 +
 +.EX
 +.PP
-+.B ctdbd_var_run_t 
++.B ctdbd_var_run_t
 +.EE
 +
 +- Set files with the ctdbd_var_run_t type, if you want to store the ctdbd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux ctdbd policy is very flexible allowing users to setup their ctdbd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for ctdbd:
 +
 +.EX
 +.TP 5
-+.B ctdb_port_t 
++.B ctdb_port_t
 +.TP 10
 +.EE
 +
@@ -17047,30 +17203,30 @@ index 0000000..d517648
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ctdbd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/cups_pdf_selinux.8 b/man/man8/cups_pdf_selinux.8
 new file mode 100644
-index 0000000..efa83f7
+index 0000000..da4a09b
 --- /dev/null
 +++ b/man/man8/cups_pdf_selinux.8
 @@ -0,0 +1,151 @@
-+.TH  "cups_pdf_selinux"  "8"  "12-10-19" "cups_pdf" "SELinux Policy documentation for cups_pdf"
++.TH  "cups_pdf_selinux"  "8"  "12-11-01" "cups_pdf" "SELinux Policy documentation for cups_pdf"
 +.SH "NAME"
 +cups_pdf_selinux \- Security Enhanced Linux Policy for the cups_pdf processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cups_pdf processes via flexible mandatory access control.
 +
-+The cups_pdf processes execute with the cups_pdf_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cups_pdf processes execute with the cups_pdf_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -17087,33 +17243,33 @@ index 0000000..efa83f7
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cups_pdf policy is very flexible allowing users to setup their cups_pdf processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cups_pdf:
 +
 +.EX
-+.B cups_pdf_t 
++.B cups_pdf_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cups_pdf policy is very flexible allowing users to setup their cups_pdf processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cups_pdf:
 +
 +
 +.EX
 +.PP
-+.B cups_pdf_exec_t 
++.B cups_pdf_exec_t
 +.EE
 +
 +- Set files with the cups_pdf_exec_t type, if you want to transition an executable to the cups_pdf_t domain.
@@ -17121,15 +17277,15 @@ index 0000000..efa83f7
 +
 +.EX
 +.PP
-+.B cups_pdf_tmp_t 
++.B cups_pdf_tmp_t
 +.EE
 +
 +- Set files with the cups_pdf_tmp_t type, if you want to store cups pdf temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -17203,13 +17359,13 @@ index 0000000..efa83f7
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cups_pdf(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -17217,18 +17373,18 @@ index 0000000..efa83f7
 \ No newline at end of file
 diff --git a/man/man8/cupsd_config_selinux.8 b/man/man8/cupsd_config_selinux.8
 new file mode 100644
-index 0000000..2aef2f9
+index 0000000..a3e48d3
 --- /dev/null
 +++ b/man/man8/cupsd_config_selinux.8
 @@ -0,0 +1,207 @@
-+.TH  "cupsd_config_selinux"  "8"  "12-10-19" "cupsd_config" "SELinux Policy documentation for cupsd_config"
++.TH  "cupsd_config_selinux"  "8"  "12-11-01" "cupsd_config" "SELinux Policy documentation for cupsd_config"
 +.SH "NAME"
 +cupsd_config_selinux \- Security Enhanced Linux Policy for the cupsd_config processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cupsd_config processes via flexible mandatory access control.
 +
-+The cupsd_config processes execute with the cupsd_config_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cupsd_config processes execute with the cupsd_config_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -17245,33 +17401,33 @@ index 0000000..2aef2f9
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cupsd_config policy is very flexible allowing users to setup their cupsd_config processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cupsd_config:
 +
 +.EX
-+.B cupsd_config_t 
++.B cupsd_config_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cupsd_config policy is very flexible allowing users to setup their cupsd_config processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cupsd_config:
 +
 +
 +.EX
 +.PP
-+.B cupsd_config_exec_t 
++.B cupsd_config_exec_t
 +.EE
 +
 +- Set files with the cupsd_config_exec_t type, if you want to transition an executable to the cupsd_config_t domain.
@@ -17279,15 +17435,15 @@ index 0000000..2aef2f9
 +
 +.EX
 +.PP
-+.B cupsd_config_var_run_t 
++.B cupsd_config_var_run_t
 +.EE
 +
 +- Set files with the cupsd_config_var_run_t type, if you want to store the cupsd config files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -17417,13 +17573,13 @@ index 0000000..2aef2f9
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cupsd_config(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -17431,18 +17587,18 @@ index 0000000..2aef2f9
 \ No newline at end of file
 diff --git a/man/man8/cupsd_lpd_selinux.8 b/man/man8/cupsd_lpd_selinux.8
 new file mode 100644
-index 0000000..e53c5c9
+index 0000000..73ded99
 --- /dev/null
 +++ b/man/man8/cupsd_lpd_selinux.8
 @@ -0,0 +1,129 @@
-+.TH  "cupsd_lpd_selinux"  "8"  "12-10-19" "cupsd_lpd" "SELinux Policy documentation for cupsd_lpd"
++.TH  "cupsd_lpd_selinux"  "8"  "12-11-01" "cupsd_lpd" "SELinux Policy documentation for cupsd_lpd"
 +.SH "NAME"
 +cupsd_lpd_selinux \- Security Enhanced Linux Policy for the cupsd_lpd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cupsd_lpd processes via flexible mandatory access control.
 +
-+The cupsd_lpd processes execute with the cupsd_lpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cupsd_lpd processes execute with the cupsd_lpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -17459,33 +17615,33 @@ index 0000000..e53c5c9
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cupsd_lpd policy is very flexible allowing users to setup their cupsd_lpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cupsd_lpd:
 +
 +.EX
-+.B cupsd_lpd_t 
++.B cupsd_lpd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cupsd_lpd policy is very flexible allowing users to setup their cupsd_lpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cupsd_lpd:
 +
 +
 +.EX
 +.PP
-+.B cupsd_lpd_exec_t 
++.B cupsd_lpd_exec_t
 +.EE
 +
 +- Set files with the cupsd_lpd_exec_t type, if you want to transition an executable to the cupsd_lpd_t domain.
@@ -17493,7 +17649,7 @@ index 0000000..e53c5c9
 +
 +.EX
 +.PP
-+.B cupsd_lpd_tmp_t 
++.B cupsd_lpd_tmp_t
 +.EE
 +
 +- Set files with the cupsd_lpd_tmp_t type, if you want to store cupsd lpd temporary files in the /tmp directories.
@@ -17501,15 +17657,15 @@ index 0000000..e53c5c9
 +
 +.EX
 +.PP
-+.B cupsd_lpd_var_run_t 
++.B cupsd_lpd_var_run_t
 +.EE
 +
 +- Set files with the cupsd_lpd_var_run_t type, if you want to store the cupsd lpd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -17553,13 +17709,13 @@ index 0000000..e53c5c9
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cupsd_lpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -17567,18 +17723,18 @@ index 0000000..e53c5c9
 \ No newline at end of file
 diff --git a/man/man8/cupsd_selinux.8 b/man/man8/cupsd_selinux.8
 new file mode 100644
-index 0000000..d4f4e5b
+index 0000000..89d22a6
 --- /dev/null
 +++ b/man/man8/cupsd_selinux.8
 @@ -0,0 +1,387 @@
-+.TH  "cupsd_selinux"  "8"  "12-10-19" "cupsd" "SELinux Policy documentation for cupsd"
++.TH  "cupsd_selinux"  "8"  "12-11-01" "cupsd" "SELinux Policy documentation for cupsd"
 +.SH "NAME"
 +cupsd_selinux \- Security Enhanced Linux Policy for the cupsd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cupsd processes via flexible mandatory access control.
 +
-+The cupsd processes execute with the cupsd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cupsd processes execute with the cupsd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -17595,33 +17751,33 @@ index 0000000..d4f4e5b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cupsd policy is very flexible allowing users to setup their cupsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cupsd:
 +
 +.EX
-+.B cupsd_t, cupsd_config_t, cupsd_lpd_t, cups_pdf_t 
++.B cupsd_t, cupsd_config_t, cupsd_lpd_t, cups_pdf_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cupsd policy is very flexible allowing users to setup their cupsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cupsd:
 +
 +
 +.EX
 +.PP
-+.B cupsd_config_exec_t 
++.B cupsd_config_exec_t
 +.EE
 +
 +- Set files with the cupsd_config_exec_t type, if you want to transition an executable to the cupsd_config_t domain.
@@ -17629,7 +17785,7 @@ index 0000000..d4f4e5b
 +
 +.EX
 +.PP
-+.B cupsd_config_var_run_t 
++.B cupsd_config_var_run_t
 +.EE
 +
 +- Set files with the cupsd_config_var_run_t type, if you want to store the cupsd config files under the /run directory.
@@ -17637,7 +17793,7 @@ index 0000000..d4f4e5b
 +
 +.EX
 +.PP
-+.B cupsd_etc_t 
++.B cupsd_etc_t
 +.EE
 +
 +- Set files with the cupsd_etc_t type, if you want to store cupsd files in the /etc directories.
@@ -17645,7 +17801,7 @@ index 0000000..d4f4e5b
 +
 +.EX
 +.PP
-+.B cupsd_exec_t 
++.B cupsd_exec_t
 +.EE
 +
 +- Set files with the cupsd_exec_t type, if you want to transition an executable to the cupsd_t domain.
@@ -17653,7 +17809,7 @@ index 0000000..d4f4e5b
 +
 +.EX
 +.PP
-+.B cupsd_initrc_exec_t 
++.B cupsd_initrc_exec_t
 +.EE
 +
 +- Set files with the cupsd_initrc_exec_t type, if you want to transition an executable to the cupsd_initrc_t domain.
@@ -17661,7 +17817,7 @@ index 0000000..d4f4e5b
 +
 +.EX
 +.PP
-+.B cupsd_interface_t 
++.B cupsd_interface_t
 +.EE
 +
 +- Set files with the cupsd_interface_t type, if you want to treat the files as cupsd interface data.
@@ -17669,7 +17825,7 @@ index 0000000..d4f4e5b
 +
 +.EX
 +.PP
-+.B cupsd_lock_t 
++.B cupsd_lock_t
 +.EE
 +
 +- Set files with the cupsd_lock_t type, if you want to treat the files as cupsd lock data, stored under the /var/lock directory
@@ -17677,7 +17833,7 @@ index 0000000..d4f4e5b
 +
 +.EX
 +.PP
-+.B cupsd_log_t 
++.B cupsd_log_t
 +.EE
 +
 +- Set files with the cupsd_log_t type, if you want to treat the data as cupsd log data, usually stored under the /var/log directory.
@@ -17685,7 +17841,7 @@ index 0000000..d4f4e5b
 +
 +.EX
 +.PP
-+.B cupsd_lpd_exec_t 
++.B cupsd_lpd_exec_t
 +.EE
 +
 +- Set files with the cupsd_lpd_exec_t type, if you want to transition an executable to the cupsd_lpd_t domain.
@@ -17693,7 +17849,7 @@ index 0000000..d4f4e5b
 +
 +.EX
 +.PP
-+.B cupsd_lpd_tmp_t 
++.B cupsd_lpd_tmp_t
 +.EE
 +
 +- Set files with the cupsd_lpd_tmp_t type, if you want to store cupsd lpd temporary files in the /tmp directories.
@@ -17701,7 +17857,7 @@ index 0000000..d4f4e5b
 +
 +.EX
 +.PP
-+.B cupsd_lpd_var_run_t 
++.B cupsd_lpd_var_run_t
 +.EE
 +
 +- Set files with the cupsd_lpd_var_run_t type, if you want to store the cupsd lpd files under the /run directory.
@@ -17709,7 +17865,7 @@ index 0000000..d4f4e5b
 +
 +.EX
 +.PP
-+.B cupsd_rw_etc_t 
++.B cupsd_rw_etc_t
 +.EE
 +
 +- Set files with the cupsd_rw_etc_t type, if you want to store cupsd rw files in the /etc directories.
@@ -17717,7 +17873,7 @@ index 0000000..d4f4e5b
 +
 +.EX
 +.PP
-+.B cupsd_tmp_t 
++.B cupsd_tmp_t
 +.EE
 +
 +- Set files with the cupsd_tmp_t type, if you want to store cupsd temporary files in the /tmp directories.
@@ -17725,7 +17881,7 @@ index 0000000..d4f4e5b
 +
 +.EX
 +.PP
-+.B cupsd_unit_file_t 
++.B cupsd_unit_file_t
 +.EE
 +
 +- Set files with the cupsd_unit_file_t type, if you want to treat the files as cupsd unit content.
@@ -17733,15 +17889,15 @@ index 0000000..d4f4e5b
 +
 +.EX
 +.PP
-+.B cupsd_var_run_t 
++.B cupsd_var_run_t
 +.EE
 +
 +- Set files with the cupsd_var_run_t type, if you want to store the cupsd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -17947,13 +18103,13 @@ index 0000000..d4f4e5b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cupsd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -17961,18 +18117,18 @@ index 0000000..d4f4e5b
 \ No newline at end of file
 diff --git a/man/man8/cvs_selinux.8 b/man/man8/cvs_selinux.8
 new file mode 100644
-index 0000000..802558f
+index 0000000..c477853
 --- /dev/null
 +++ b/man/man8/cvs_selinux.8
 @@ -0,0 +1,236 @@
-+.TH  "cvs_selinux"  "8"  "12-10-19" "cvs" "SELinux Policy documentation for cvs"
++.TH  "cvs_selinux"  "8"  "12-11-01" "cvs" "SELinux Policy documentation for cvs"
 +.SH "NAME"
 +cvs_selinux \- Security Enhanced Linux Policy for the cvs processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cvs processes via flexible mandatory access control.
 +
-+The cvs processes execute with the cvs_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cvs processes execute with the cvs_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -17989,17 +18145,17 @@ index 0000000..802558f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cvs policy is very flexible allowing users to setup their cvs processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cvs:
 +
 +.EX
-+.B cvs_t 
++.B cvs_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -18021,19 +18177,19 @@ index 0000000..802558f
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cvs policy is very flexible allowing users to setup their cvs processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cvs:
 +
 +
 +.EX
 +.PP
-+.B cvs_data_t 
++.B cvs_data_t
 +.EE
 +
 +- Set files with the cvs_data_t type, if you want to treat the files as cvs content.
@@ -18041,7 +18197,7 @@ index 0000000..802558f
 +
 +.EX
 +.PP
-+.B cvs_exec_t 
++.B cvs_exec_t
 +.EE
 +
 +- Set files with the cvs_exec_t type, if you want to transition an executable to the cvs_t domain.
@@ -18049,7 +18205,7 @@ index 0000000..802558f
 +
 +.EX
 +.PP
-+.B cvs_initrc_exec_t 
++.B cvs_initrc_exec_t
 +.EE
 +
 +- Set files with the cvs_initrc_exec_t type, if you want to transition an executable to the cvs_initrc_t domain.
@@ -18057,7 +18213,7 @@ index 0000000..802558f
 +
 +.EX
 +.PP
-+.B cvs_keytab_t 
++.B cvs_keytab_t
 +.EE
 +
 +- Set files with the cvs_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -18065,7 +18221,7 @@ index 0000000..802558f
 +
 +.EX
 +.PP
-+.B cvs_tmp_t 
++.B cvs_tmp_t
 +.EE
 +
 +- Set files with the cvs_tmp_t type, if you want to store cvs temporary files in the /tmp directories.
@@ -18073,35 +18229,35 @@ index 0000000..802558f
 +
 +.EX
 +.PP
-+.B cvs_var_run_t 
++.B cvs_var_run_t
 +.EE
 +
 +- Set files with the cvs_var_run_t type, if you want to store the cvs files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux cvs policy is very flexible allowing users to setup their cvs processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for cvs:
 +
 +.EX
 +.TP 5
-+.B cvs_port_t 
++.B cvs_port_t
 +.TP 10
 +.EE
 +
@@ -18190,13 +18346,13 @@ index 0000000..802558f
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cvs(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -18204,18 +18360,18 @@ index 0000000..802558f
 \ No newline at end of file
 diff --git a/man/man8/cyphesis_selinux.8 b/man/man8/cyphesis_selinux.8
 new file mode 100644
-index 0000000..cbacb17
+index 0000000..247c016
 --- /dev/null
 +++ b/man/man8/cyphesis_selinux.8
 @@ -0,0 +1,154 @@
-+.TH  "cyphesis_selinux"  "8"  "12-10-19" "cyphesis" "SELinux Policy documentation for cyphesis"
++.TH  "cyphesis_selinux"  "8"  "12-11-01" "cyphesis" "SELinux Policy documentation for cyphesis"
 +.SH "NAME"
 +cyphesis_selinux \- Security Enhanced Linux Policy for the cyphesis processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cyphesis processes via flexible mandatory access control.
 +
-+The cyphesis processes execute with the cyphesis_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cyphesis processes execute with the cyphesis_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -18232,33 +18388,33 @@ index 0000000..cbacb17
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cyphesis policy is very flexible allowing users to setup their cyphesis processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cyphesis:
 +
 +.EX
-+.B cyphesis_t 
++.B cyphesis_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cyphesis policy is very flexible allowing users to setup their cyphesis processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cyphesis:
 +
 +
 +.EX
 +.PP
-+.B cyphesis_exec_t 
++.B cyphesis_exec_t
 +.EE
 +
 +- Set files with the cyphesis_exec_t type, if you want to transition an executable to the cyphesis_t domain.
@@ -18266,7 +18422,7 @@ index 0000000..cbacb17
 +
 +.EX
 +.PP
-+.B cyphesis_log_t 
++.B cyphesis_log_t
 +.EE
 +
 +- Set files with the cyphesis_log_t type, if you want to treat the data as cyphesis log data, usually stored under the /var/log directory.
@@ -18274,7 +18430,7 @@ index 0000000..cbacb17
 +
 +.EX
 +.PP
-+.B cyphesis_tmp_t 
++.B cyphesis_tmp_t
 +.EE
 +
 +- Set files with the cyphesis_tmp_t type, if you want to store cyphesis temporary files in the /tmp directories.
@@ -18282,35 +18438,35 @@ index 0000000..cbacb17
 +
 +.EX
 +.PP
-+.B cyphesis_var_run_t 
++.B cyphesis_var_run_t
 +.EE
 +
 +- Set files with the cyphesis_var_run_t type, if you want to store the cyphesis files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux cyphesis policy is very flexible allowing users to setup their cyphesis processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for cyphesis:
 +
 +.EX
 +.TP 5
-+.B cyphesis_port_t 
++.B cyphesis_port_t
 +.TP 10
 +.EE
 +
@@ -18352,30 +18508,30 @@ index 0000000..cbacb17
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cyphesis(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/cyrus_selinux.8 b/man/man8/cyrus_selinux.8
 new file mode 100644
-index 0000000..d868f1c
+index 0000000..96f6359
 --- /dev/null
 +++ b/man/man8/cyrus_selinux.8
 @@ -0,0 +1,170 @@
-+.TH  "cyrus_selinux"  "8"  "12-10-19" "cyrus" "SELinux Policy documentation for cyrus"
++.TH  "cyrus_selinux"  "8"  "12-11-01" "cyrus" "SELinux Policy documentation for cyrus"
 +.SH "NAME"
 +cyrus_selinux \- Security Enhanced Linux Policy for the cyrus processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the cyrus processes via flexible mandatory access control.
 +
-+The cyrus processes execute with the cyrus_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The cyrus processes execute with the cyrus_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -18392,33 +18548,33 @@ index 0000000..d868f1c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux cyrus policy is very flexible allowing users to setup their cyrus processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for cyrus:
 +
 +.EX
-+.B cyrus_t 
++.B cyrus_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux cyrus policy is very flexible allowing users to setup their cyrus processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for cyrus:
 +
 +
 +.EX
 +.PP
-+.B cyrus_exec_t 
++.B cyrus_exec_t
 +.EE
 +
 +- Set files with the cyrus_exec_t type, if you want to transition an executable to the cyrus_t domain.
@@ -18426,7 +18582,7 @@ index 0000000..d868f1c
 +
 +.EX
 +.PP
-+.B cyrus_initrc_exec_t 
++.B cyrus_initrc_exec_t
 +.EE
 +
 +- Set files with the cyrus_initrc_exec_t type, if you want to transition an executable to the cyrus_initrc_t domain.
@@ -18434,7 +18590,7 @@ index 0000000..d868f1c
 +
 +.EX
 +.PP
-+.B cyrus_keytab_t 
++.B cyrus_keytab_t
 +.EE
 +
 +- Set files with the cyrus_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -18442,7 +18598,7 @@ index 0000000..d868f1c
 +
 +.EX
 +.PP
-+.B cyrus_tmp_t 
++.B cyrus_tmp_t
 +.EE
 +
 +- Set files with the cyrus_tmp_t type, if you want to store cyrus temporary files in the /tmp directories.
@@ -18450,7 +18606,7 @@ index 0000000..d868f1c
 +
 +.EX
 +.PP
-+.B cyrus_var_lib_t 
++.B cyrus_var_lib_t
 +.EE
 +
 +- Set files with the cyrus_var_lib_t type, if you want to store the cyrus files under the /var/lib directory.
@@ -18458,15 +18614,15 @@ index 0000000..d868f1c
 +
 +.EX
 +.PP
-+.B cyrus_var_run_t 
++.B cyrus_var_run_t
 +.EE
 +
 +- Set files with the cyrus_var_run_t type, if you want to store the cyrus files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -18528,46 +18684,46 @@ index 0000000..d868f1c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), cyrus(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/dbadm_selinux.8 b/man/man8/dbadm_selinux.8
 new file mode 100644
-index 0000000..3fc5256
+index 0000000..db93ad7
 --- /dev/null
 +++ b/man/man8/dbadm_selinux.8
 @@ -0,0 +1,225 @@
 +.TH  "dbadm_selinux"  "8"  "dbadm" "mgrepl at redhat.com" "dbadm SELinux Policy documentation"
 +.SH "NAME"
-+dbadm_r \- \fBDatabase administrator role\fP - Security Enhanced Linux Policy 
++dbadm_r \- \fBDatabase administrator role\fP - Security Enhanced Linux Policy
 +
 +.SH DESCRIPTION
 +
-+SELinux supports Roles Based Access Control (RBAC), some Linux roles are login roles, while other roles need to be transition into. 
++SELinux supports Roles Based Access Control (RBAC), some Linux roles are login roles, while other roles need to be transition into.
 +
-+.I Note: 
-+Examples in this man page will use the 
-+.B staff_u 
++.I Note:
++Examples in this man page will use the
++.B staff_u
 +SELinux user.
 +
-+Non login roles are usually used for administrative tasks. For example, tasks that require root privileges.  Roles control which types a user can run processes with. Roles often have default types assigned to them. 
++Non login roles are usually used for administrative tasks. For example, tasks that require root privileges.  Roles control which types a user can run processes with. Roles often have default types assigned to them.
 +
 +The default type for the dbadm_r role is dbadm_t.
 +
-+The 
-+.B newrole 
++The
++.B newrole
 +program to transition directly to this role.
 +
 +.B newrole -r dbadm_r -t dbadm_t
 +
-+.B sudo 
++.B sudo
 +is the preferred method to do transition from one role to another.  You setup sudo to transition to dbadm_r by adding a similar line to the /etc/sudoers file.
 +
 +USERNAME ALL=(ALL) ROLE=dbadm_r TYPE=dbadm_t COMMAND
@@ -18583,7 +18739,7 @@ index 0000000..3fc5256
 +
 +You need to add dbadm_r to the staff_u user.  You could setup the staff_u user to be able to use the dbadm_r role with a command like:
 +
-+.B $ semanage user -m -R 'staff_r system_r dbadm_r' staff_u 
++.B $ semanage user -m -R 'staff_r system_r dbadm_r' staff_u
 +
 +
 +.SH BOOLEANS
@@ -18758,13 +18914,13 @@ index 0000000..3fc5256
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dbadm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -18772,18 +18928,18 @@ index 0000000..3fc5256
 \ No newline at end of file
 diff --git a/man/man8/dbskkd_selinux.8 b/man/man8/dbskkd_selinux.8
 new file mode 100644
-index 0000000..6f1234e
+index 0000000..be5dff8
 --- /dev/null
 +++ b/man/man8/dbskkd_selinux.8
 @@ -0,0 +1,154 @@
-+.TH  "dbskkd_selinux"  "8"  "12-10-19" "dbskkd" "SELinux Policy documentation for dbskkd"
++.TH  "dbskkd_selinux"  "8"  "12-11-01" "dbskkd" "SELinux Policy documentation for dbskkd"
 +.SH "NAME"
 +dbskkd_selinux \- Security Enhanced Linux Policy for the dbskkd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dbskkd processes via flexible mandatory access control.
 +
-+The dbskkd processes execute with the dbskkd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dbskkd processes execute with the dbskkd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -18800,33 +18956,33 @@ index 0000000..6f1234e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dbskkd policy is very flexible allowing users to setup their dbskkd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dbskkd:
 +
 +.EX
-+.B dbskkd_t 
++.B dbskkd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dbskkd policy is very flexible allowing users to setup their dbskkd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dbskkd:
 +
 +
 +.EX
 +.PP
-+.B dbskkd_exec_t 
++.B dbskkd_exec_t
 +.EE
 +
 +- Set files with the dbskkd_exec_t type, if you want to transition an executable to the dbskkd_t domain.
@@ -18834,7 +18990,7 @@ index 0000000..6f1234e
 +
 +.EX
 +.PP
-+.B dbskkd_tmp_t 
++.B dbskkd_tmp_t
 +.EE
 +
 +- Set files with the dbskkd_tmp_t type, if you want to store dbskkd temporary files in the /tmp directories.
@@ -18842,35 +18998,35 @@ index 0000000..6f1234e
 +
 +.EX
 +.PP
-+.B dbskkd_var_run_t 
++.B dbskkd_var_run_t
 +.EE
 +
 +- Set files with the dbskkd_var_run_t type, if you want to store the dbskkd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux dbskkd policy is very flexible allowing users to setup their dbskkd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for dbskkd:
 +
 +.EX
 +.TP 5
-+.B dbskkd_port_t 
++.B dbskkd_port_t
 +.TP 10
 +.EE
 +
@@ -18920,30 +19076,30 @@ index 0000000..6f1234e
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dbskkd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/dcc_client_selinux.8 b/man/man8/dcc_client_selinux.8
 new file mode 100644
-index 0000000..ac0662c
+index 0000000..bba5677
 --- /dev/null
 +++ b/man/man8/dcc_client_selinux.8
 @@ -0,0 +1,147 @@
-+.TH  "dcc_client_selinux"  "8"  "12-10-19" "dcc_client" "SELinux Policy documentation for dcc_client"
++.TH  "dcc_client_selinux"  "8"  "12-11-01" "dcc_client" "SELinux Policy documentation for dcc_client"
 +.SH "NAME"
 +dcc_client_selinux \- Security Enhanced Linux Policy for the dcc_client processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dcc_client processes via flexible mandatory access control.
 +
-+The dcc_client processes execute with the dcc_client_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dcc_client processes execute with the dcc_client_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -18960,33 +19116,33 @@ index 0000000..ac0662c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dcc_client policy is very flexible allowing users to setup their dcc_client processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dcc_client:
 +
 +.EX
-+.B dcc_client_t 
++.B dcc_client_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dcc_client policy is very flexible allowing users to setup their dcc_client processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dcc_client:
 +
 +
 +.EX
 +.PP
-+.B dcc_client_exec_t 
++.B dcc_client_exec_t
 +.EE
 +
 +- Set files with the dcc_client_exec_t type, if you want to transition an executable to the dcc_client_t domain.
@@ -18994,7 +19150,7 @@ index 0000000..ac0662c
 +
 +.EX
 +.PP
-+.B dcc_client_map_t 
++.B dcc_client_map_t
 +.EE
 +
 +- Set files with the dcc_client_map_t type, if you want to treat the files as dcc client map data.
@@ -19002,15 +19158,15 @@ index 0000000..ac0662c
 +
 +.EX
 +.PP
-+.B dcc_client_tmp_t 
++.B dcc_client_tmp_t
 +.EE
 +
 +- Set files with the dcc_client_tmp_t type, if you want to store dcc client temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -19072,13 +19228,13 @@ index 0000000..ac0662c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dcc_client(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -19086,18 +19242,18 @@ index 0000000..ac0662c
 \ No newline at end of file
 diff --git a/man/man8/dcc_dbclean_selinux.8 b/man/man8/dcc_dbclean_selinux.8
 new file mode 100644
-index 0000000..61dcf85
+index 0000000..e4168aa
 --- /dev/null
 +++ b/man/man8/dcc_dbclean_selinux.8
 @@ -0,0 +1,139 @@
-+.TH  "dcc_dbclean_selinux"  "8"  "12-10-19" "dcc_dbclean" "SELinux Policy documentation for dcc_dbclean"
++.TH  "dcc_dbclean_selinux"  "8"  "12-11-01" "dcc_dbclean" "SELinux Policy documentation for dcc_dbclean"
 +.SH "NAME"
 +dcc_dbclean_selinux \- Security Enhanced Linux Policy for the dcc_dbclean processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dcc_dbclean processes via flexible mandatory access control.
 +
-+The dcc_dbclean processes execute with the dcc_dbclean_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dcc_dbclean processes execute with the dcc_dbclean_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -19114,33 +19270,33 @@ index 0000000..61dcf85
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dcc_dbclean policy is very flexible allowing users to setup their dcc_dbclean processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dcc_dbclean:
 +
 +.EX
-+.B dcc_dbclean_t 
++.B dcc_dbclean_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dcc_dbclean policy is very flexible allowing users to setup their dcc_dbclean processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dcc_dbclean:
 +
 +
 +.EX
 +.PP
-+.B dcc_dbclean_exec_t 
++.B dcc_dbclean_exec_t
 +.EE
 +
 +- Set files with the dcc_dbclean_exec_t type, if you want to transition an executable to the dcc_dbclean_t domain.
@@ -19148,15 +19304,15 @@ index 0000000..61dcf85
 +
 +.EX
 +.PP
-+.B dcc_dbclean_tmp_t 
++.B dcc_dbclean_tmp_t
 +.EE
 +
 +- Set files with the dcc_dbclean_tmp_t type, if you want to store dcc dbclean temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -19218,13 +19374,13 @@ index 0000000..61dcf85
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dcc_dbclean(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -19232,18 +19388,18 @@ index 0000000..61dcf85
 \ No newline at end of file
 diff --git a/man/man8/dccd_selinux.8 b/man/man8/dccd_selinux.8
 new file mode 100644
-index 0000000..68ac570
+index 0000000..ea14c8d
 --- /dev/null
 +++ b/man/man8/dccd_selinux.8
 @@ -0,0 +1,190 @@
-+.TH  "dccd_selinux"  "8"  "12-10-19" "dccd" "SELinux Policy documentation for dccd"
++.TH  "dccd_selinux"  "8"  "12-11-01" "dccd" "SELinux Policy documentation for dccd"
 +.SH "NAME"
 +dccd_selinux \- Security Enhanced Linux Policy for the dccd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dccd processes via flexible mandatory access control.
 +
-+The dccd processes execute with the dccd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dccd processes execute with the dccd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -19260,33 +19416,33 @@ index 0000000..68ac570
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dccd policy is very flexible allowing users to setup their dccd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dccd:
 +
 +.EX
-+.B dccm_t, dcc_client_t, dcc_dbclean_t, dccifd_t, dccd_t 
++.B dccm_t, dcc_client_t, dcc_dbclean_t, dccifd_t, dccd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dccd policy is very flexible allowing users to setup their dccd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dccd:
 +
 +
 +.EX
 +.PP
-+.B dccd_exec_t 
++.B dccd_exec_t
 +.EE
 +
 +- Set files with the dccd_exec_t type, if you want to transition an executable to the dccd_t domain.
@@ -19294,7 +19450,7 @@ index 0000000..68ac570
 +
 +.EX
 +.PP
-+.B dccd_tmp_t 
++.B dccd_tmp_t
 +.EE
 +
 +- Set files with the dccd_tmp_t type, if you want to store dccd temporary files in the /tmp directories.
@@ -19302,35 +19458,35 @@ index 0000000..68ac570
 +
 +.EX
 +.PP
-+.B dccd_var_run_t 
++.B dccd_var_run_t
 +.EE
 +
 +- Set files with the dccd_var_run_t type, if you want to store the dccd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux dccd policy is very flexible allowing users to setup their dccd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for dccd:
 +
 +.EX
 +.TP 5
-+.B dcc_port_t 
++.B dcc_port_t
 +.TP 10
 +.EE
 +
@@ -19341,7 +19497,7 @@ index 0000000..68ac570
 +
 +.EX
 +.TP 5
-+.B dccm_port_t 
++.B dccm_port_t
 +.TP 10
 +.EE
 +
@@ -19415,13 +19571,13 @@ index 0000000..68ac570
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dccd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -19429,18 +19585,18 @@ index 0000000..68ac570
 \ No newline at end of file
 diff --git a/man/man8/dccifd_selinux.8 b/man/man8/dccifd_selinux.8
 new file mode 100644
-index 0000000..d5820cd
+index 0000000..3c8baf4
 --- /dev/null
 +++ b/man/man8/dccifd_selinux.8
 @@ -0,0 +1,154 @@
-+.TH  "dccifd_selinux"  "8"  "12-10-19" "dccifd" "SELinux Policy documentation for dccifd"
++.TH  "dccifd_selinux"  "8"  "12-11-01" "dccifd" "SELinux Policy documentation for dccifd"
 +.SH "NAME"
 +dccifd_selinux \- Security Enhanced Linux Policy for the dccifd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dccifd processes via flexible mandatory access control.
 +
-+The dccifd processes execute with the dccifd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dccifd processes execute with the dccifd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -19457,33 +19613,33 @@ index 0000000..d5820cd
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dccifd policy is very flexible allowing users to setup their dccifd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dccifd:
 +
 +.EX
-+.B dccifd_t 
++.B dccifd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dccifd policy is very flexible allowing users to setup their dccifd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dccifd:
 +
 +
 +.EX
 +.PP
-+.B dccifd_exec_t 
++.B dccifd_exec_t
 +.EE
 +
 +- Set files with the dccifd_exec_t type, if you want to transition an executable to the dccifd_t domain.
@@ -19491,7 +19647,7 @@ index 0000000..d5820cd
 +
 +.EX
 +.PP
-+.B dccifd_tmp_t 
++.B dccifd_tmp_t
 +.EE
 +
 +- Set files with the dccifd_tmp_t type, if you want to store dccifd temporary files in the /tmp directories.
@@ -19499,15 +19655,15 @@ index 0000000..d5820cd
 +
 +.EX
 +.PP
-+.B dccifd_var_run_t 
++.B dccifd_var_run_t
 +.EE
 +
 +- Set files with the dccifd_var_run_t type, if you want to store the dccifd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -19577,30 +19733,30 @@ index 0000000..d5820cd
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dccifd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/dccm_selinux.8 b/man/man8/dccm_selinux.8
 new file mode 100644
-index 0000000..8920c95
+index 0000000..58a004a
 --- /dev/null
 +++ b/man/man8/dccm_selinux.8
 @@ -0,0 +1,178 @@
-+.TH  "dccm_selinux"  "8"  "12-10-19" "dccm" "SELinux Policy documentation for dccm"
++.TH  "dccm_selinux"  "8"  "12-11-01" "dccm" "SELinux Policy documentation for dccm"
 +.SH "NAME"
 +dccm_selinux \- Security Enhanced Linux Policy for the dccm processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dccm processes via flexible mandatory access control.
 +
-+The dccm processes execute with the dccm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dccm processes execute with the dccm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -19617,33 +19773,33 @@ index 0000000..8920c95
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dccm policy is very flexible allowing users to setup their dccm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dccm:
 +
 +.EX
-+.B dccm_t 
++.B dccm_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dccm policy is very flexible allowing users to setup their dccm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dccm:
 +
 +
 +.EX
 +.PP
-+.B dccm_exec_t 
++.B dccm_exec_t
 +.EE
 +
 +- Set files with the dccm_exec_t type, if you want to transition an executable to the dccm_t domain.
@@ -19651,7 +19807,7 @@ index 0000000..8920c95
 +
 +.EX
 +.PP
-+.B dccm_tmp_t 
++.B dccm_tmp_t
 +.EE
 +
 +- Set files with the dccm_tmp_t type, if you want to store dccm temporary files in the /tmp directories.
@@ -19659,35 +19815,35 @@ index 0000000..8920c95
 +
 +.EX
 +.PP
-+.B dccm_var_run_t 
++.B dccm_var_run_t
 +.EE
 +
 +- Set files with the dccm_var_run_t type, if you want to store the dccm files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux dccm policy is very flexible allowing users to setup their dccm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for dccm:
 +
 +.EX
 +.TP 5
-+.B dccm_port_t 
++.B dccm_port_t
 +.TP 10
 +.EE
 +
@@ -19761,30 +19917,30 @@ index 0000000..8920c95
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dccm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/dcerpcd_selinux.8 b/man/man8/dcerpcd_selinux.8
 new file mode 100644
-index 0000000..93e83ff
+index 0000000..857f141
 --- /dev/null
 +++ b/man/man8/dcerpcd_selinux.8
 @@ -0,0 +1,124 @@
-+.TH  "dcerpcd_selinux"  "8"  "12-10-19" "dcerpcd" "SELinux Policy documentation for dcerpcd"
++.TH  "dcerpcd_selinux"  "8"  "12-11-01" "dcerpcd" "SELinux Policy documentation for dcerpcd"
 +.SH "NAME"
 +dcerpcd_selinux \- Security Enhanced Linux Policy for the dcerpcd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dcerpcd processes via flexible mandatory access control.
 +
-+The dcerpcd processes execute with the dcerpcd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dcerpcd processes execute with the dcerpcd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -19801,33 +19957,33 @@ index 0000000..93e83ff
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dcerpcd policy is very flexible allowing users to setup their dcerpcd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dcerpcd:
 +
 +.EX
-+.B dcerpcd_t 
++.B dcerpcd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dcerpcd policy is very flexible allowing users to setup their dcerpcd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dcerpcd:
 +
 +
 +.EX
 +.PP
-+.B dcerpcd_exec_t 
++.B dcerpcd_exec_t
 +.EE
 +
 +- Set files with the dcerpcd_exec_t type, if you want to transition an executable to the dcerpcd_t domain.
@@ -19835,7 +19991,7 @@ index 0000000..93e83ff
 +
 +.EX
 +.PP
-+.B dcerpcd_var_lib_t 
++.B dcerpcd_var_lib_t
 +.EE
 +
 +- Set files with the dcerpcd_var_lib_t type, if you want to store the dcerpcd files under the /var/lib directory.
@@ -19843,7 +19999,7 @@ index 0000000..93e83ff
 +
 +.EX
 +.PP
-+.B dcerpcd_var_run_t 
++.B dcerpcd_var_run_t
 +.EE
 +
 +- Set files with the dcerpcd_var_run_t type, if you want to store the dcerpcd files under the /run directory.
@@ -19851,15 +20007,15 @@ index 0000000..93e83ff
 +
 +.EX
 +.PP
-+.B dcerpcd_var_socket_t 
++.B dcerpcd_var_socket_t
 +.EE
 +
 +- Set files with the dcerpcd_var_socket_t type, if you want to treat the files as dcerpcd var socket data.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -19891,30 +20047,30 @@ index 0000000..93e83ff
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dcerpcd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ddclient_selinux.8 b/man/man8/ddclient_selinux.8
 new file mode 100644
-index 0000000..19c1f5a
+index 0000000..43a6aa0
 --- /dev/null
 +++ b/man/man8/ddclient_selinux.8
 @@ -0,0 +1,176 @@
-+.TH  "ddclient_selinux"  "8"  "12-10-19" "ddclient" "SELinux Policy documentation for ddclient"
++.TH  "ddclient_selinux"  "8"  "12-11-01" "ddclient" "SELinux Policy documentation for ddclient"
 +.SH "NAME"
 +ddclient_selinux \- Security Enhanced Linux Policy for the ddclient processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ddclient processes via flexible mandatory access control.
 +
-+The ddclient processes execute with the ddclient_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ddclient processes execute with the ddclient_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -19931,33 +20087,33 @@ index 0000000..19c1f5a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ddclient policy is very flexible allowing users to setup their ddclient processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ddclient:
 +
 +.EX
-+.B ddclient_t 
++.B ddclient_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ddclient policy is very flexible allowing users to setup their ddclient processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ddclient:
 +
 +
 +.EX
 +.PP
-+.B ddclient_etc_t 
++.B ddclient_etc_t
 +.EE
 +
 +- Set files with the ddclient_etc_t type, if you want to store ddclient files in the /etc directories.
@@ -19965,7 +20121,7 @@ index 0000000..19c1f5a
 +
 +.EX
 +.PP
-+.B ddclient_exec_t 
++.B ddclient_exec_t
 +.EE
 +
 +- Set files with the ddclient_exec_t type, if you want to transition an executable to the ddclient_t domain.
@@ -19973,7 +20129,7 @@ index 0000000..19c1f5a
 +
 +.EX
 +.PP
-+.B ddclient_initrc_exec_t 
++.B ddclient_initrc_exec_t
 +.EE
 +
 +- Set files with the ddclient_initrc_exec_t type, if you want to transition an executable to the ddclient_initrc_t domain.
@@ -19981,7 +20137,7 @@ index 0000000..19c1f5a
 +
 +.EX
 +.PP
-+.B ddclient_log_t 
++.B ddclient_log_t
 +.EE
 +
 +- Set files with the ddclient_log_t type, if you want to treat the data as ddclient log data, usually stored under the /var/log directory.
@@ -19989,7 +20145,7 @@ index 0000000..19c1f5a
 +
 +.EX
 +.PP
-+.B ddclient_tmp_t 
++.B ddclient_tmp_t
 +.EE
 +
 +- Set files with the ddclient_tmp_t type, if you want to store ddclient temporary files in the /tmp directories.
@@ -19997,7 +20153,7 @@ index 0000000..19c1f5a
 +
 +.EX
 +.PP
-+.B ddclient_var_lib_t 
++.B ddclient_var_lib_t
 +.EE
 +
 +- Set files with the ddclient_var_lib_t type, if you want to store the ddclient files under the /var/lib directory.
@@ -20005,7 +20161,7 @@ index 0000000..19c1f5a
 +
 +.EX
 +.PP
-+.B ddclient_var_run_t 
++.B ddclient_var_run_t
 +.EE
 +
 +- Set files with the ddclient_var_run_t type, if you want to store the ddclient files under the /run directory.
@@ -20013,15 +20169,15 @@ index 0000000..19c1f5a
 +
 +.EX
 +.PP
-+.B ddclient_var_t 
++.B ddclient_var_t
 +.EE
 +
 +- Set files with the ddclient_var_t type, if you want to store the ddcl files under the /var directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -20073,30 +20229,30 @@ index 0000000..19c1f5a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ddclient(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/deltacloudd_selinux.8 b/man/man8/deltacloudd_selinux.8
 new file mode 100644
-index 0000000..d11d0be
+index 0000000..c0b2b2f
 --- /dev/null
 +++ b/man/man8/deltacloudd_selinux.8
 @@ -0,0 +1,142 @@
-+.TH  "deltacloudd_selinux"  "8"  "12-10-19" "deltacloudd" "SELinux Policy documentation for deltacloudd"
++.TH  "deltacloudd_selinux"  "8"  "12-11-01" "deltacloudd" "SELinux Policy documentation for deltacloudd"
 +.SH "NAME"
 +deltacloudd_selinux \- Security Enhanced Linux Policy for the deltacloudd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the deltacloudd processes via flexible mandatory access control.
 +
-+The deltacloudd processes execute with the deltacloudd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The deltacloudd processes execute with the deltacloudd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -20113,33 +20269,33 @@ index 0000000..d11d0be
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux deltacloudd policy is very flexible allowing users to setup their deltacloudd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for deltacloudd:
 +
 +.EX
-+.B deltacloudd_t 
++.B deltacloudd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux deltacloudd policy is very flexible allowing users to setup their deltacloudd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for deltacloudd:
 +
 +
 +.EX
 +.PP
-+.B deltacloudd_exec_t 
++.B deltacloudd_exec_t
 +.EE
 +
 +- Set files with the deltacloudd_exec_t type, if you want to transition an executable to the deltacloudd_t domain.
@@ -20147,7 +20303,7 @@ index 0000000..d11d0be
 +
 +.EX
 +.PP
-+.B deltacloudd_log_t 
++.B deltacloudd_log_t
 +.EE
 +
 +- Set files with the deltacloudd_log_t type, if you want to treat the data as deltacloudd log data, usually stored under the /var/log directory.
@@ -20155,7 +20311,7 @@ index 0000000..d11d0be
 +
 +.EX
 +.PP
-+.B deltacloudd_tmp_t 
++.B deltacloudd_tmp_t
 +.EE
 +
 +- Set files with the deltacloudd_tmp_t type, if you want to store deltacloudd temporary files in the /tmp directories.
@@ -20163,15 +20319,15 @@ index 0000000..d11d0be
 +
 +.EX
 +.PP
-+.B deltacloudd_var_run_t 
++.B deltacloudd_var_run_t
 +.EE
 +
 +- Set files with the deltacloudd_var_run_t type, if you want to store the deltacloudd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -20221,30 +20377,30 @@ index 0000000..d11d0be
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), deltacloudd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/denyhosts_selinux.8 b/man/man8/denyhosts_selinux.8
 new file mode 100644
-index 0000000..2fe0f10
+index 0000000..ec75026
 --- /dev/null
 +++ b/man/man8/denyhosts_selinux.8
 @@ -0,0 +1,174 @@
-+.TH  "denyhosts_selinux"  "8"  "12-10-19" "denyhosts" "SELinux Policy documentation for denyhosts"
++.TH  "denyhosts_selinux"  "8"  "12-11-01" "denyhosts" "SELinux Policy documentation for denyhosts"
 +.SH "NAME"
 +denyhosts_selinux \- Security Enhanced Linux Policy for the denyhosts processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the denyhosts processes via flexible mandatory access control.
 +
-+The denyhosts processes execute with the denyhosts_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The denyhosts processes execute with the denyhosts_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -20261,33 +20417,33 @@ index 0000000..2fe0f10
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux denyhosts policy is very flexible allowing users to setup their denyhosts processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for denyhosts:
 +
 +.EX
-+.B denyhosts_t 
++.B denyhosts_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux denyhosts policy is very flexible allowing users to setup their denyhosts processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for denyhosts:
 +
 +
 +.EX
 +.PP
-+.B denyhosts_exec_t 
++.B denyhosts_exec_t
 +.EE
 +
 +- Set files with the denyhosts_exec_t type, if you want to transition an executable to the denyhosts_t domain.
@@ -20295,7 +20451,7 @@ index 0000000..2fe0f10
 +
 +.EX
 +.PP
-+.B denyhosts_initrc_exec_t 
++.B denyhosts_initrc_exec_t
 +.EE
 +
 +- Set files with the denyhosts_initrc_exec_t type, if you want to transition an executable to the denyhosts_initrc_t domain.
@@ -20303,7 +20459,7 @@ index 0000000..2fe0f10
 +
 +.EX
 +.PP
-+.B denyhosts_var_lib_t 
++.B denyhosts_var_lib_t
 +.EE
 +
 +- Set files with the denyhosts_var_lib_t type, if you want to store the denyhosts files under the /var/lib directory.
@@ -20311,7 +20467,7 @@ index 0000000..2fe0f10
 +
 +.EX
 +.PP
-+.B denyhosts_var_lock_t 
++.B denyhosts_var_lock_t
 +.EE
 +
 +- Set files with the denyhosts_var_lock_t type, if you want to treat the files as denyhosts var lock data, stored under the /var/lock directory
@@ -20319,15 +20475,15 @@ index 0000000..2fe0f10
 +
 +.EX
 +.PP
-+.B denyhosts_var_log_t 
++.B denyhosts_var_log_t
 +.EE
 +
 +- Set files with the denyhosts_var_log_t type, if you want to treat the data as denyhosts var log data, usually stored under the /var/log directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -20401,30 +20557,30 @@ index 0000000..2fe0f10
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), denyhosts(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/depmod_selinux.8 b/man/man8/depmod_selinux.8
 new file mode 100644
-index 0000000..fb84b0c
+index 0000000..86e670e
 --- /dev/null
 +++ b/man/man8/depmod_selinux.8
 @@ -0,0 +1,112 @@
-+.TH  "depmod_selinux"  "8"  "12-10-19" "depmod" "SELinux Policy documentation for depmod"
++.TH  "depmod_selinux"  "8"  "12-11-01" "depmod" "SELinux Policy documentation for depmod"
 +.SH "NAME"
 +depmod_selinux \- Security Enhanced Linux Policy for the depmod processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the depmod processes via flexible mandatory access control.
 +
-+The depmod processes execute with the depmod_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The depmod processes execute with the depmod_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -20441,41 +20597,41 @@ index 0000000..fb84b0c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux depmod policy is very flexible allowing users to setup their depmod processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for depmod:
 +
 +.EX
-+.B depmod_t 
++.B depmod_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux depmod policy is very flexible allowing users to setup their depmod processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for depmod:
 +
 +
 +.EX
 +.PP
-+.B depmod_exec_t 
++.B depmod_exec_t
 +.EE
 +
 +- Set files with the depmod_exec_t type, if you want to transition an executable to the depmod_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -20519,30 +20675,30 @@ index 0000000..fb84b0c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), depmod(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/devicekit_disk_selinux.8 b/man/man8/devicekit_disk_selinux.8
 new file mode 100644
-index 0000000..26e7dba
+index 0000000..cbce236
 --- /dev/null
 +++ b/man/man8/devicekit_disk_selinux.8
 @@ -0,0 +1,163 @@
-+.TH  "devicekit_disk_selinux"  "8"  "12-10-19" "devicekit_disk" "SELinux Policy documentation for devicekit_disk"
++.TH  "devicekit_disk_selinux"  "8"  "12-11-01" "devicekit_disk" "SELinux Policy documentation for devicekit_disk"
 +.SH "NAME"
 +devicekit_disk_selinux \- Security Enhanced Linux Policy for the devicekit_disk processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the devicekit_disk processes via flexible mandatory access control.
 +
-+The devicekit_disk processes execute with the devicekit_disk_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The devicekit_disk processes execute with the devicekit_disk_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -20559,41 +20715,41 @@ index 0000000..26e7dba
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux devicekit_disk policy is very flexible allowing users to setup their devicekit_disk processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for devicekit_disk:
 +
 +.EX
-+.B devicekit_disk_t 
++.B devicekit_disk_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux devicekit_disk policy is very flexible allowing users to setup their devicekit_disk processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for devicekit_disk:
 +
 +
 +.EX
 +.PP
-+.B devicekit_disk_exec_t 
++.B devicekit_disk_exec_t
 +.EE
 +
 +- Set files with the devicekit_disk_exec_t type, if you want to transition an executable to the devicekit_disk_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -20687,13 +20843,13 @@ index 0000000..26e7dba
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), devicekit_disk(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -20701,18 +20857,18 @@ index 0000000..26e7dba
 \ No newline at end of file
 diff --git a/man/man8/devicekit_power_selinux.8 b/man/man8/devicekit_power_selinux.8
 new file mode 100644
-index 0000000..a60f52a
+index 0000000..ef9c4c3
 --- /dev/null
 +++ b/man/man8/devicekit_power_selinux.8
 @@ -0,0 +1,193 @@
-+.TH  "devicekit_power_selinux"  "8"  "12-10-19" "devicekit_power" "SELinux Policy documentation for devicekit_power"
++.TH  "devicekit_power_selinux"  "8"  "12-11-01" "devicekit_power" "SELinux Policy documentation for devicekit_power"
 +.SH "NAME"
 +devicekit_power_selinux \- Security Enhanced Linux Policy for the devicekit_power processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the devicekit_power processes via flexible mandatory access control.
 +
-+The devicekit_power processes execute with the devicekit_power_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The devicekit_power processes execute with the devicekit_power_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -20729,41 +20885,41 @@ index 0000000..a60f52a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux devicekit_power policy is very flexible allowing users to setup their devicekit_power processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for devicekit_power:
 +
 +.EX
-+.B devicekit_power_t 
++.B devicekit_power_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux devicekit_power policy is very flexible allowing users to setup their devicekit_power processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for devicekit_power:
 +
 +
 +.EX
 +.PP
-+.B devicekit_power_exec_t 
++.B devicekit_power_exec_t
 +.EE
 +
 +- Set files with the devicekit_power_exec_t type, if you want to transition an executable to the devicekit_power_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -20887,13 +21043,13 @@ index 0000000..a60f52a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), devicekit_power(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -20901,18 +21057,18 @@ index 0000000..a60f52a
 \ No newline at end of file
 diff --git a/man/man8/devicekit_selinux.8 b/man/man8/devicekit_selinux.8
 new file mode 100644
-index 0000000..b4c4180
+index 0000000..94f8331
 --- /dev/null
 +++ b/man/man8/devicekit_selinux.8
 @@ -0,0 +1,167 @@
-+.TH  "devicekit_selinux"  "8"  "12-10-19" "devicekit" "SELinux Policy documentation for devicekit"
++.TH  "devicekit_selinux"  "8"  "12-11-01" "devicekit" "SELinux Policy documentation for devicekit"
 +.SH "NAME"
 +devicekit_selinux \- Security Enhanced Linux Policy for the devicekit processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the devicekit processes via flexible mandatory access control.
 +
-+The devicekit processes execute with the devicekit_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The devicekit processes execute with the devicekit_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -20929,33 +21085,33 @@ index 0000000..b4c4180
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux devicekit policy is very flexible allowing users to setup their devicekit processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for devicekit:
 +
 +.EX
-+.B devicekit_power_t, devicekit_disk_t, devicekit_t 
++.B devicekit_power_t, devicekit_disk_t, devicekit_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux devicekit policy is very flexible allowing users to setup their devicekit processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for devicekit:
 +
 +
 +.EX
 +.PP
-+.B devicekit_disk_exec_t 
++.B devicekit_disk_exec_t
 +.EE
 +
 +- Set files with the devicekit_disk_exec_t type, if you want to transition an executable to the devicekit_disk_t domain.
@@ -20963,7 +21119,7 @@ index 0000000..b4c4180
 +
 +.EX
 +.PP
-+.B devicekit_exec_t 
++.B devicekit_exec_t
 +.EE
 +
 +- Set files with the devicekit_exec_t type, if you want to transition an executable to the devicekit_t domain.
@@ -20971,7 +21127,7 @@ index 0000000..b4c4180
 +
 +.EX
 +.PP
-+.B devicekit_power_exec_t 
++.B devicekit_power_exec_t
 +.EE
 +
 +- Set files with the devicekit_power_exec_t type, if you want to transition an executable to the devicekit_power_t domain.
@@ -20979,7 +21135,7 @@ index 0000000..b4c4180
 +
 +.EX
 +.PP
-+.B devicekit_tmp_t 
++.B devicekit_tmp_t
 +.EE
 +
 +- Set files with the devicekit_tmp_t type, if you want to store devicekit temporary files in the /tmp directories.
@@ -20987,7 +21143,7 @@ index 0000000..b4c4180
 +
 +.EX
 +.PP
-+.B devicekit_var_lib_t 
++.B devicekit_var_lib_t
 +.EE
 +
 +- Set files with the devicekit_var_lib_t type, if you want to store the devicekit files under the /var/lib directory.
@@ -20995,7 +21151,7 @@ index 0000000..b4c4180
 +
 +.EX
 +.PP
-+.B devicekit_var_log_t 
++.B devicekit_var_log_t
 +.EE
 +
 +- Set files with the devicekit_var_log_t type, if you want to treat the data as devicekit var log data, usually stored under the /var/log directory.
@@ -21003,15 +21159,15 @@ index 0000000..b4c4180
 +
 +.EX
 +.PP
-+.B devicekit_var_run_t 
++.B devicekit_var_run_t
 +.EE
 +
 +- Set files with the devicekit_var_run_t type, if you want to store the devicekit files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -21061,13 +21217,13 @@ index 0000000..b4c4180
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), devicekit(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -21075,18 +21231,18 @@ index 0000000..b4c4180
 \ No newline at end of file
 diff --git a/man/man8/dhcpc_selinux.8 b/man/man8/dhcpc_selinux.8
 new file mode 100644
-index 0000000..40f66b2
+index 0000000..b0c446f
 --- /dev/null
 +++ b/man/man8/dhcpc_selinux.8
 @@ -0,0 +1,256 @@
-+.TH  "dhcpc_selinux"  "8"  "12-10-19" "dhcpc" "SELinux Policy documentation for dhcpc"
++.TH  "dhcpc_selinux"  "8"  "12-11-01" "dhcpc" "SELinux Policy documentation for dhcpc"
 +.SH "NAME"
 +dhcpc_selinux \- Security Enhanced Linux Policy for the dhcpc processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dhcpc processes via flexible mandatory access control.
 +
-+The dhcpc processes execute with the dhcpc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dhcpc processes execute with the dhcpc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -21103,17 +21259,17 @@ index 0000000..40f66b2
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dhcpc policy is very flexible allowing users to setup their dhcpc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dhcpc:
 +
 +.EX
-+.B dhcpc_t 
++.B dhcpc_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -21135,19 +21291,19 @@ index 0000000..40f66b2
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dhcpc policy is very flexible allowing users to setup their dhcpc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dhcpc:
 +
 +
 +.EX
 +.PP
-+.B dhcpc_exec_t 
++.B dhcpc_exec_t
 +.EE
 +
 +- Set files with the dhcpc_exec_t type, if you want to transition an executable to the dhcpc_t domain.
@@ -21155,7 +21311,7 @@ index 0000000..40f66b2
 +
 +.EX
 +.PP
-+.B dhcpc_helper_exec_t 
++.B dhcpc_helper_exec_t
 +.EE
 +
 +- Set files with the dhcpc_helper_exec_t type, if you want to transition an executable to the dhcpc_helper_t domain.
@@ -21163,7 +21319,7 @@ index 0000000..40f66b2
 +
 +.EX
 +.PP
-+.B dhcpc_state_t 
++.B dhcpc_state_t
 +.EE
 +
 +- Set files with the dhcpc_state_t type, if you want to treat the files as dhcpc state data.
@@ -21171,7 +21327,7 @@ index 0000000..40f66b2
 +
 +.EX
 +.PP
-+.B dhcpc_tmp_t 
++.B dhcpc_tmp_t
 +.EE
 +
 +- Set files with the dhcpc_tmp_t type, if you want to store dhcpc temporary files in the /tmp directories.
@@ -21179,35 +21335,35 @@ index 0000000..40f66b2
 +
 +.EX
 +.PP
-+.B dhcpc_var_run_t 
++.B dhcpc_var_run_t
 +.EE
 +
 +- Set files with the dhcpc_var_run_t type, if you want to store the dhcpc files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux dhcpc policy is very flexible allowing users to setup their dhcpc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for dhcpc:
 +
 +.EX
 +.TP 5
-+.B dhcpc_port_t 
++.B dhcpc_port_t
 +.TP 10
 +.EE
 +
@@ -21324,13 +21480,13 @@ index 0000000..40f66b2
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dhcpc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -21338,18 +21494,18 @@ index 0000000..40f66b2
 \ No newline at end of file
 diff --git a/man/man8/dhcpd_selinux.8 b/man/man8/dhcpd_selinux.8
 new file mode 100644
-index 0000000..b3f99c5
+index 0000000..73cc04d
 --- /dev/null
 +++ b/man/man8/dhcpd_selinux.8
 @@ -0,0 +1,239 @@
-+.TH  "dhcpd_selinux"  "8"  "12-10-19" "dhcpd" "SELinux Policy documentation for dhcpd"
++.TH  "dhcpd_selinux"  "8"  "12-11-01" "dhcpd" "SELinux Policy documentation for dhcpd"
 +.SH "NAME"
 +dhcpd_selinux \- Security Enhanced Linux Policy for the dhcpd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dhcpd processes via flexible mandatory access control.
 +
-+The dhcpd processes execute with the dhcpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dhcpd processes execute with the dhcpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -21366,17 +21522,17 @@ index 0000000..b3f99c5
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dhcpd policy is very flexible allowing users to setup their dhcpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dhcpd:
 +
 +.EX
-+.B dhcpc_t, dhcpd_t 
++.B dhcpc_t, dhcpd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -21412,19 +21568,19 @@ index 0000000..b3f99c5
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dhcpd policy is very flexible allowing users to setup their dhcpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dhcpd:
 +
 +
 +.EX
 +.PP
-+.B dhcpd_exec_t 
++.B dhcpd_exec_t
 +.EE
 +
 +- Set files with the dhcpd_exec_t type, if you want to transition an executable to the dhcpd_t domain.
@@ -21432,7 +21588,7 @@ index 0000000..b3f99c5
 +
 +.EX
 +.PP
-+.B dhcpd_initrc_exec_t 
++.B dhcpd_initrc_exec_t
 +.EE
 +
 +- Set files with the dhcpd_initrc_exec_t type, if you want to transition an executable to the dhcpd_initrc_t domain.
@@ -21440,7 +21596,7 @@ index 0000000..b3f99c5
 +
 +.EX
 +.PP
-+.B dhcpd_state_t 
++.B dhcpd_state_t
 +.EE
 +
 +- Set files with the dhcpd_state_t type, if you want to treat the files as dhcpd state data.
@@ -21448,7 +21604,7 @@ index 0000000..b3f99c5
 +
 +.EX
 +.PP
-+.B dhcpd_tmp_t 
++.B dhcpd_tmp_t
 +.EE
 +
 +- Set files with the dhcpd_tmp_t type, if you want to store dhcpd temporary files in the /tmp directories.
@@ -21456,7 +21612,7 @@ index 0000000..b3f99c5
 +
 +.EX
 +.PP
-+.B dhcpd_unit_file_t 
++.B dhcpd_unit_file_t
 +.EE
 +
 +- Set files with the dhcpd_unit_file_t type, if you want to treat the files as dhcpd unit content.
@@ -21464,35 +21620,35 @@ index 0000000..b3f99c5
 +
 +.EX
 +.PP
-+.B dhcpd_var_run_t 
++.B dhcpd_var_run_t
 +.EE
 +
 +- Set files with the dhcpd_var_run_t type, if you want to store the dhcpd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux dhcpd policy is very flexible allowing users to setup their dhcpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for dhcpd:
 +
 +.EX
 +.TP 5
-+.B dhcpc_port_t 
++.B dhcpc_port_t
 +.TP 10
 +.EE
 +
@@ -21505,7 +21661,7 @@ index 0000000..b3f99c5
 +
 +.EX
 +.TP 5
-+.B dhcpd_port_t 
++.B dhcpd_port_t
 +.TP 10
 +.EE
 +
@@ -21570,13 +21726,13 @@ index 0000000..b3f99c5
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dhcpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -21584,18 +21740,18 @@ index 0000000..b3f99c5
 \ No newline at end of file
 diff --git a/man/man8/dictd_selinux.8 b/man/man8/dictd_selinux.8
 new file mode 100644
-index 0000000..5adc311
+index 0000000..cb1309a
 --- /dev/null
 +++ b/man/man8/dictd_selinux.8
 @@ -0,0 +1,168 @@
-+.TH  "dictd_selinux"  "8"  "12-10-19" "dictd" "SELinux Policy documentation for dictd"
++.TH  "dictd_selinux"  "8"  "12-11-01" "dictd" "SELinux Policy documentation for dictd"
 +.SH "NAME"
 +dictd_selinux \- Security Enhanced Linux Policy for the dictd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dictd processes via flexible mandatory access control.
 +
-+The dictd processes execute with the dictd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dictd processes execute with the dictd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -21612,33 +21768,33 @@ index 0000000..5adc311
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dictd policy is very flexible allowing users to setup their dictd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dictd:
 +
 +.EX
-+.B dictd_t 
++.B dictd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dictd policy is very flexible allowing users to setup their dictd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dictd:
 +
 +
 +.EX
 +.PP
-+.B dictd_etc_t 
++.B dictd_etc_t
 +.EE
 +
 +- Set files with the dictd_etc_t type, if you want to store dictd files in the /etc directories.
@@ -21646,7 +21802,7 @@ index 0000000..5adc311
 +
 +.EX
 +.PP
-+.B dictd_exec_t 
++.B dictd_exec_t
 +.EE
 +
 +- Set files with the dictd_exec_t type, if you want to transition an executable to the dictd_t domain.
@@ -21654,7 +21810,7 @@ index 0000000..5adc311
 +
 +.EX
 +.PP
-+.B dictd_initrc_exec_t 
++.B dictd_initrc_exec_t
 +.EE
 +
 +- Set files with the dictd_initrc_exec_t type, if you want to transition an executable to the dictd_initrc_t domain.
@@ -21662,7 +21818,7 @@ index 0000000..5adc311
 +
 +.EX
 +.PP
-+.B dictd_var_lib_t 
++.B dictd_var_lib_t
 +.EE
 +
 +- Set files with the dictd_var_lib_t type, if you want to store the dictd files under the /var/lib directory.
@@ -21670,35 +21826,35 @@ index 0000000..5adc311
 +
 +.EX
 +.PP
-+.B dictd_var_run_t 
++.B dictd_var_run_t
 +.EE
 +
 +- Set files with the dictd_var_run_t type, if you want to store the dictd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux dictd policy is very flexible allowing users to setup their dictd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for dictd:
 +
 +.EX
 +.TP 5
-+.B dict_port_t 
++.B dict_port_t
 +.TP 10
 +.EE
 +
@@ -21746,30 +21902,30 @@ index 0000000..5adc311
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dictd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/dirsrv_selinux.8 b/man/man8/dirsrv_selinux.8
 new file mode 100644
-index 0000000..edc0973
+index 0000000..301dd74
 --- /dev/null
 +++ b/man/man8/dirsrv_selinux.8
 @@ -0,0 +1,333 @@
-+.TH  "dirsrv_selinux"  "8"  "12-10-19" "dirsrv" "SELinux Policy documentation for dirsrv"
++.TH  "dirsrv_selinux"  "8"  "12-11-01" "dirsrv" "SELinux Policy documentation for dirsrv"
 +.SH "NAME"
 +dirsrv_selinux \- Security Enhanced Linux Policy for the dirsrv processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dirsrv processes via flexible mandatory access control.
 +
-+The dirsrv processes execute with the dirsrv_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dirsrv processes execute with the dirsrv_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -21786,33 +21942,33 @@ index 0000000..edc0973
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dirsrv policy is very flexible allowing users to setup their dirsrv processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dirsrv:
 +
 +.EX
-+.B dirsrvadmin_unconfined_script_t, dirsrv_snmp_t, dirsrvadmin_t, dirsrv_t 
++.B dirsrvadmin_unconfined_script_t, dirsrv_snmp_t, dirsrvadmin_t, dirsrv_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dirsrv policy is very flexible allowing users to setup their dirsrv processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dirsrv:
 +
 +
 +.EX
 +.PP
-+.B dirsrv_config_t 
++.B dirsrv_config_t
 +.EE
 +
 +- Set files with the dirsrv_config_t type, if you want to treat the files as dirsrv configuration data, usually stored under the /etc directory.
@@ -21820,7 +21976,7 @@ index 0000000..edc0973
 +
 +.EX
 +.PP
-+.B dirsrv_exec_t 
++.B dirsrv_exec_t
 +.EE
 +
 +- Set files with the dirsrv_exec_t type, if you want to transition an executable to the dirsrv_t domain.
@@ -21828,7 +21984,7 @@ index 0000000..edc0973
 +
 +.EX
 +.PP
-+.B dirsrv_share_t 
++.B dirsrv_share_t
 +.EE
 +
 +- Set files with the dirsrv_share_t type, if you want to treat the files as dirsrv share data.
@@ -21836,7 +21992,7 @@ index 0000000..edc0973
 +
 +.EX
 +.PP
-+.B dirsrv_snmp_exec_t 
++.B dirsrv_snmp_exec_t
 +.EE
 +
 +- Set files with the dirsrv_snmp_exec_t type, if you want to transition an executable to the dirsrv_snmp_t domain.
@@ -21844,7 +22000,7 @@ index 0000000..edc0973
 +
 +.EX
 +.PP
-+.B dirsrv_snmp_var_log_t 
++.B dirsrv_snmp_var_log_t
 +.EE
 +
 +- Set files with the dirsrv_snmp_var_log_t type, if you want to treat the data as dirsrv snmp var log data, usually stored under the /var/log directory.
@@ -21852,7 +22008,7 @@ index 0000000..edc0973
 +
 +.EX
 +.PP
-+.B dirsrv_snmp_var_run_t 
++.B dirsrv_snmp_var_run_t
 +.EE
 +
 +- Set files with the dirsrv_snmp_var_run_t type, if you want to store the dirsrv snmp files under the /run directory.
@@ -21860,7 +22016,7 @@ index 0000000..edc0973
 +
 +.EX
 +.PP
-+.B dirsrv_tmp_t 
++.B dirsrv_tmp_t
 +.EE
 +
 +- Set files with the dirsrv_tmp_t type, if you want to store dirsrv temporary files in the /tmp directories.
@@ -21868,7 +22024,7 @@ index 0000000..edc0973
 +
 +.EX
 +.PP
-+.B dirsrv_tmpfs_t 
++.B dirsrv_tmpfs_t
 +.EE
 +
 +- Set files with the dirsrv_tmpfs_t type, if you want to store dirsrv files on a tmpfs file system.
@@ -21876,7 +22032,7 @@ index 0000000..edc0973
 +
 +.EX
 +.PP
-+.B dirsrv_var_lib_t 
++.B dirsrv_var_lib_t
 +.EE
 +
 +- Set files with the dirsrv_var_lib_t type, if you want to store the dirsrv files under the /var/lib directory.
@@ -21884,7 +22040,7 @@ index 0000000..edc0973
 +
 +.EX
 +.PP
-+.B dirsrv_var_lock_t 
++.B dirsrv_var_lock_t
 +.EE
 +
 +- Set files with the dirsrv_var_lock_t type, if you want to treat the files as dirsrv var lock data, stored under the /var/lock directory
@@ -21892,7 +22048,7 @@ index 0000000..edc0973
 +
 +.EX
 +.PP
-+.B dirsrv_var_log_t 
++.B dirsrv_var_log_t
 +.EE
 +
 +- Set files with the dirsrv_var_log_t type, if you want to treat the data as dirsrv var log data, usually stored under the /var/log directory.
@@ -21900,7 +22056,7 @@ index 0000000..edc0973
 +
 +.EX
 +.PP
-+.B dirsrv_var_run_t 
++.B dirsrv_var_run_t
 +.EE
 +
 +- Set files with the dirsrv_var_run_t type, if you want to store the dirsrv files under the /run directory.
@@ -21908,7 +22064,7 @@ index 0000000..edc0973
 +
 +.EX
 +.PP
-+.B dirsrvadmin_config_t 
++.B dirsrvadmin_config_t
 +.EE
 +
 +- Set files with the dirsrvadmin_config_t type, if you want to treat the files as dirsrvadmin configuration data, usually stored under the /etc directory.
@@ -21916,7 +22072,7 @@ index 0000000..edc0973
 +
 +.EX
 +.PP
-+.B dirsrvadmin_exec_t 
++.B dirsrvadmin_exec_t
 +.EE
 +
 +- Set files with the dirsrvadmin_exec_t type, if you want to transition an executable to the dirsrvadmin_t domain.
@@ -21924,7 +22080,7 @@ index 0000000..edc0973
 +
 +.EX
 +.PP
-+.B dirsrvadmin_lock_t 
++.B dirsrvadmin_lock_t
 +.EE
 +
 +- Set files with the dirsrvadmin_lock_t type, if you want to treat the files as dirsrvadmin lock data, stored under the /var/lock directory
@@ -21932,7 +22088,7 @@ index 0000000..edc0973
 +
 +.EX
 +.PP
-+.B dirsrvadmin_tmp_t 
++.B dirsrvadmin_tmp_t
 +.EE
 +
 +- Set files with the dirsrvadmin_tmp_t type, if you want to store dirsrvadmin temporary files in the /tmp directories.
@@ -21940,15 +22096,15 @@ index 0000000..edc0973
 +
 +.EX
 +.PP
-+.B dirsrvadmin_unconfined_script_exec_t 
++.B dirsrvadmin_unconfined_script_exec_t
 +.EE
 +
 +- Set files with the dirsrvadmin_unconfined_script_exec_t type, if you want to transition an executable to the dirsrvadmin_unconfined_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -22084,13 +22240,13 @@ index 0000000..edc0973
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dirsrv(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -22098,18 +22254,18 @@ index 0000000..edc0973
 \ No newline at end of file
 diff --git a/man/man8/dirsrv_snmp_selinux.8 b/man/man8/dirsrv_snmp_selinux.8
 new file mode 100644
-index 0000000..31827a0
+index 0000000..658d718
 --- /dev/null
 +++ b/man/man8/dirsrv_snmp_selinux.8
 @@ -0,0 +1,137 @@
-+.TH  "dirsrv_snmp_selinux"  "8"  "12-10-19" "dirsrv_snmp" "SELinux Policy documentation for dirsrv_snmp"
++.TH  "dirsrv_snmp_selinux"  "8"  "12-11-01" "dirsrv_snmp" "SELinux Policy documentation for dirsrv_snmp"
 +.SH "NAME"
 +dirsrv_snmp_selinux \- Security Enhanced Linux Policy for the dirsrv_snmp processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dirsrv_snmp processes via flexible mandatory access control.
 +
-+The dirsrv_snmp processes execute with the dirsrv_snmp_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dirsrv_snmp processes execute with the dirsrv_snmp_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -22126,33 +22282,33 @@ index 0000000..31827a0
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dirsrv_snmp policy is very flexible allowing users to setup their dirsrv_snmp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dirsrv_snmp:
 +
 +.EX
-+.B dirsrv_snmp_t 
++.B dirsrv_snmp_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dirsrv_snmp policy is very flexible allowing users to setup their dirsrv_snmp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dirsrv_snmp:
 +
 +
 +.EX
 +.PP
-+.B dirsrv_snmp_exec_t 
++.B dirsrv_snmp_exec_t
 +.EE
 +
 +- Set files with the dirsrv_snmp_exec_t type, if you want to transition an executable to the dirsrv_snmp_t domain.
@@ -22160,7 +22316,7 @@ index 0000000..31827a0
 +
 +.EX
 +.PP
-+.B dirsrv_snmp_var_log_t 
++.B dirsrv_snmp_var_log_t
 +.EE
 +
 +- Set files with the dirsrv_snmp_var_log_t type, if you want to treat the data as dirsrv snmp var log data, usually stored under the /var/log directory.
@@ -22168,15 +22324,15 @@ index 0000000..31827a0
 +
 +.EX
 +.PP
-+.B dirsrv_snmp_var_run_t 
++.B dirsrv_snmp_var_run_t
 +.EE
 +
 +- Set files with the dirsrv_snmp_var_run_t type, if you want to store the dirsrv snmp files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -22228,13 +22384,13 @@ index 0000000..31827a0
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dirsrv_snmp(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -22242,18 +22398,18 @@ index 0000000..31827a0
 \ No newline at end of file
 diff --git a/man/man8/dirsrvadmin_selinux.8 b/man/man8/dirsrvadmin_selinux.8
 new file mode 100644
-index 0000000..a543979
+index 0000000..02df63f
 --- /dev/null
 +++ b/man/man8/dirsrvadmin_selinux.8
 @@ -0,0 +1,127 @@
-+.TH  "dirsrvadmin_selinux"  "8"  "12-10-19" "dirsrvadmin" "SELinux Policy documentation for dirsrvadmin"
++.TH  "dirsrvadmin_selinux"  "8"  "12-11-01" "dirsrvadmin" "SELinux Policy documentation for dirsrvadmin"
 +.SH "NAME"
 +dirsrvadmin_selinux \- Security Enhanced Linux Policy for the dirsrvadmin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dirsrvadmin processes via flexible mandatory access control.
 +
-+The dirsrvadmin processes execute with the dirsrvadmin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dirsrvadmin processes execute with the dirsrvadmin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -22270,33 +22426,33 @@ index 0000000..a543979
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dirsrvadmin policy is very flexible allowing users to setup their dirsrvadmin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dirsrvadmin:
 +
 +.EX
-+.B dirsrvadmin_unconfined_script_t, dirsrvadmin_t 
++.B dirsrvadmin_unconfined_script_t, dirsrvadmin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dirsrvadmin policy is very flexible allowing users to setup their dirsrvadmin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dirsrvadmin:
 +
 +
 +.EX
 +.PP
-+.B dirsrvadmin_config_t 
++.B dirsrvadmin_config_t
 +.EE
 +
 +- Set files with the dirsrvadmin_config_t type, if you want to treat the files as dirsrvadmin configuration data, usually stored under the /etc directory.
@@ -22304,7 +22460,7 @@ index 0000000..a543979
 +
 +.EX
 +.PP
-+.B dirsrvadmin_exec_t 
++.B dirsrvadmin_exec_t
 +.EE
 +
 +- Set files with the dirsrvadmin_exec_t type, if you want to transition an executable to the dirsrvadmin_t domain.
@@ -22312,7 +22468,7 @@ index 0000000..a543979
 +
 +.EX
 +.PP
-+.B dirsrvadmin_lock_t 
++.B dirsrvadmin_lock_t
 +.EE
 +
 +- Set files with the dirsrvadmin_lock_t type, if you want to treat the files as dirsrvadmin lock data, stored under the /var/lock directory
@@ -22320,7 +22476,7 @@ index 0000000..a543979
 +
 +.EX
 +.PP
-+.B dirsrvadmin_tmp_t 
++.B dirsrvadmin_tmp_t
 +.EE
 +
 +- Set files with the dirsrvadmin_tmp_t type, if you want to store dirsrvadmin temporary files in the /tmp directories.
@@ -22328,15 +22484,15 @@ index 0000000..a543979
 +
 +.EX
 +.PP
-+.B dirsrvadmin_unconfined_script_exec_t 
++.B dirsrvadmin_unconfined_script_exec_t
 +.EE
 +
 +- Set files with the dirsrvadmin_unconfined_script_exec_t type, if you want to transition an executable to the dirsrvadmin_unconfined_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -22362,13 +22518,13 @@ index 0000000..a543979
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dirsrvadmin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -22376,18 +22532,18 @@ index 0000000..a543979
 \ No newline at end of file
 diff --git a/man/man8/dirsrvadmin_unconfined_script_selinux.8 b/man/man8/dirsrvadmin_unconfined_script_selinux.8
 new file mode 100644
-index 0000000..0196a82
+index 0000000..bd60dd5
 --- /dev/null
 +++ b/man/man8/dirsrvadmin_unconfined_script_selinux.8
 @@ -0,0 +1,127 @@
-+.TH  "dirsrvadmin_unconfined_script_selinux"  "8"  "12-10-19" "dirsrvadmin_unconfined_script" "SELinux Policy documentation for dirsrvadmin_unconfined_script"
++.TH  "dirsrvadmin_unconfined_script_selinux"  "8"  "12-11-01" "dirsrvadmin_unconfined_script" "SELinux Policy documentation for dirsrvadmin_unconfined_script"
 +.SH "NAME"
 +dirsrvadmin_unconfined_script_selinux \- Security Enhanced Linux Policy for the dirsrvadmin_unconfined_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dirsrvadmin_unconfined_script processes via flexible mandatory access control.
 +
-+The dirsrvadmin_unconfined_script processes execute with the dirsrvadmin_unconfined_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dirsrvadmin_unconfined_script processes execute with the dirsrvadmin_unconfined_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -22404,41 +22560,41 @@ index 0000000..0196a82
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dirsrvadmin_unconfined_script policy is very flexible allowing users to setup their dirsrvadmin_unconfined_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dirsrvadmin_unconfined_script:
 +
 +.EX
-+.B dirsrvadmin_unconfined_script_t 
++.B dirsrvadmin_unconfined_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dirsrvadmin_unconfined_script policy is very flexible allowing users to setup their dirsrvadmin_unconfined_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dirsrvadmin_unconfined_script:
 +
 +
 +.EX
 +.PP
-+.B dirsrvadmin_unconfined_script_exec_t 
++.B dirsrvadmin_unconfined_script_exec_t
 +.EE
 +
 +- Set files with the dirsrvadmin_unconfined_script_exec_t type, if you want to transition an executable to the dirsrvadmin_unconfined_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -22496,13 +22652,13 @@ index 0000000..0196a82
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dirsrvadmin_unconfined_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -22510,18 +22666,18 @@ index 0000000..0196a82
 \ No newline at end of file
 diff --git a/man/man8/disk_munin_plugin_selinux.8 b/man/man8/disk_munin_plugin_selinux.8
 new file mode 100644
-index 0000000..0d7ad51
+index 0000000..1679709
 --- /dev/null
 +++ b/man/man8/disk_munin_plugin_selinux.8
 @@ -0,0 +1,114 @@
-+.TH  "disk_munin_plugin_selinux"  "8"  "12-10-19" "disk_munin_plugin" "SELinux Policy documentation for disk_munin_plugin"
++.TH  "disk_munin_plugin_selinux"  "8"  "12-11-01" "disk_munin_plugin" "SELinux Policy documentation for disk_munin_plugin"
 +.SH "NAME"
 +disk_munin_plugin_selinux \- Security Enhanced Linux Policy for the disk_munin_plugin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the disk_munin_plugin processes via flexible mandatory access control.
 +
-+The disk_munin_plugin processes execute with the disk_munin_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The disk_munin_plugin processes execute with the disk_munin_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -22538,33 +22694,33 @@ index 0000000..0d7ad51
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux disk_munin_plugin policy is very flexible allowing users to setup their disk_munin_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for disk_munin_plugin:
 +
 +.EX
-+.B disk_munin_plugin_t 
++.B disk_munin_plugin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux disk_munin_plugin policy is very flexible allowing users to setup their disk_munin_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for disk_munin_plugin:
 +
 +
 +.EX
 +.PP
-+.B disk_munin_plugin_exec_t 
++.B disk_munin_plugin_exec_t
 +.EE
 +
 +- Set files with the disk_munin_plugin_exec_t type, if you want to transition an executable to the disk_munin_plugin_t domain.
@@ -22572,15 +22728,15 @@ index 0000000..0d7ad51
 +
 +.EX
 +.PP
-+.B disk_munin_plugin_tmp_t 
++.B disk_munin_plugin_tmp_t
 +.EE
 +
 +- Set files with the disk_munin_plugin_tmp_t type, if you want to store disk munin plugin temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -22618,30 +22774,30 @@ index 0000000..0d7ad51
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), disk_munin_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/dkim_milter_selinux.8 b/man/man8/dkim_milter_selinux.8
 new file mode 100644
-index 0000000..d337d76
+index 0000000..813e538
 --- /dev/null
 +++ b/man/man8/dkim_milter_selinux.8
-@@ -0,0 +1,128 @@
-+.TH  "dkim_milter_selinux"  "8"  "12-10-19" "dkim_milter" "SELinux Policy documentation for dkim_milter"
+@@ -0,0 +1,132 @@
++.TH  "dkim_milter_selinux"  "8"  "12-11-01" "dkim_milter" "SELinux Policy documentation for dkim_milter"
 +.SH "NAME"
 +dkim_milter_selinux \- Security Enhanced Linux Policy for the dkim_milter processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dkim_milter processes via flexible mandatory access control.
 +
-+The dkim_milter processes execute with the dkim_milter_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dkim_milter processes execute with the dkim_milter_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -22652,39 +22808,39 @@ index 0000000..d337d76
 +
 +The dkim_milter_t SELinux type can be entered via the "dkim_milter_exec_t" file type.  The default entrypoint paths for the dkim_milter_t domain are the following:"
 +
-+/usr/sbin/dkim-filter
++/usr/sbin/opendkim, /usr/sbin/dkim-filter
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dkim_milter policy is very flexible allowing users to setup their dkim_milter processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dkim_milter:
 +
 +.EX
-+.B dkim_milter_t 
++.B dkim_milter_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dkim_milter policy is very flexible allowing users to setup their dkim_milter processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dkim_milter:
 +
 +
 +.EX
 +.PP
-+.B dkim_milter_data_t 
++.B dkim_milter_data_t
 +.EE
 +
 +- Set files with the dkim_milter_data_t type, if you want to treat the files as dkim milter content.
@@ -22692,7 +22848,7 @@ index 0000000..d337d76
 +
 +.EX
 +.PP
-+.B dkim_milter_exec_t 
++.B dkim_milter_exec_t
 +.EE
 +
 +- Set files with the dkim_milter_exec_t type, if you want to transition an executable to the dkim_milter_t domain.
@@ -22700,15 +22856,15 @@ index 0000000..d337d76
 +
 +.EX
 +.PP
-+.B dkim_milter_private_key_t 
++.B dkim_milter_private_key_t
 +.EE
 +
 +- Set files with the dkim_milter_private_key_t type, if you want to treat the files as dkim milter private key data.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -22720,6 +22876,10 @@ index 0000000..d337d76
 +.br
 +.B dkim_milter_data_t
 +
++	/var/run/opendkim(/.*)?
++.br
++	/var/spool/opendkim(/.*)?
++.br
 +	/var/lib/dkim-milter(/.*)?
 +.br
 +	/var/run/dkim-milter(/.*)?
@@ -22752,30 +22912,30 @@ index 0000000..d337d76
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dkim_milter(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/dlm_controld_selinux.8 b/man/man8/dlm_controld_selinux.8
 new file mode 100644
-index 0000000..1767191
+index 0000000..25e4869
 --- /dev/null
 +++ b/man/man8/dlm_controld_selinux.8
 @@ -0,0 +1,168 @@
-+.TH  "dlm_controld_selinux"  "8"  "12-10-19" "dlm_controld" "SELinux Policy documentation for dlm_controld"
++.TH  "dlm_controld_selinux"  "8"  "12-11-01" "dlm_controld" "SELinux Policy documentation for dlm_controld"
 +.SH "NAME"
 +dlm_controld_selinux \- Security Enhanced Linux Policy for the dlm_controld processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dlm_controld processes via flexible mandatory access control.
 +
-+The dlm_controld processes execute with the dlm_controld_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dlm_controld processes execute with the dlm_controld_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -22792,33 +22952,33 @@ index 0000000..1767191
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dlm_controld policy is very flexible allowing users to setup their dlm_controld processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dlm_controld:
 +
 +.EX
-+.B dlm_controld_t 
++.B dlm_controld_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dlm_controld policy is very flexible allowing users to setup their dlm_controld processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dlm_controld:
 +
 +
 +.EX
 +.PP
-+.B dlm_controld_exec_t 
++.B dlm_controld_exec_t
 +.EE
 +
 +- Set files with the dlm_controld_exec_t type, if you want to transition an executable to the dlm_controld_t domain.
@@ -22826,7 +22986,7 @@ index 0000000..1767191
 +
 +.EX
 +.PP
-+.B dlm_controld_tmpfs_t 
++.B dlm_controld_tmpfs_t
 +.EE
 +
 +- Set files with the dlm_controld_tmpfs_t type, if you want to store dlm controld files on a tmpfs file system.
@@ -22834,7 +22994,7 @@ index 0000000..1767191
 +
 +.EX
 +.PP
-+.B dlm_controld_var_log_t 
++.B dlm_controld_var_log_t
 +.EE
 +
 +- Set files with the dlm_controld_var_log_t type, if you want to treat the data as dlm controld var log data, usually stored under the /var/log directory.
@@ -22842,15 +23002,15 @@ index 0000000..1767191
 +
 +.EX
 +.PP
-+.B dlm_controld_var_run_t 
++.B dlm_controld_var_run_t
 +.EE
 +
 +- Set files with the dlm_controld_var_run_t type, if you want to store the dlm controld files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -22926,30 +23086,30 @@ index 0000000..1767191
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dlm_controld(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/dmesg_selinux.8 b/man/man8/dmesg_selinux.8
 new file mode 100644
-index 0000000..b948f37
+index 0000000..c7d7b6d
 --- /dev/null
 +++ b/man/man8/dmesg_selinux.8
 @@ -0,0 +1,136 @@
-+.TH  "dmesg_selinux"  "8"  "12-10-19" "dmesg" "SELinux Policy documentation for dmesg"
++.TH  "dmesg_selinux"  "8"  "12-11-01" "dmesg" "SELinux Policy documentation for dmesg"
 +.SH "NAME"
 +dmesg_selinux \- Security Enhanced Linux Policy for the dmesg processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dmesg processes via flexible mandatory access control.
 +
-+The dmesg processes execute with the dmesg_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dmesg processes execute with the dmesg_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -22966,41 +23126,41 @@ index 0000000..b948f37
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dmesg policy is very flexible allowing users to setup their dmesg processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dmesg:
 +
 +.EX
-+.B dmesg_t 
++.B dmesg_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dmesg policy is very flexible allowing users to setup their dmesg processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dmesg:
 +
 +
 +.EX
 +.PP
-+.B dmesg_exec_t 
++.B dmesg_exec_t
 +.EE
 +
 +- Set files with the dmesg_exec_t type, if you want to transition an executable to the dmesg_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -23068,30 +23228,30 @@ index 0000000..b948f37
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dmesg(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/dmidecode_selinux.8 b/man/man8/dmidecode_selinux.8
 new file mode 100644
-index 0000000..d904928
+index 0000000..e29cd1c
 --- /dev/null
 +++ b/man/man8/dmidecode_selinux.8
 @@ -0,0 +1,86 @@
-+.TH  "dmidecode_selinux"  "8"  "12-10-19" "dmidecode" "SELinux Policy documentation for dmidecode"
++.TH  "dmidecode_selinux"  "8"  "12-11-01" "dmidecode" "SELinux Policy documentation for dmidecode"
 +.SH "NAME"
 +dmidecode_selinux \- Security Enhanced Linux Policy for the dmidecode processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dmidecode processes via flexible mandatory access control.
 +
-+The dmidecode processes execute with the dmidecode_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dmidecode processes execute with the dmidecode_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -23108,41 +23268,41 @@ index 0000000..d904928
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dmidecode policy is very flexible allowing users to setup their dmidecode processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dmidecode:
 +
 +.EX
-+.B dmidecode_t 
++.B dmidecode_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dmidecode policy is very flexible allowing users to setup their dmidecode processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dmidecode:
 +
 +
 +.EX
 +.PP
-+.B dmidecode_exec_t 
++.B dmidecode_exec_t
 +.EE
 +
 +- Set files with the dmidecode_exec_t type, if you want to transition an executable to the dmidecode_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -23160,30 +23320,30 @@ index 0000000..d904928
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dmidecode(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/dnsmasq_selinux.8 b/man/man8/dnsmasq_selinux.8
 new file mode 100644
-index 0000000..6e2278f
+index 0000000..5a65f36
 --- /dev/null
 +++ b/man/man8/dnsmasq_selinux.8
 @@ -0,0 +1,200 @@
-+.TH  "dnsmasq_selinux"  "8"  "12-10-19" "dnsmasq" "SELinux Policy documentation for dnsmasq"
++.TH  "dnsmasq_selinux"  "8"  "12-11-01" "dnsmasq" "SELinux Policy documentation for dnsmasq"
 +.SH "NAME"
 +dnsmasq_selinux \- Security Enhanced Linux Policy for the dnsmasq processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dnsmasq processes via flexible mandatory access control.
 +
-+The dnsmasq processes execute with the dnsmasq_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dnsmasq processes execute with the dnsmasq_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -23200,33 +23360,33 @@ index 0000000..6e2278f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dnsmasq policy is very flexible allowing users to setup their dnsmasq processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dnsmasq:
 +
 +.EX
-+.B dnsmasq_t 
++.B dnsmasq_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dnsmasq policy is very flexible allowing users to setup their dnsmasq processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dnsmasq:
 +
 +
 +.EX
 +.PP
-+.B dnsmasq_etc_t 
++.B dnsmasq_etc_t
 +.EE
 +
 +- Set files with the dnsmasq_etc_t type, if you want to store dnsmasq files in the /etc directories.
@@ -23234,7 +23394,7 @@ index 0000000..6e2278f
 +
 +.EX
 +.PP
-+.B dnsmasq_exec_t 
++.B dnsmasq_exec_t
 +.EE
 +
 +- Set files with the dnsmasq_exec_t type, if you want to transition an executable to the dnsmasq_t domain.
@@ -23242,7 +23402,7 @@ index 0000000..6e2278f
 +
 +.EX
 +.PP
-+.B dnsmasq_initrc_exec_t 
++.B dnsmasq_initrc_exec_t
 +.EE
 +
 +- Set files with the dnsmasq_initrc_exec_t type, if you want to transition an executable to the dnsmasq_initrc_t domain.
@@ -23250,7 +23410,7 @@ index 0000000..6e2278f
 +
 +.EX
 +.PP
-+.B dnsmasq_lease_t 
++.B dnsmasq_lease_t
 +.EE
 +
 +- Set files with the dnsmasq_lease_t type, if you want to treat the files as dnsmasq lease data.
@@ -23258,7 +23418,7 @@ index 0000000..6e2278f
 +
 +.EX
 +.PP
-+.B dnsmasq_unit_file_t 
++.B dnsmasq_unit_file_t
 +.EE
 +
 +- Set files with the dnsmasq_unit_file_t type, if you want to treat the files as dnsmasq unit content.
@@ -23266,7 +23426,7 @@ index 0000000..6e2278f
 +
 +.EX
 +.PP
-+.B dnsmasq_var_log_t 
++.B dnsmasq_var_log_t
 +.EE
 +
 +- Set files with the dnsmasq_var_log_t type, if you want to treat the data as dnsmasq var log data, usually stored under the /var/log directory.
@@ -23274,15 +23434,15 @@ index 0000000..6e2278f
 +
 +.EX
 +.PP
-+.B dnsmasq_var_run_t 
++.B dnsmasq_var_run_t
 +.EE
 +
 +- Set files with the dnsmasq_var_run_t type, if you want to store the dnsmasq files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -23366,30 +23526,30 @@ index 0000000..6e2278f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dnsmasq(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/dnssec_trigger_selinux.8 b/man/man8/dnssec_trigger_selinux.8
 new file mode 100644
-index 0000000..c2efe8f
+index 0000000..d5478bf
 --- /dev/null
 +++ b/man/man8/dnssec_trigger_selinux.8
 @@ -0,0 +1,130 @@
-+.TH  "dnssec_trigger_selinux"  "8"  "12-10-19" "dnssec_trigger" "SELinux Policy documentation for dnssec_trigger"
++.TH  "dnssec_trigger_selinux"  "8"  "12-11-01" "dnssec_trigger" "SELinux Policy documentation for dnssec_trigger"
 +.SH "NAME"
 +dnssec_trigger_selinux \- Security Enhanced Linux Policy for the dnssec_trigger processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dnssec_trigger processes via flexible mandatory access control.
 +
-+The dnssec_trigger processes execute with the dnssec_trigger_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dnssec_trigger processes execute with the dnssec_trigger_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -23406,33 +23566,33 @@ index 0000000..c2efe8f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dnssec_trigger policy is very flexible allowing users to setup their dnssec_trigger processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dnssec_trigger:
 +
 +.EX
-+.B dnssec_trigger_t 
++.B dnssec_trigger_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dnssec_trigger policy is very flexible allowing users to setup their dnssec_trigger processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dnssec_trigger:
 +
 +
 +.EX
 +.PP
-+.B dnssec_trigger_exec_t 
++.B dnssec_trigger_exec_t
 +.EE
 +
 +- Set files with the dnssec_trigger_exec_t type, if you want to transition an executable to the dnssec_trigger_t domain.
@@ -23440,15 +23600,15 @@ index 0000000..c2efe8f
 +
 +.EX
 +.PP
-+.B dnssec_trigger_var_run_t 
++.B dnssec_trigger_var_run_t
 +.EE
 +
 +- Set files with the dnssec_trigger_var_run_t type, if you want to store the dnssec trigger files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -23502,30 +23662,30 @@ index 0000000..c2efe8f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dnssec_trigger(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/dovecot_auth_selinux.8 b/man/man8/dovecot_auth_selinux.8
 new file mode 100644
-index 0000000..322f0bb
+index 0000000..6411b0a
 --- /dev/null
 +++ b/man/man8/dovecot_auth_selinux.8
 @@ -0,0 +1,155 @@
-+.TH  "dovecot_auth_selinux"  "8"  "12-10-19" "dovecot_auth" "SELinux Policy documentation for dovecot_auth"
++.TH  "dovecot_auth_selinux"  "8"  "12-11-01" "dovecot_auth" "SELinux Policy documentation for dovecot_auth"
 +.SH "NAME"
 +dovecot_auth_selinux \- Security Enhanced Linux Policy for the dovecot_auth processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dovecot_auth processes via flexible mandatory access control.
 +
-+The dovecot_auth processes execute with the dovecot_auth_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dovecot_auth processes execute with the dovecot_auth_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -23542,33 +23702,33 @@ index 0000000..322f0bb
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dovecot_auth policy is very flexible allowing users to setup their dovecot_auth processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dovecot_auth:
 +
 +.EX
-+.B dovecot_auth_t 
++.B dovecot_auth_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dovecot_auth policy is very flexible allowing users to setup their dovecot_auth processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dovecot_auth:
 +
 +
 +.EX
 +.PP
-+.B dovecot_auth_exec_t 
++.B dovecot_auth_exec_t
 +.EE
 +
 +- Set files with the dovecot_auth_exec_t type, if you want to transition an executable to the dovecot_auth_t domain.
@@ -23576,15 +23736,15 @@ index 0000000..322f0bb
 +
 +.EX
 +.PP
-+.B dovecot_auth_tmp_t 
++.B dovecot_auth_tmp_t
 +.EE
 +
 +- Set files with the dovecot_auth_tmp_t type, if you want to store dovecot auth temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -23662,13 +23822,13 @@ index 0000000..322f0bb
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dovecot_auth(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -23676,18 +23836,18 @@ index 0000000..322f0bb
 \ No newline at end of file
 diff --git a/man/man8/dovecot_deliver_selinux.8 b/man/man8/dovecot_deliver_selinux.8
 new file mode 100644
-index 0000000..d2ed590
+index 0000000..fa12a80
 --- /dev/null
 +++ b/man/man8/dovecot_deliver_selinux.8
 @@ -0,0 +1,157 @@
-+.TH  "dovecot_deliver_selinux"  "8"  "12-10-19" "dovecot_deliver" "SELinux Policy documentation for dovecot_deliver"
++.TH  "dovecot_deliver_selinux"  "8"  "12-11-01" "dovecot_deliver" "SELinux Policy documentation for dovecot_deliver"
 +.SH "NAME"
 +dovecot_deliver_selinux \- Security Enhanced Linux Policy for the dovecot_deliver processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dovecot_deliver processes via flexible mandatory access control.
 +
-+The dovecot_deliver processes execute with the dovecot_deliver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dovecot_deliver processes execute with the dovecot_deliver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -23704,33 +23864,33 @@ index 0000000..d2ed590
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dovecot_deliver policy is very flexible allowing users to setup their dovecot_deliver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dovecot_deliver:
 +
 +.EX
-+.B dovecot_deliver_t 
++.B dovecot_deliver_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dovecot_deliver policy is very flexible allowing users to setup their dovecot_deliver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dovecot_deliver:
 +
 +
 +.EX
 +.PP
-+.B dovecot_deliver_exec_t 
++.B dovecot_deliver_exec_t
 +.EE
 +
 +- Set files with the dovecot_deliver_exec_t type, if you want to transition an executable to the dovecot_deliver_t domain.
@@ -23738,15 +23898,15 @@ index 0000000..d2ed590
 +
 +.EX
 +.PP
-+.B dovecot_deliver_tmp_t 
++.B dovecot_deliver_tmp_t
 +.EE
 +
 +- Set files with the dovecot_deliver_tmp_t type, if you want to store dovecot deliver temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -23826,13 +23986,13 @@ index 0000000..d2ed590
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dovecot_deliver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -23840,18 +24000,18 @@ index 0000000..d2ed590
 \ No newline at end of file
 diff --git a/man/man8/dovecot_selinux.8 b/man/man8/dovecot_selinux.8
 new file mode 100644
-index 0000000..6930e39
+index 0000000..d61a836
 --- /dev/null
 +++ b/man/man8/dovecot_selinux.8
 @@ -0,0 +1,317 @@
-+.TH  "dovecot_selinux"  "8"  "12-10-19" "dovecot" "SELinux Policy documentation for dovecot"
++.TH  "dovecot_selinux"  "8"  "12-11-01" "dovecot" "SELinux Policy documentation for dovecot"
 +.SH "NAME"
 +dovecot_selinux \- Security Enhanced Linux Policy for the dovecot processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dovecot processes via flexible mandatory access control.
 +
-+The dovecot processes execute with the dovecot_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dovecot processes execute with the dovecot_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -23868,33 +24028,33 @@ index 0000000..6930e39
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dovecot policy is very flexible allowing users to setup their dovecot processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dovecot:
 +
 +.EX
-+.B dovecot_deliver_t, dovecot_auth_t, dovecot_t 
++.B dovecot_deliver_t, dovecot_auth_t, dovecot_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dovecot policy is very flexible allowing users to setup their dovecot processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dovecot:
 +
 +
 +.EX
 +.PP
-+.B dovecot_auth_exec_t 
++.B dovecot_auth_exec_t
 +.EE
 +
 +- Set files with the dovecot_auth_exec_t type, if you want to transition an executable to the dovecot_auth_t domain.
@@ -23902,7 +24062,7 @@ index 0000000..6930e39
 +
 +.EX
 +.PP
-+.B dovecot_auth_tmp_t 
++.B dovecot_auth_tmp_t
 +.EE
 +
 +- Set files with the dovecot_auth_tmp_t type, if you want to store dovecot auth temporary files in the /tmp directories.
@@ -23910,7 +24070,7 @@ index 0000000..6930e39
 +
 +.EX
 +.PP
-+.B dovecot_cert_t 
++.B dovecot_cert_t
 +.EE
 +
 +- Set files with the dovecot_cert_t type, if you want to treat the files as dovecot certificate data.
@@ -23918,7 +24078,7 @@ index 0000000..6930e39
 +
 +.EX
 +.PP
-+.B dovecot_deliver_exec_t 
++.B dovecot_deliver_exec_t
 +.EE
 +
 +- Set files with the dovecot_deliver_exec_t type, if you want to transition an executable to the dovecot_deliver_t domain.
@@ -23926,7 +24086,7 @@ index 0000000..6930e39
 +
 +.EX
 +.PP
-+.B dovecot_deliver_tmp_t 
++.B dovecot_deliver_tmp_t
 +.EE
 +
 +- Set files with the dovecot_deliver_tmp_t type, if you want to store dovecot deliver temporary files in the /tmp directories.
@@ -23934,7 +24094,7 @@ index 0000000..6930e39
 +
 +.EX
 +.PP
-+.B dovecot_etc_t 
++.B dovecot_etc_t
 +.EE
 +
 +- Set files with the dovecot_etc_t type, if you want to store dovecot files in the /etc directories.
@@ -23942,7 +24102,7 @@ index 0000000..6930e39
 +
 +.EX
 +.PP
-+.B dovecot_exec_t 
++.B dovecot_exec_t
 +.EE
 +
 +- Set files with the dovecot_exec_t type, if you want to transition an executable to the dovecot_t domain.
@@ -23950,7 +24110,7 @@ index 0000000..6930e39
 +
 +.EX
 +.PP
-+.B dovecot_initrc_exec_t 
++.B dovecot_initrc_exec_t
 +.EE
 +
 +- Set files with the dovecot_initrc_exec_t type, if you want to transition an executable to the dovecot_initrc_t domain.
@@ -23958,7 +24118,7 @@ index 0000000..6930e39
 +
 +.EX
 +.PP
-+.B dovecot_passwd_t 
++.B dovecot_passwd_t
 +.EE
 +
 +- Set files with the dovecot_passwd_t type, if you want to treat the files as dovecot passwd data.
@@ -23966,7 +24126,7 @@ index 0000000..6930e39
 +
 +.EX
 +.PP
-+.B dovecot_spool_t 
++.B dovecot_spool_t
 +.EE
 +
 +- Set files with the dovecot_spool_t type, if you want to store the dovecot files under the /var/spool directory.
@@ -23974,7 +24134,7 @@ index 0000000..6930e39
 +
 +.EX
 +.PP
-+.B dovecot_t_keytab_t 
++.B dovecot_t_keytab_t
 +.EE
 +
 +- Set files with the dovecot_t_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -23982,7 +24142,7 @@ index 0000000..6930e39
 +
 +.EX
 +.PP
-+.B dovecot_tmp_t 
++.B dovecot_tmp_t
 +.EE
 +
 +- Set files with the dovecot_tmp_t type, if you want to store dovecot temporary files in the /tmp directories.
@@ -23990,7 +24150,7 @@ index 0000000..6930e39
 +
 +.EX
 +.PP
-+.B dovecot_var_lib_t 
++.B dovecot_var_lib_t
 +.EE
 +
 +- Set files with the dovecot_var_lib_t type, if you want to store the dovecot files under the /var/lib directory.
@@ -23998,7 +24158,7 @@ index 0000000..6930e39
 +
 +.EX
 +.PP
-+.B dovecot_var_log_t 
++.B dovecot_var_log_t
 +.EE
 +
 +- Set files with the dovecot_var_log_t type, if you want to treat the data as dovecot var log data, usually stored under the /var/log directory.
@@ -24006,15 +24166,15 @@ index 0000000..6930e39
 +
 +.EX
 +.PP
-+.B dovecot_var_run_t 
++.B dovecot_var_run_t
 +.EE
 +
 +- Set files with the dovecot_var_run_t type, if you want to store the dovecot files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -24150,13 +24310,13 @@ index 0000000..6930e39
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dovecot(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -24164,18 +24324,18 @@ index 0000000..6930e39
 \ No newline at end of file
 diff --git a/man/man8/drbd_selinux.8 b/man/man8/drbd_selinux.8
 new file mode 100644
-index 0000000..f29bb13
+index 0000000..0306d2e
 --- /dev/null
 +++ b/man/man8/drbd_selinux.8
 @@ -0,0 +1,116 @@
-+.TH  "drbd_selinux"  "8"  "12-10-19" "drbd" "SELinux Policy documentation for drbd"
++.TH  "drbd_selinux"  "8"  "12-11-01" "drbd" "SELinux Policy documentation for drbd"
 +.SH "NAME"
 +drbd_selinux \- Security Enhanced Linux Policy for the drbd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the drbd processes via flexible mandatory access control.
 +
-+The drbd processes execute with the drbd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The drbd processes execute with the drbd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -24192,33 +24352,33 @@ index 0000000..f29bb13
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux drbd policy is very flexible allowing users to setup their drbd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for drbd:
 +
 +.EX
-+.B drbd_t 
++.B drbd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux drbd policy is very flexible allowing users to setup their drbd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for drbd:
 +
 +
 +.EX
 +.PP
-+.B drbd_exec_t 
++.B drbd_exec_t
 +.EE
 +
 +- Set files with the drbd_exec_t type, if you want to transition an executable to the drbd_t domain.
@@ -24226,7 +24386,7 @@ index 0000000..f29bb13
 +
 +.EX
 +.PP
-+.B drbd_lock_t 
++.B drbd_lock_t
 +.EE
 +
 +- Set files with the drbd_lock_t type, if you want to treat the files as drbd lock data, stored under the /var/lock directory
@@ -24234,15 +24394,15 @@ index 0000000..f29bb13
 +
 +.EX
 +.PP
-+.B drbd_var_lib_t 
++.B drbd_var_lib_t
 +.EE
 +
 +- Set files with the drbd_var_lib_t type, if you want to store the drbd files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -24274,30 +24434,30 @@ index 0000000..f29bb13
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), drbd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/dspam_selinux.8 b/man/man8/dspam_selinux.8
 new file mode 100644
-index 0000000..d91c9bc
+index 0000000..64cf453
 --- /dev/null
 +++ b/man/man8/dspam_selinux.8
 @@ -0,0 +1,166 @@
-+.TH  "dspam_selinux"  "8"  "12-10-19" "dspam" "SELinux Policy documentation for dspam"
++.TH  "dspam_selinux"  "8"  "12-11-01" "dspam" "SELinux Policy documentation for dspam"
 +.SH "NAME"
 +dspam_selinux \- Security Enhanced Linux Policy for the dspam processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the dspam processes via flexible mandatory access control.
 +
-+The dspam processes execute with the dspam_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The dspam processes execute with the dspam_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -24314,33 +24474,33 @@ index 0000000..d91c9bc
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux dspam policy is very flexible allowing users to setup their dspam processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for dspam:
 +
 +.EX
-+.B dspam_t 
++.B dspam_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux dspam policy is very flexible allowing users to setup their dspam processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for dspam:
 +
 +
 +.EX
 +.PP
-+.B dspam_exec_t 
++.B dspam_exec_t
 +.EE
 +
 +- Set files with the dspam_exec_t type, if you want to transition an executable to the dspam_t domain.
@@ -24348,7 +24508,7 @@ index 0000000..d91c9bc
 +
 +.EX
 +.PP
-+.B dspam_initrc_exec_t 
++.B dspam_initrc_exec_t
 +.EE
 +
 +- Set files with the dspam_initrc_exec_t type, if you want to transition an executable to the dspam_initrc_t domain.
@@ -24356,7 +24516,7 @@ index 0000000..d91c9bc
 +
 +.EX
 +.PP
-+.B dspam_log_t 
++.B dspam_log_t
 +.EE
 +
 +- Set files with the dspam_log_t type, if you want to treat the data as dspam log data, usually stored under the /var/log directory.
@@ -24364,7 +24524,7 @@ index 0000000..d91c9bc
 +
 +.EX
 +.PP
-+.B dspam_tmp_t 
++.B dspam_tmp_t
 +.EE
 +
 +- Set files with the dspam_tmp_t type, if you want to store dspam temporary files in the /tmp directories.
@@ -24372,7 +24532,7 @@ index 0000000..d91c9bc
 +
 +.EX
 +.PP
-+.B dspam_var_lib_t 
++.B dspam_var_lib_t
 +.EE
 +
 +- Set files with the dspam_var_lib_t type, if you want to store the dspam files under the /var/lib directory.
@@ -24380,15 +24540,15 @@ index 0000000..d91c9bc
 +
 +.EX
 +.PP
-+.B dspam_var_run_t 
++.B dspam_var_run_t
 +.EE
 +
 +- Set files with the dspam_var_run_t type, if you want to store the dspam files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -24446,30 +24606,30 @@ index 0000000..d91c9bc
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), dspam(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/entropyd_selinux.8 b/man/man8/entropyd_selinux.8
 new file mode 100644
-index 0000000..2e11c6b
+index 0000000..0035e75
 --- /dev/null
 +++ b/man/man8/entropyd_selinux.8
 @@ -0,0 +1,142 @@
-+.TH  "entropyd_selinux"  "8"  "12-10-19" "entropyd" "SELinux Policy documentation for entropyd"
++.TH  "entropyd_selinux"  "8"  "12-11-01" "entropyd" "SELinux Policy documentation for entropyd"
 +.SH "NAME"
 +entropyd_selinux \- Security Enhanced Linux Policy for the entropyd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the entropyd processes via flexible mandatory access control.
 +
-+The entropyd processes execute with the entropyd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The entropyd processes execute with the entropyd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -24486,17 +24646,17 @@ index 0000000..2e11c6b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux entropyd policy is very flexible allowing users to setup their entropyd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for entropyd:
 +
 +.EX
-+.B entropyd_t 
++.B entropyd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -24518,19 +24678,19 @@ index 0000000..2e11c6b
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux entropyd policy is very flexible allowing users to setup their entropyd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for entropyd:
 +
 +
 +.EX
 +.PP
-+.B entropyd_exec_t 
++.B entropyd_exec_t
 +.EE
 +
 +- Set files with the entropyd_exec_t type, if you want to transition an executable to the entropyd_t domain.
@@ -24538,15 +24698,15 @@ index 0000000..2e11c6b
 +
 +.EX
 +.PP
-+.B entropyd_var_run_t 
++.B entropyd_var_run_t
 +.EE
 +
 +- Set files with the entropyd_var_run_t type, if you want to store the entropyd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -24593,13 +24753,13 @@ index 0000000..2e11c6b
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), entropyd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -24607,18 +24767,18 @@ index 0000000..2e11c6b
 \ No newline at end of file
 diff --git a/man/man8/eventlogd_selinux.8 b/man/man8/eventlogd_selinux.8
 new file mode 100644
-index 0000000..5ea2ce9
+index 0000000..755e81c
 --- /dev/null
 +++ b/man/man8/eventlogd_selinux.8
 @@ -0,0 +1,126 @@
-+.TH  "eventlogd_selinux"  "8"  "12-10-19" "eventlogd" "SELinux Policy documentation for eventlogd"
++.TH  "eventlogd_selinux"  "8"  "12-11-01" "eventlogd" "SELinux Policy documentation for eventlogd"
 +.SH "NAME"
 +eventlogd_selinux \- Security Enhanced Linux Policy for the eventlogd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the eventlogd processes via flexible mandatory access control.
 +
-+The eventlogd processes execute with the eventlogd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The eventlogd processes execute with the eventlogd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -24635,33 +24795,33 @@ index 0000000..5ea2ce9
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux eventlogd policy is very flexible allowing users to setup their eventlogd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for eventlogd:
 +
 +.EX
-+.B eventlogd_t 
++.B eventlogd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux eventlogd policy is very flexible allowing users to setup their eventlogd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for eventlogd:
 +
 +
 +.EX
 +.PP
-+.B eventlogd_exec_t 
++.B eventlogd_exec_t
 +.EE
 +
 +- Set files with the eventlogd_exec_t type, if you want to transition an executable to the eventlogd_t domain.
@@ -24669,7 +24829,7 @@ index 0000000..5ea2ce9
 +
 +.EX
 +.PP
-+.B eventlogd_var_lib_t 
++.B eventlogd_var_lib_t
 +.EE
 +
 +- Set files with the eventlogd_var_lib_t type, if you want to store the eventlogd files under the /var/lib directory.
@@ -24677,7 +24837,7 @@ index 0000000..5ea2ce9
 +
 +.EX
 +.PP
-+.B eventlogd_var_run_t 
++.B eventlogd_var_run_t
 +.EE
 +
 +- Set files with the eventlogd_var_run_t type, if you want to store the eventlogd files under the /run directory.
@@ -24685,15 +24845,15 @@ index 0000000..5ea2ce9
 +
 +.EX
 +.PP
-+.B eventlogd_var_socket_t 
++.B eventlogd_var_socket_t
 +.EE
 +
 +- Set files with the eventlogd_var_socket_t type, if you want to treat the files as eventlogd var socket data.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -24727,30 +24887,30 @@ index 0000000..5ea2ce9
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), eventlogd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/evtchnd_selinux.8 b/man/man8/evtchnd_selinux.8
 new file mode 100644
-index 0000000..9ce96c0
+index 0000000..85b3690
 --- /dev/null
 +++ b/man/man8/evtchnd_selinux.8
 @@ -0,0 +1,120 @@
-+.TH  "evtchnd_selinux"  "8"  "12-10-19" "evtchnd" "SELinux Policy documentation for evtchnd"
++.TH  "evtchnd_selinux"  "8"  "12-11-01" "evtchnd" "SELinux Policy documentation for evtchnd"
 +.SH "NAME"
 +evtchnd_selinux \- Security Enhanced Linux Policy for the evtchnd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the evtchnd processes via flexible mandatory access control.
 +
-+The evtchnd processes execute with the evtchnd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The evtchnd processes execute with the evtchnd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -24767,33 +24927,33 @@ index 0000000..9ce96c0
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux evtchnd policy is very flexible allowing users to setup their evtchnd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for evtchnd:
 +
 +.EX
-+.B evtchnd_t 
++.B evtchnd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux evtchnd policy is very flexible allowing users to setup their evtchnd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for evtchnd:
 +
 +
 +.EX
 +.PP
-+.B evtchnd_exec_t 
++.B evtchnd_exec_t
 +.EE
 +
 +- Set files with the evtchnd_exec_t type, if you want to transition an executable to the evtchnd_t domain.
@@ -24801,7 +24961,7 @@ index 0000000..9ce96c0
 +
 +.EX
 +.PP
-+.B evtchnd_var_log_t 
++.B evtchnd_var_log_t
 +.EE
 +
 +- Set files with the evtchnd_var_log_t type, if you want to treat the data as evtchnd var log data, usually stored under the /var/log directory.
@@ -24809,15 +24969,15 @@ index 0000000..9ce96c0
 +
 +.EX
 +.PP
-+.B evtchnd_var_run_t 
++.B evtchnd_var_run_t
 +.EE
 +
 +- Set files with the evtchnd_var_run_t type, if you want to store the evtchnd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -24853,30 +25013,30 @@ index 0000000..9ce96c0
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), evtchnd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/exim_selinux.8 b/man/man8/exim_selinux.8
 new file mode 100644
-index 0000000..709e3d4
+index 0000000..f156767
 --- /dev/null
 +++ b/man/man8/exim_selinux.8
 @@ -0,0 +1,270 @@
-+.TH  "exim_selinux"  "8"  "12-10-19" "exim" "SELinux Policy documentation for exim"
++.TH  "exim_selinux"  "8"  "12-11-01" "exim" "SELinux Policy documentation for exim"
 +.SH "NAME"
 +exim_selinux \- Security Enhanced Linux Policy for the exim processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the exim processes via flexible mandatory access control.
 +
-+The exim processes execute with the exim_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The exim processes execute with the exim_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -24893,17 +25053,17 @@ index 0000000..709e3d4
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux exim policy is very flexible allowing users to setup their exim processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for exim:
 +
 +.EX
-+.B exim_t 
++.B exim_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -24953,19 +25113,19 @@ index 0000000..709e3d4
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux exim policy is very flexible allowing users to setup their exim processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for exim:
 +
 +
 +.EX
 +.PP
-+.B exim_exec_t 
++.B exim_exec_t
 +.EE
 +
 +- Set files with the exim_exec_t type, if you want to transition an executable to the exim_t domain.
@@ -24973,7 +25133,7 @@ index 0000000..709e3d4
 +
 +.EX
 +.PP
-+.B exim_initrc_exec_t 
++.B exim_initrc_exec_t
 +.EE
 +
 +- Set files with the exim_initrc_exec_t type, if you want to transition an executable to the exim_initrc_t domain.
@@ -24981,7 +25141,7 @@ index 0000000..709e3d4
 +
 +.EX
 +.PP
-+.B exim_keytab_t 
++.B exim_keytab_t
 +.EE
 +
 +- Set files with the exim_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -24989,7 +25149,7 @@ index 0000000..709e3d4
 +
 +.EX
 +.PP
-+.B exim_log_t 
++.B exim_log_t
 +.EE
 +
 +- Set files with the exim_log_t type, if you want to treat the data as exim log data, usually stored under the /var/log directory.
@@ -24997,7 +25157,7 @@ index 0000000..709e3d4
 +
 +.EX
 +.PP
-+.B exim_spool_t 
++.B exim_spool_t
 +.EE
 +
 +- Set files with the exim_spool_t type, if you want to store the exim files under the /var/spool directory.
@@ -25005,7 +25165,7 @@ index 0000000..709e3d4
 +
 +.EX
 +.PP
-+.B exim_tmp_t 
++.B exim_tmp_t
 +.EE
 +
 +- Set files with the exim_tmp_t type, if you want to store exim temporary files in the /tmp directories.
@@ -25013,15 +25173,15 @@ index 0000000..709e3d4
 +
 +.EX
 +.PP
-+.B exim_var_run_t 
++.B exim_var_run_t
 +.EE
 +
 +- Set files with the exim_var_run_t type, if you want to store the exim files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -25128,13 +25288,13 @@ index 0000000..709e3d4
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), exim(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -25142,18 +25302,18 @@ index 0000000..709e3d4
 \ No newline at end of file
 diff --git a/man/man8/fail2ban_client_selinux.8 b/man/man8/fail2ban_client_selinux.8
 new file mode 100644
-index 0000000..6dee7b7
+index 0000000..965514d
 --- /dev/null
 +++ b/man/man8/fail2ban_client_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "fail2ban_client_selinux"  "8"  "12-10-19" "fail2ban_client" "SELinux Policy documentation for fail2ban_client"
++.TH  "fail2ban_client_selinux"  "8"  "12-11-01" "fail2ban_client" "SELinux Policy documentation for fail2ban_client"
 +.SH "NAME"
 +fail2ban_client_selinux \- Security Enhanced Linux Policy for the fail2ban_client processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the fail2ban_client processes via flexible mandatory access control.
 +
-+The fail2ban_client processes execute with the fail2ban_client_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The fail2ban_client processes execute with the fail2ban_client_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -25170,41 +25330,41 @@ index 0000000..6dee7b7
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux fail2ban_client policy is very flexible allowing users to setup their fail2ban_client processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for fail2ban_client:
 +
 +.EX
-+.B fail2ban_client_t 
++.B fail2ban_client_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux fail2ban_client policy is very flexible allowing users to setup their fail2ban_client processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for fail2ban_client:
 +
 +
 +.EX
 +.PP
-+.B fail2ban_client_exec_t 
++.B fail2ban_client_exec_t
 +.EE
 +
 +- Set files with the fail2ban_client_exec_t type, if you want to transition an executable to the fail2ban_client_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -25222,13 +25382,13 @@ index 0000000..6dee7b7
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), fail2ban_client(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -25236,18 +25396,18 @@ index 0000000..6dee7b7
 \ No newline at end of file
 diff --git a/man/man8/fail2ban_selinux.8 b/man/man8/fail2ban_selinux.8
 new file mode 100644
-index 0000000..290ec8f
+index 0000000..d71d700
 --- /dev/null
 +++ b/man/man8/fail2ban_selinux.8
 @@ -0,0 +1,201 @@
-+.TH  "fail2ban_selinux"  "8"  "12-10-19" "fail2ban" "SELinux Policy documentation for fail2ban"
++.TH  "fail2ban_selinux"  "8"  "12-11-01" "fail2ban" "SELinux Policy documentation for fail2ban"
 +.SH "NAME"
 +fail2ban_selinux \- Security Enhanced Linux Policy for the fail2ban processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the fail2ban processes via flexible mandatory access control.
 +
-+The fail2ban processes execute with the fail2ban_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The fail2ban processes execute with the fail2ban_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -25264,33 +25424,33 @@ index 0000000..290ec8f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux fail2ban policy is very flexible allowing users to setup their fail2ban processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for fail2ban:
 +
 +.EX
-+.B fail2ban_client_t, fail2ban_t 
++.B fail2ban_client_t, fail2ban_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux fail2ban policy is very flexible allowing users to setup their fail2ban processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for fail2ban:
 +
 +
 +.EX
 +.PP
-+.B fail2ban_client_exec_t 
++.B fail2ban_client_exec_t
 +.EE
 +
 +- Set files with the fail2ban_client_exec_t type, if you want to transition an executable to the fail2ban_client_t domain.
@@ -25298,7 +25458,7 @@ index 0000000..290ec8f
 +
 +.EX
 +.PP
-+.B fail2ban_exec_t 
++.B fail2ban_exec_t
 +.EE
 +
 +- Set files with the fail2ban_exec_t type, if you want to transition an executable to the fail2ban_t domain.
@@ -25306,7 +25466,7 @@ index 0000000..290ec8f
 +
 +.EX
 +.PP
-+.B fail2ban_initrc_exec_t 
++.B fail2ban_initrc_exec_t
 +.EE
 +
 +- Set files with the fail2ban_initrc_exec_t type, if you want to transition an executable to the fail2ban_initrc_t domain.
@@ -25314,7 +25474,7 @@ index 0000000..290ec8f
 +
 +.EX
 +.PP
-+.B fail2ban_log_t 
++.B fail2ban_log_t
 +.EE
 +
 +- Set files with the fail2ban_log_t type, if you want to treat the data as fail2ban log data, usually stored under the /var/log directory.
@@ -25322,7 +25482,7 @@ index 0000000..290ec8f
 +
 +.EX
 +.PP
-+.B fail2ban_tmp_t 
++.B fail2ban_tmp_t
 +.EE
 +
 +- Set files with the fail2ban_tmp_t type, if you want to store fail2ban temporary files in the /tmp directories.
@@ -25330,7 +25490,7 @@ index 0000000..290ec8f
 +
 +.EX
 +.PP
-+.B fail2ban_var_lib_t 
++.B fail2ban_var_lib_t
 +.EE
 +
 +- Set files with the fail2ban_var_lib_t type, if you want to store the fail2ban files under the /var/lib directory.
@@ -25338,15 +25498,15 @@ index 0000000..290ec8f
 +
 +.EX
 +.PP
-+.B fail2ban_var_run_t 
++.B fail2ban_var_run_t
 +.EE
 +
 +- Set files with the fail2ban_var_run_t type, if you want to store the fail2ban files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -25430,13 +25590,13 @@ index 0000000..290ec8f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), fail2ban(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -25444,18 +25604,18 @@ index 0000000..290ec8f
 \ No newline at end of file
 diff --git a/man/man8/fcoemon_selinux.8 b/man/man8/fcoemon_selinux.8
 new file mode 100644
-index 0000000..80b23ca
+index 0000000..f5a355c
 --- /dev/null
 +++ b/man/man8/fcoemon_selinux.8
 @@ -0,0 +1,106 @@
-+.TH  "fcoemon_selinux"  "8"  "12-10-19" "fcoemon" "SELinux Policy documentation for fcoemon"
++.TH  "fcoemon_selinux"  "8"  "12-11-01" "fcoemon" "SELinux Policy documentation for fcoemon"
 +.SH "NAME"
 +fcoemon_selinux \- Security Enhanced Linux Policy for the fcoemon processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the fcoemon processes via flexible mandatory access control.
 +
-+The fcoemon processes execute with the fcoemon_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The fcoemon processes execute with the fcoemon_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -25472,33 +25632,33 @@ index 0000000..80b23ca
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux fcoemon policy is very flexible allowing users to setup their fcoemon processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for fcoemon:
 +
 +.EX
-+.B fcoemon_t 
++.B fcoemon_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux fcoemon policy is very flexible allowing users to setup their fcoemon processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for fcoemon:
 +
 +
 +.EX
 +.PP
-+.B fcoemon_exec_t 
++.B fcoemon_exec_t
 +.EE
 +
 +- Set files with the fcoemon_exec_t type, if you want to transition an executable to the fcoemon_t domain.
@@ -25506,15 +25666,15 @@ index 0000000..80b23ca
 +
 +.EX
 +.PP
-+.B fcoemon_var_run_t 
++.B fcoemon_var_run_t
 +.EE
 +
 +- Set files with the fcoemon_var_run_t type, if you want to store the fcoemon files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -25544,30 +25704,30 @@ index 0000000..80b23ca
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), fcoemon(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/fenced_selinux.8 b/man/man8/fenced_selinux.8
 new file mode 100644
-index 0000000..9c40723
+index 0000000..fa89bb1
 --- /dev/null
 +++ b/man/man8/fenced_selinux.8
 @@ -0,0 +1,230 @@
-+.TH  "fenced_selinux"  "8"  "12-10-19" "fenced" "SELinux Policy documentation for fenced"
++.TH  "fenced_selinux"  "8"  "12-11-01" "fenced" "SELinux Policy documentation for fenced"
 +.SH "NAME"
 +fenced_selinux \- Security Enhanced Linux Policy for the fenced processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the fenced processes via flexible mandatory access control.
 +
-+The fenced processes execute with the fenced_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The fenced processes execute with the fenced_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -25584,17 +25744,17 @@ index 0000000..9c40723
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux fenced policy is very flexible allowing users to setup their fenced processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for fenced:
 +
 +.EX
-+.B fenced_t 
++.B fenced_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -25630,19 +25790,19 @@ index 0000000..9c40723
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux fenced policy is very flexible allowing users to setup their fenced processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for fenced:
 +
 +
 +.EX
 +.PP
-+.B fenced_exec_t 
++.B fenced_exec_t
 +.EE
 +
 +- Set files with the fenced_exec_t type, if you want to transition an executable to the fenced_t domain.
@@ -25650,7 +25810,7 @@ index 0000000..9c40723
 +
 +.EX
 +.PP
-+.B fenced_lock_t 
++.B fenced_lock_t
 +.EE
 +
 +- Set files with the fenced_lock_t type, if you want to treat the files as fenced lock data, stored under the /var/lock directory
@@ -25658,7 +25818,7 @@ index 0000000..9c40723
 +
 +.EX
 +.PP
-+.B fenced_tmp_t 
++.B fenced_tmp_t
 +.EE
 +
 +- Set files with the fenced_tmp_t type, if you want to store fenced temporary files in the /tmp directories.
@@ -25666,7 +25826,7 @@ index 0000000..9c40723
 +
 +.EX
 +.PP
-+.B fenced_tmpfs_t 
++.B fenced_tmpfs_t
 +.EE
 +
 +- Set files with the fenced_tmpfs_t type, if you want to store fenced files on a tmpfs file system.
@@ -25674,7 +25834,7 @@ index 0000000..9c40723
 +
 +.EX
 +.PP
-+.B fenced_var_log_t 
++.B fenced_var_log_t
 +.EE
 +
 +- Set files with the fenced_var_log_t type, if you want to treat the data as fenced var log data, usually stored under the /var/log directory.
@@ -25682,15 +25842,15 @@ index 0000000..9c40723
 +
 +.EX
 +.PP
-+.B fenced_var_run_t 
++.B fenced_var_run_t
 +.EE
 +
 +- Set files with the fenced_var_run_t type, if you want to store the fenced files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -25779,13 +25939,13 @@ index 0000000..9c40723
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), fenced(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -25793,18 +25953,18 @@ index 0000000..9c40723
 \ No newline at end of file
 diff --git a/man/man8/fetchmail_selinux.8 b/man/man8/fetchmail_selinux.8
 new file mode 100644
-index 0000000..48af49a
+index 0000000..ae8394b
 --- /dev/null
 +++ b/man/man8/fetchmail_selinux.8
 @@ -0,0 +1,144 @@
-+.TH  "fetchmail_selinux"  "8"  "12-10-19" "fetchmail" "SELinux Policy documentation for fetchmail"
++.TH  "fetchmail_selinux"  "8"  "12-11-01" "fetchmail" "SELinux Policy documentation for fetchmail"
 +.SH "NAME"
 +fetchmail_selinux \- Security Enhanced Linux Policy for the fetchmail processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the fetchmail processes via flexible mandatory access control.
 +
-+The fetchmail processes execute with the fetchmail_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The fetchmail processes execute with the fetchmail_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -25821,33 +25981,33 @@ index 0000000..48af49a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux fetchmail policy is very flexible allowing users to setup their fetchmail processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for fetchmail:
 +
 +.EX
-+.B fetchmail_t 
++.B fetchmail_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux fetchmail policy is very flexible allowing users to setup their fetchmail processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for fetchmail:
 +
 +
 +.EX
 +.PP
-+.B fetchmail_etc_t 
++.B fetchmail_etc_t
 +.EE
 +
 +- Set files with the fetchmail_etc_t type, if you want to store fetchmail files in the /etc directories.
@@ -25855,7 +26015,7 @@ index 0000000..48af49a
 +
 +.EX
 +.PP
-+.B fetchmail_exec_t 
++.B fetchmail_exec_t
 +.EE
 +
 +- Set files with the fetchmail_exec_t type, if you want to transition an executable to the fetchmail_t domain.
@@ -25863,7 +26023,7 @@ index 0000000..48af49a
 +
 +.EX
 +.PP
-+.B fetchmail_home_t 
++.B fetchmail_home_t
 +.EE
 +
 +- Set files with the fetchmail_home_t type, if you want to store fetchmail files in the users home directory.
@@ -25871,7 +26031,7 @@ index 0000000..48af49a
 +
 +.EX
 +.PP
-+.B fetchmail_uidl_cache_t 
++.B fetchmail_uidl_cache_t
 +.EE
 +
 +- Set files with the fetchmail_uidl_cache_t type, if you want to store the files under the /var/cache directory.
@@ -25879,15 +26039,15 @@ index 0000000..48af49a
 +
 +.EX
 +.PP
-+.B fetchmail_var_run_t 
++.B fetchmail_var_run_t
 +.EE
 +
 +- Set files with the fetchmail_var_run_t type, if you want to store the fetchmail files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -25931,30 +26091,30 @@ index 0000000..48af49a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), fetchmail(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/fingerd_selinux.8 b/man/man8/fingerd_selinux.8
 new file mode 100644
-index 0000000..a817a0f
+index 0000000..5dedb48
 --- /dev/null
 +++ b/man/man8/fingerd_selinux.8
 @@ -0,0 +1,164 @@
-+.TH  "fingerd_selinux"  "8"  "12-10-19" "fingerd" "SELinux Policy documentation for fingerd"
++.TH  "fingerd_selinux"  "8"  "12-11-01" "fingerd" "SELinux Policy documentation for fingerd"
 +.SH "NAME"
 +fingerd_selinux \- Security Enhanced Linux Policy for the fingerd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the fingerd processes via flexible mandatory access control.
 +
-+The fingerd processes execute with the fingerd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The fingerd processes execute with the fingerd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -25971,33 +26131,33 @@ index 0000000..a817a0f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux fingerd policy is very flexible allowing users to setup their fingerd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for fingerd:
 +
 +.EX
-+.B fingerd_t 
++.B fingerd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux fingerd policy is very flexible allowing users to setup their fingerd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for fingerd:
 +
 +
 +.EX
 +.PP
-+.B fingerd_etc_t 
++.B fingerd_etc_t
 +.EE
 +
 +- Set files with the fingerd_etc_t type, if you want to store fingerd files in the /etc directories.
@@ -26005,7 +26165,7 @@ index 0000000..a817a0f
 +
 +.EX
 +.PP
-+.B fingerd_exec_t 
++.B fingerd_exec_t
 +.EE
 +
 +- Set files with the fingerd_exec_t type, if you want to transition an executable to the fingerd_t domain.
@@ -26013,7 +26173,7 @@ index 0000000..a817a0f
 +
 +.EX
 +.PP
-+.B fingerd_log_t 
++.B fingerd_log_t
 +.EE
 +
 +- Set files with the fingerd_log_t type, if you want to treat the data as fingerd log data, usually stored under the /var/log directory.
@@ -26021,35 +26181,35 @@ index 0000000..a817a0f
 +
 +.EX
 +.PP
-+.B fingerd_var_run_t 
++.B fingerd_var_run_t
 +.EE
 +
 +- Set files with the fingerd_var_run_t type, if you want to store the fingerd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux fingerd policy is very flexible allowing users to setup their fingerd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for fingerd:
 +
 +.EX
 +.TP 5
-+.B fingerd_port_t 
++.B fingerd_port_t
 +.TP 10
 +.EE
 +
@@ -26101,30 +26261,30 @@ index 0000000..a817a0f
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), fingerd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/firewalld_selinux.8 b/man/man8/firewalld_selinux.8
 new file mode 100644
-index 0000000..e5b64af
+index 0000000..fc13038
 --- /dev/null
 +++ b/man/man8/firewalld_selinux.8
 @@ -0,0 +1,159 @@
-+.TH  "firewalld_selinux"  "8"  "12-10-19" "firewalld" "SELinux Policy documentation for firewalld"
++.TH  "firewalld_selinux"  "8"  "12-11-01" "firewalld" "SELinux Policy documentation for firewalld"
 +.SH "NAME"
 +firewalld_selinux \- Security Enhanced Linux Policy for the firewalld processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the firewalld processes via flexible mandatory access control.
 +
-+The firewalld processes execute with the firewalld_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The firewalld processes execute with the firewalld_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -26141,33 +26301,33 @@ index 0000000..e5b64af
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux firewalld policy is very flexible allowing users to setup their firewalld processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for firewalld:
 +
 +.EX
-+.B firewallgui_t, firewalld_t 
++.B firewallgui_t, firewalld_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux firewalld policy is very flexible allowing users to setup their firewalld processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for firewalld:
 +
 +
 +.EX
 +.PP
-+.B firewalld_etc_rw_t 
++.B firewalld_etc_rw_t
 +.EE
 +
 +- Set files with the firewalld_etc_rw_t type, if you want to treat the files as firewalld etc read/write content.
@@ -26175,7 +26335,7 @@ index 0000000..e5b64af
 +
 +.EX
 +.PP
-+.B firewalld_exec_t 
++.B firewalld_exec_t
 +.EE
 +
 +- Set files with the firewalld_exec_t type, if you want to transition an executable to the firewalld_t domain.
@@ -26183,7 +26343,7 @@ index 0000000..e5b64af
 +
 +.EX
 +.PP
-+.B firewalld_initrc_exec_t 
++.B firewalld_initrc_exec_t
 +.EE
 +
 +- Set files with the firewalld_initrc_exec_t type, if you want to transition an executable to the firewalld_initrc_t domain.
@@ -26191,7 +26351,7 @@ index 0000000..e5b64af
 +
 +.EX
 +.PP
-+.B firewalld_unit_file_t 
++.B firewalld_unit_file_t
 +.EE
 +
 +- Set files with the firewalld_unit_file_t type, if you want to treat the files as firewalld unit content.
@@ -26199,7 +26359,7 @@ index 0000000..e5b64af
 +
 +.EX
 +.PP
-+.B firewalld_var_log_t 
++.B firewalld_var_log_t
 +.EE
 +
 +- Set files with the firewalld_var_log_t type, if you want to treat the data as firewalld var log data, usually stored under the /var/log directory.
@@ -26207,15 +26367,15 @@ index 0000000..e5b64af
 +
 +.EX
 +.PP
-+.B firewalld_var_run_t 
++.B firewalld_var_run_t
 +.EE
 +
 +- Set files with the firewalld_var_run_t type, if you want to store the firewalld files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -26265,13 +26425,13 @@ index 0000000..e5b64af
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), firewalld(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -26279,18 +26439,18 @@ index 0000000..e5b64af
 \ No newline at end of file
 diff --git a/man/man8/firewallgui_selinux.8 b/man/man8/firewallgui_selinux.8
 new file mode 100644
-index 0000000..d3df6e6
+index 0000000..ab4f40b
 --- /dev/null
 +++ b/man/man8/firewallgui_selinux.8
 @@ -0,0 +1,138 @@
-+.TH  "firewallgui_selinux"  "8"  "12-10-19" "firewallgui" "SELinux Policy documentation for firewallgui"
++.TH  "firewallgui_selinux"  "8"  "12-11-01" "firewallgui" "SELinux Policy documentation for firewallgui"
 +.SH "NAME"
 +firewallgui_selinux \- Security Enhanced Linux Policy for the firewallgui processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the firewallgui processes via flexible mandatory access control.
 +
-+The firewallgui processes execute with the firewallgui_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The firewallgui processes execute with the firewallgui_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -26307,33 +26467,33 @@ index 0000000..d3df6e6
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux firewallgui policy is very flexible allowing users to setup their firewallgui processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for firewallgui:
 +
 +.EX
-+.B firewallgui_t 
++.B firewallgui_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux firewallgui policy is very flexible allowing users to setup their firewallgui processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for firewallgui:
 +
 +
 +.EX
 +.PP
-+.B firewallgui_exec_t 
++.B firewallgui_exec_t
 +.EE
 +
 +- Set files with the firewallgui_exec_t type, if you want to transition an executable to the firewallgui_t domain.
@@ -26341,15 +26501,15 @@ index 0000000..d3df6e6
 +
 +.EX
 +.PP
-+.B firewallgui_tmp_t 
++.B firewallgui_tmp_t
 +.EE
 +
 +- Set files with the firewallgui_tmp_t type, if you want to store firewallgui temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -26411,30 +26571,30 @@ index 0000000..d3df6e6
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), firewallgui(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/firstboot_selinux.8 b/man/man8/firstboot_selinux.8
 new file mode 100644
-index 0000000..9dc669d
+index 0000000..53e6593
 --- /dev/null
 +++ b/man/man8/firstboot_selinux.8
 @@ -0,0 +1,104 @@
-+.TH  "firstboot_selinux"  "8"  "12-10-19" "firstboot" "SELinux Policy documentation for firstboot"
++.TH  "firstboot_selinux"  "8"  "12-11-01" "firstboot" "SELinux Policy documentation for firstboot"
 +.SH "NAME"
 +firstboot_selinux \- Security Enhanced Linux Policy for the firstboot processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the firstboot processes via flexible mandatory access control.
 +
-+The firstboot processes execute with the firstboot_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The firstboot processes execute with the firstboot_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -26443,41 +26603,41 @@ index 0000000..9dc669d
 +
 +.SH "ENTRYPOINTS"
 +
-+The firstboot_t SELinux type can be entered via the "firstboot_exec_t,unlabeled_t,proc_type,file_type,sysctl_type,mtrr_device_t,filesystem_type" file types.  The default entrypoint paths for the firstboot_t domain are the following:"
++The firstboot_t SELinux type can be entered via the "firstboot_exec_t,filesystem_type,unlabeled_t,proc_type,mtrr_device_t,sysctl_type,file_type" file types.  The default entrypoint paths for the firstboot_t domain are the following:"
 +
-+/usr/sbin/firstboot, /usr/share/firstboot/firstboot\.py, all files on the system, /dev/cpu/mtrr
++/usr/sbin/firstboot, /usr/share/firstboot/firstboot\.py, /dev/cpu/mtrr, all files on the system
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux firstboot policy is very flexible allowing users to setup their firstboot processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for firstboot:
 +
 +.EX
-+.B firstboot_t 
++.B firstboot_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux firstboot policy is very flexible allowing users to setup their firstboot processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for firstboot:
 +
 +
 +.EX
 +.PP
-+.B firstboot_etc_t 
++.B firstboot_etc_t
 +.EE
 +
 +- Set files with the firstboot_etc_t type, if you want to store firstboot files in the /etc directories.
@@ -26485,15 +26645,15 @@ index 0000000..9dc669d
 +
 +.EX
 +.PP
-+.B firstboot_exec_t 
++.B firstboot_exec_t
 +.EE
 +
 +- Set files with the firstboot_exec_t type, if you want to transition an executable to the firstboot_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -26521,30 +26681,30 @@ index 0000000..9dc669d
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), firstboot(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/foghorn_selinux.8 b/man/man8/foghorn_selinux.8
 new file mode 100644
-index 0000000..31ba34e
+index 0000000..f17a60b
 --- /dev/null
 +++ b/man/man8/foghorn_selinux.8
 @@ -0,0 +1,146 @@
-+.TH  "foghorn_selinux"  "8"  "12-10-19" "foghorn" "SELinux Policy documentation for foghorn"
++.TH  "foghorn_selinux"  "8"  "12-11-01" "foghorn" "SELinux Policy documentation for foghorn"
 +.SH "NAME"
 +foghorn_selinux \- Security Enhanced Linux Policy for the foghorn processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the foghorn processes via flexible mandatory access control.
 +
-+The foghorn processes execute with the foghorn_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The foghorn processes execute with the foghorn_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -26561,33 +26721,33 @@ index 0000000..31ba34e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux foghorn policy is very flexible allowing users to setup their foghorn processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for foghorn:
 +
 +.EX
-+.B foghorn_t 
++.B foghorn_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux foghorn policy is very flexible allowing users to setup their foghorn processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for foghorn:
 +
 +
 +.EX
 +.PP
-+.B foghorn_exec_t 
++.B foghorn_exec_t
 +.EE
 +
 +- Set files with the foghorn_exec_t type, if you want to transition an executable to the foghorn_t domain.
@@ -26595,7 +26755,7 @@ index 0000000..31ba34e
 +
 +.EX
 +.PP
-+.B foghorn_tmpfs_t 
++.B foghorn_tmpfs_t
 +.EE
 +
 +- Set files with the foghorn_tmpfs_t type, if you want to store foghorn files on a tmpfs file system.
@@ -26603,7 +26763,7 @@ index 0000000..31ba34e
 +
 +.EX
 +.PP
-+.B foghorn_var_log_t 
++.B foghorn_var_log_t
 +.EE
 +
 +- Set files with the foghorn_var_log_t type, if you want to treat the data as foghorn var log data, usually stored under the /var/log directory.
@@ -26611,15 +26771,15 @@ index 0000000..31ba34e
 +
 +.EX
 +.PP
-+.B foghorn_var_run_t 
++.B foghorn_var_run_t
 +.EE
 +
 +- Set files with the foghorn_var_run_t type, if you want to store the foghorn files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -26673,30 +26833,30 @@ index 0000000..31ba34e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), foghorn(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/fprintd_selinux.8 b/man/man8/fprintd_selinux.8
 new file mode 100644
-index 0000000..0b2ea90
+index 0000000..68cee10
 --- /dev/null
 +++ b/man/man8/fprintd_selinux.8
 @@ -0,0 +1,118 @@
-+.TH  "fprintd_selinux"  "8"  "12-10-19" "fprintd" "SELinux Policy documentation for fprintd"
++.TH  "fprintd_selinux"  "8"  "12-11-01" "fprintd" "SELinux Policy documentation for fprintd"
 +.SH "NAME"
 +fprintd_selinux \- Security Enhanced Linux Policy for the fprintd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the fprintd processes via flexible mandatory access control.
 +
-+The fprintd processes execute with the fprintd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The fprintd processes execute with the fprintd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -26713,33 +26873,33 @@ index 0000000..0b2ea90
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux fprintd policy is very flexible allowing users to setup their fprintd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for fprintd:
 +
 +.EX
-+.B fprintd_t 
++.B fprintd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux fprintd policy is very flexible allowing users to setup their fprintd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for fprintd:
 +
 +
 +.EX
 +.PP
-+.B fprintd_exec_t 
++.B fprintd_exec_t
 +.EE
 +
 +- Set files with the fprintd_exec_t type, if you want to transition an executable to the fprintd_t domain.
@@ -26747,15 +26907,15 @@ index 0000000..0b2ea90
 +
 +.EX
 +.PP
-+.B fprintd_var_lib_t 
++.B fprintd_var_lib_t
 +.EE
 +
 +- Set files with the fprintd_var_lib_t type, if you want to store the fprintd files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -26797,30 +26957,30 @@ index 0000000..0b2ea90
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), fprintd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/freshclam_selinux.8 b/man/man8/freshclam_selinux.8
 new file mode 100644
-index 0000000..bcf0fef
+index 0000000..9ccf034
 --- /dev/null
 +++ b/man/man8/freshclam_selinux.8
 @@ -0,0 +1,164 @@
-+.TH  "freshclam_selinux"  "8"  "12-10-19" "freshclam" "SELinux Policy documentation for freshclam"
++.TH  "freshclam_selinux"  "8"  "12-11-01" "freshclam" "SELinux Policy documentation for freshclam"
 +.SH "NAME"
 +freshclam_selinux \- Security Enhanced Linux Policy for the freshclam processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the freshclam processes via flexible mandatory access control.
 +
-+The freshclam processes execute with the freshclam_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The freshclam processes execute with the freshclam_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -26837,33 +26997,33 @@ index 0000000..bcf0fef
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux freshclam policy is very flexible allowing users to setup their freshclam processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for freshclam:
 +
 +.EX
-+.B freshclam_t 
++.B freshclam_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux freshclam policy is very flexible allowing users to setup their freshclam processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for freshclam:
 +
 +
 +.EX
 +.PP
-+.B freshclam_exec_t 
++.B freshclam_exec_t
 +.EE
 +
 +- Set files with the freshclam_exec_t type, if you want to transition an executable to the freshclam_t domain.
@@ -26871,15 +27031,15 @@ index 0000000..bcf0fef
 +
 +.EX
 +.PP
-+.B freshclam_var_log_t 
++.B freshclam_var_log_t
 +.EE
 +
 +- Set files with the freshclam_var_log_t type, if you want to treat the data as freshclam var log data, usually stored under the /var/log directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -26967,30 +27127,30 @@ index 0000000..bcf0fef
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), freshclam(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/fsadm_selinux.8 b/man/man8/fsadm_selinux.8
 new file mode 100644
-index 0000000..64b595e
+index 0000000..7bcfdaf
 --- /dev/null
 +++ b/man/man8/fsadm_selinux.8
 @@ -0,0 +1,258 @@
-+.TH  "fsadm_selinux"  "8"  "12-10-19" "fsadm" "SELinux Policy documentation for fsadm"
++.TH  "fsadm_selinux"  "8"  "12-11-01" "fsadm" "SELinux Policy documentation for fsadm"
 +.SH "NAME"
 +fsadm_selinux \- Security Enhanced Linux Policy for the fsadm processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the fsadm processes via flexible mandatory access control.
 +
-+The fsadm processes execute with the fsadm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The fsadm processes execute with the fsadm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -27007,33 +27167,33 @@ index 0000000..64b595e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux fsadm policy is very flexible allowing users to setup their fsadm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for fsadm:
 +
 +.EX
-+.B fsadm_t 
++.B fsadm_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux fsadm policy is very flexible allowing users to setup their fsadm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for fsadm:
 +
 +
 +.EX
 +.PP
-+.B fsadm_exec_t 
++.B fsadm_exec_t
 +.EE
 +
 +- Set files with the fsadm_exec_t type, if you want to transition an executable to the fsadm_t domain.
@@ -27041,7 +27201,7 @@ index 0000000..64b595e
 +
 +.EX
 +.PP
-+.B fsadm_log_t 
++.B fsadm_log_t
 +.EE
 +
 +- Set files with the fsadm_log_t type, if you want to treat the data as fsadm log data, usually stored under the /var/log directory.
@@ -27049,7 +27209,7 @@ index 0000000..64b595e
 +
 +.EX
 +.PP
-+.B fsadm_tmp_t 
++.B fsadm_tmp_t
 +.EE
 +
 +- Set files with the fsadm_tmp_t type, if you want to store fsadm temporary files in the /tmp directories.
@@ -27057,15 +27217,15 @@ index 0000000..64b595e
 +
 +.EX
 +.PP
-+.B fsadm_var_run_t 
++.B fsadm_var_run_t
 +.EE
 +
 +- Set files with the fsadm_var_run_t type, if you want to store the fsadm files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -27105,10 +27265,10 @@ index 0000000..64b595e
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -27231,30 +27391,30 @@ index 0000000..64b595e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), fsadm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/fsdaemon_selinux.8 b/man/man8/fsdaemon_selinux.8
 new file mode 100644
-index 0000000..02c468a
+index 0000000..d181d7d
 --- /dev/null
 +++ b/man/man8/fsdaemon_selinux.8
 @@ -0,0 +1,124 @@
-+.TH  "fsdaemon_selinux"  "8"  "12-10-19" "fsdaemon" "SELinux Policy documentation for fsdaemon"
++.TH  "fsdaemon_selinux"  "8"  "12-11-01" "fsdaemon" "SELinux Policy documentation for fsdaemon"
 +.SH "NAME"
 +fsdaemon_selinux \- Security Enhanced Linux Policy for the fsdaemon processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the fsdaemon processes via flexible mandatory access control.
 +
-+The fsdaemon processes execute with the fsdaemon_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The fsdaemon processes execute with the fsdaemon_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -27271,33 +27431,33 @@ index 0000000..02c468a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux fsdaemon policy is very flexible allowing users to setup their fsdaemon processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for fsdaemon:
 +
 +.EX
-+.B fsdaemon_t 
++.B fsdaemon_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux fsdaemon policy is very flexible allowing users to setup their fsdaemon processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for fsdaemon:
 +
 +
 +.EX
 +.PP
-+.B fsdaemon_exec_t 
++.B fsdaemon_exec_t
 +.EE
 +
 +- Set files with the fsdaemon_exec_t type, if you want to transition an executable to the fsdaemon_t domain.
@@ -27305,7 +27465,7 @@ index 0000000..02c468a
 +
 +.EX
 +.PP
-+.B fsdaemon_initrc_exec_t 
++.B fsdaemon_initrc_exec_t
 +.EE
 +
 +- Set files with the fsdaemon_initrc_exec_t type, if you want to transition an executable to the fsdaemon_initrc_t domain.
@@ -27313,7 +27473,7 @@ index 0000000..02c468a
 +
 +.EX
 +.PP
-+.B fsdaemon_tmp_t 
++.B fsdaemon_tmp_t
 +.EE
 +
 +- Set files with the fsdaemon_tmp_t type, if you want to store fsdaemon temporary files in the /tmp directories.
@@ -27321,15 +27481,15 @@ index 0000000..02c468a
 +
 +.EX
 +.PP
-+.B fsdaemon_var_run_t 
++.B fsdaemon_var_run_t
 +.EE
 +
 +- Set files with the fsdaemon_var_run_t type, if you want to store the fsdaemon files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -27361,23 +27521,23 @@ index 0000000..02c468a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), fsdaemon(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ftpd_selinux.8 b/man/man8/ftpd_selinux.8
-index 5bebd82..5929171 100644
+index 5bebd82..8460714 100644
 --- a/man/man8/ftpd_selinux.8
 +++ b/man/man8/ftpd_selinux.8
-@@ -1,65 +1,594 @@
+@@ -1,65 +1,608 @@
 -.TH  "ftpd_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "ftpd SELinux policy documentation"
-+.TH  "ftpd_selinux"  "8"  "12-10-19" "ftpd" "SELinux Policy documentation for ftpd"
++.TH  "ftpd_selinux"  "8"  "12-11-01" "ftpd" "SELinux Policy documentation for ftpd"
  .SH "NAME"
 -.PP
 -ftpd_selinux \- Security-Enhanced Linux policy for ftp daemons.
@@ -27386,7 +27546,7 @@ index 5bebd82..5929171 100644
 +
 +Security-Enhanced Linux secures the ftpd processes via flexible mandatory access control.
 +
-+The ftpd processes execute with the ftpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ftpd processes execute with the ftpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -27403,11 +27563,13 @@ index 5bebd82..5929171 100644
  .PP
 -Security-Enhanced Linux provides security for ftp daemons via flexible mandatory access control.
 -.SH FILE_CONTEXTS
--.PP
++You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
+ .PP
 -SELinux requires files to have a file type. File types may be specified with semanage and are restored with restorecon.  Policy governs the access that daemons have to files.
 -.TP
 -Allow ftp servers to read the /var/ftp directory by adding the public_content_t file type to the directory and by restoring the file type.
-+You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
++Policy governs the access confined processes have to files.
++SELinux ftpd policy is very flexible allowing users to setup their ftpd processes in as secure a method as possible.
  .PP
 -.B
 -semanage fcontext -a -t public_content_t "/var/ftp(/.*)?"
@@ -27416,13 +27578,10 @@ index 5bebd82..5929171 100644
 -restorecon -F -R -v /var/ftp
 -.TP
 -Allow ftp servers to read and write /var/tmp/incoming by adding the public_content_rw_t type to the directory and by restoring the file type.  This also requires the allow_ftpd_anon_write boolean to be set.
-+Policy governs the access confined processes have to files. 
-+SELinux ftpd policy is very flexible allowing users to setup their ftpd processes in as secure a method as possible.
-+.PP 
 +The following process types are defined for ftpd:
 +
 +.EX
-+.B ftpd_t, ftpdctl_t 
++.B ftpd_t, ftpdctl_t
 +.EE
  .PP
 -.B
@@ -27430,8 +27589,8 @@ index 5bebd82..5929171 100644
 -.TP
 -.B
 -restorecon -F -R -v /var/ftp/incoming
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
  
  .SH BOOLEANS
@@ -27515,6 +27674,13 @@ index 5bebd82..5929171 100644
 +.EE
 +
 +.PP
++If you want to allow tftp to read and write files in the user home directories, you must turn on the tftp_home_dir boolean.
++
++.EX
++.B setsebool -P tftp_home_dir 1
++.EE
++
++.PP
 +If you want to allow sftp-internal to login to local users and read/write all files on the system, governed by DAC, you must turn on the sftpd_full_access boolean.
 +
 +.EX
@@ -27599,6 +27765,13 @@ index 5bebd82..5929171 100644
 +.EE
 +
 +.PP
++If you want to allow tftp to read and write files in the user home directories, you must turn on the tftp_home_dir boolean.
++
++.EX
++.B setsebool -P tftp_home_dir 1
++.EE
++
++.PP
 +If you want to allow sftp-internal to login to local users and read/write all files on the system, governed by DAC, you must turn on the sftpd_full_access boolean.
 +
 +.EX
@@ -27648,7 +27821,8 @@ index 5bebd82..5929171 100644
  .PP
 -This manual page was written by Dan Walsh <dwalsh at redhat.com>.
 +If you want to allow anon internal-sftp to upload files, used for public file transfer services. Directories must be labeled public_content_rw_t., you must turn on the sftpd_anon_write boolean.
-+
+ 
+-.SH "SEE ALSO"
 +.EX
 +.B setsebool -P sftpd_anon_write 1
 +.EE
@@ -27673,12 +27847,10 @@ index 5bebd82..5929171 100644
 +.EX
 +.B setsebool -P sftpd_anon_write 1
 +.EE
- 
--.SH "SEE ALSO"
- .PP
++
++.PP
 +If you want to allow ftp servers to upload files,  used for public file transfer services. Directories must be labeled public_content_rw_t., you must turn on the ftpd_anon_write boolean.
- 
--selinux(8), ftpd(8), setsebool(8), semanage(8), restorecon(8)
++
 +.EX
 +.B setsebool -P ftpd_anon_write 1
 +.EE
@@ -27691,19 +27863,19 @@ index 5bebd82..5929171 100644
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ftpd policy is very flexible allowing users to setup their ftpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ftpd:
 +
 +
 +.EX
 +.PP
-+.B ftpd_etc_t 
++.B ftpd_etc_t
 +.EE
 +
 +- Set files with the ftpd_etc_t type, if you want to store ftpd files in the /etc directories.
@@ -27711,7 +27883,7 @@ index 5bebd82..5929171 100644
 +
 +.EX
 +.PP
-+.B ftpd_exec_t 
++.B ftpd_exec_t
 +.EE
 +
 +- Set files with the ftpd_exec_t type, if you want to transition an executable to the ftpd_t domain.
@@ -27719,7 +27891,7 @@ index 5bebd82..5929171 100644
 +
 +.EX
 +.PP
-+.B ftpd_initrc_exec_t 
++.B ftpd_initrc_exec_t
 +.EE
 +
 +- Set files with the ftpd_initrc_exec_t type, if you want to transition an executable to the ftpd_initrc_t domain.
@@ -27727,7 +27899,7 @@ index 5bebd82..5929171 100644
 +
 +.EX
 +.PP
-+.B ftpd_keytab_t 
++.B ftpd_keytab_t
 +.EE
 +
 +- Set files with the ftpd_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -27735,7 +27907,7 @@ index 5bebd82..5929171 100644
 +
 +.EX
 +.PP
-+.B ftpd_lock_t 
++.B ftpd_lock_t
 +.EE
 +
 +- Set files with the ftpd_lock_t type, if you want to treat the files as ftpd lock data, stored under the /var/lock directory
@@ -27743,7 +27915,7 @@ index 5bebd82..5929171 100644
 +
 +.EX
 +.PP
-+.B ftpd_tmp_t 
++.B ftpd_tmp_t
 +.EE
 +
 +- Set files with the ftpd_tmp_t type, if you want to store ftpd temporary files in the /tmp directories.
@@ -27751,7 +27923,7 @@ index 5bebd82..5929171 100644
 +
 +.EX
 +.PP
-+.B ftpd_tmpfs_t 
++.B ftpd_tmpfs_t
 +.EE
 +
 +- Set files with the ftpd_tmpfs_t type, if you want to store ftpd files on a tmpfs file system.
@@ -27759,7 +27931,7 @@ index 5bebd82..5929171 100644
 +
 +.EX
 +.PP
-+.B ftpd_unit_file_t 
++.B ftpd_unit_file_t
 +.EE
 +
 +- Set files with the ftpd_unit_file_t type, if you want to treat the files as ftpd unit content.
@@ -27767,7 +27939,7 @@ index 5bebd82..5929171 100644
 +
 +.EX
 +.PP
-+.B ftpd_var_run_t 
++.B ftpd_var_run_t
 +.EE
 +
 +- Set files with the ftpd_var_run_t type, if you want to store the ftpd files under the /run directory.
@@ -27775,7 +27947,7 @@ index 5bebd82..5929171 100644
 +
 +.EX
 +.PP
-+.B ftpdctl_exec_t 
++.B ftpdctl_exec_t
 +.EE
 +
 +- Set files with the ftpdctl_exec_t type, if you want to transition an executable to the ftpdctl_t domain.
@@ -27783,35 +27955,35 @@ index 5bebd82..5929171 100644
 +
 +.EX
 +.PP
-+.B ftpdctl_tmp_t 
++.B ftpdctl_tmp_t
 +.EE
 +
 +- Set files with the ftpdctl_tmp_t type, if you want to store ftpdctl temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux ftpd policy is very flexible allowing users to setup their ftpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for ftpd:
 +
 +.EX
 +.TP 5
-+.B ftp_data_port_t 
++.B ftp_data_port_t
 +.TP 10
 +.EE
 +
@@ -27822,7 +27994,7 @@ index 5bebd82..5929171 100644
 +
 +.EX
 +.TP 5
-+.B ftp_port_t 
++.B ftp_port_t
 +.TP 10
 +.EE
 +
@@ -27989,7 +28161,7 @@ index 5bebd82..5929171 100644
 +.SH "COMMANDS"
 +.B semanage fcontext
 +can also be used to manipulate default file context mappings.
-+.PP
+ .PP
 +.B semanage permissive
 +can also be used to manipulate whether or not a process type is permissive.
 +.PP
@@ -27998,18 +28170,19 @@ index 5bebd82..5929171 100644
 +
 +.B semanage port
 +can also be used to manipulate the port definitions
-+
+ 
+-selinux(8), ftpd(8), setsebool(8), semanage(8), restorecon(8)
 +.B semanage boolean
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ftpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -28017,18 +28190,18 @@ index 5bebd82..5929171 100644
 \ No newline at end of file
 diff --git a/man/man8/ftpdctl_selinux.8 b/man/man8/ftpdctl_selinux.8
 new file mode 100644
-index 0000000..25e7d12
+index 0000000..c926027
 --- /dev/null
 +++ b/man/man8/ftpdctl_selinux.8
 @@ -0,0 +1,95 @@
-+.TH  "ftpdctl_selinux"  "8"  "12-10-19" "ftpdctl" "SELinux Policy documentation for ftpdctl"
++.TH  "ftpdctl_selinux"  "8"  "12-11-01" "ftpdctl" "SELinux Policy documentation for ftpdctl"
 +.SH "NAME"
 +ftpdctl_selinux \- Security Enhanced Linux Policy for the ftpdctl processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ftpdctl processes via flexible mandatory access control.
 +
-+The ftpdctl processes execute with the ftpdctl_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ftpdctl processes execute with the ftpdctl_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -28045,33 +28218,33 @@ index 0000000..25e7d12
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ftpdctl policy is very flexible allowing users to setup their ftpdctl processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ftpdctl:
 +
 +.EX
-+.B ftpdctl_t 
++.B ftpdctl_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ftpdctl policy is very flexible allowing users to setup their ftpdctl processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ftpdctl:
 +
 +
 +.EX
 +.PP
-+.B ftpdctl_exec_t 
++.B ftpdctl_exec_t
 +.EE
 +
 +- Set files with the ftpdctl_exec_t type, if you want to transition an executable to the ftpdctl_t domain.
@@ -28079,15 +28252,15 @@ index 0000000..25e7d12
 +
 +.EX
 +.PP
-+.B ftpdctl_tmp_t 
++.B ftpdctl_tmp_t
 +.EE
 +
 +- Set files with the ftpdctl_tmp_t type, if you want to store ftpdctl temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -28105,13 +28278,13 @@ index 0000000..25e7d12
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ftpdctl(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -28119,18 +28292,18 @@ index 0000000..25e7d12
 \ No newline at end of file
 diff --git a/man/man8/games_selinux.8 b/man/man8/games_selinux.8
 new file mode 100644
-index 0000000..0f2f06b
+index 0000000..3e88bfa
 --- /dev/null
 +++ b/man/man8/games_selinux.8
 @@ -0,0 +1,178 @@
-+.TH  "games_selinux"  "8"  "12-10-19" "games" "SELinux Policy documentation for games"
++.TH  "games_selinux"  "8"  "12-11-01" "games" "SELinux Policy documentation for games"
 +.SH "NAME"
 +games_selinux \- Security Enhanced Linux Policy for the games processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the games processes via flexible mandatory access control.
 +
-+The games processes execute with the games_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The games processes execute with the games_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -28147,33 +28320,33 @@ index 0000000..0f2f06b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux games policy is very flexible allowing users to setup their games processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for games:
 +
 +.EX
-+.B games_t, games_srv_t 
++.B games_t, games_srv_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux games policy is very flexible allowing users to setup their games processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for games:
 +
 +
 +.EX
 +.PP
-+.B games_data_t 
++.B games_data_t
 +.EE
 +
 +- Set files with the games_data_t type, if you want to treat the files as games content.
@@ -28181,7 +28354,7 @@ index 0000000..0f2f06b
 +
 +.EX
 +.PP
-+.B games_exec_t 
++.B games_exec_t
 +.EE
 +
 +- Set files with the games_exec_t type, if you want to transition an executable to the games_t domain.
@@ -28189,7 +28362,7 @@ index 0000000..0f2f06b
 +
 +.EX
 +.PP
-+.B games_srv_var_run_t 
++.B games_srv_var_run_t
 +.EE
 +
 +- Set files with the games_srv_var_run_t type, if you want to store the games srv files under the /run directory.
@@ -28197,7 +28370,7 @@ index 0000000..0f2f06b
 +
 +.EX
 +.PP
-+.B games_tmp_t 
++.B games_tmp_t
 +.EE
 +
 +- Set files with the games_tmp_t type, if you want to store games temporary files in the /tmp directories.
@@ -28205,15 +28378,15 @@ index 0000000..0f2f06b
 +
 +.EX
 +.PP
-+.B games_tmpfs_t 
++.B games_tmpfs_t
 +.EE
 +
 +- Set files with the games_tmpfs_t type, if you want to store games files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -28291,30 +28464,30 @@ index 0000000..0f2f06b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), games(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/gconfd_selinux.8 b/man/man8/gconfd_selinux.8
 new file mode 100644
-index 0000000..615258a
+index 0000000..18de510
 --- /dev/null
 +++ b/man/man8/gconfd_selinux.8
 @@ -0,0 +1,129 @@
-+.TH  "gconfd_selinux"  "8"  "12-10-19" "gconfd" "SELinux Policy documentation for gconfd"
++.TH  "gconfd_selinux"  "8"  "12-11-01" "gconfd" "SELinux Policy documentation for gconfd"
 +.SH "NAME"
 +gconfd_selinux \- Security Enhanced Linux Policy for the gconfd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the gconfd processes via flexible mandatory access control.
 +
-+The gconfd processes execute with the gconfd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The gconfd processes execute with the gconfd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -28331,33 +28504,33 @@ index 0000000..615258a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux gconfd policy is very flexible allowing users to setup their gconfd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for gconfd:
 +
 +.EX
-+.B gconfdefaultsm_t, gconfd_t 
++.B gconfdefaultsm_t, gconfd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux gconfd policy is very flexible allowing users to setup their gconfd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for gconfd:
 +
 +
 +.EX
 +.PP
-+.B gconfd_exec_t 
++.B gconfd_exec_t
 +.EE
 +
 +- Set files with the gconfd_exec_t type, if you want to transition an executable to the gconfd_t domain.
@@ -28365,15 +28538,15 @@ index 0000000..615258a
 +
 +.EX
 +.PP
-+.B gconfdefaultsm_exec_t 
++.B gconfdefaultsm_exec_t
 +.EE
 +
 +- Set files with the gconfdefaultsm_exec_t type, if you want to transition an executable to the gconfdefaultsm_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -28425,13 +28598,13 @@ index 0000000..615258a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), gconfd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -28439,18 +28612,18 @@ index 0000000..615258a
 \ No newline at end of file
 diff --git a/man/man8/gconfdefaultsm_selinux.8 b/man/man8/gconfdefaultsm_selinux.8
 new file mode 100644
-index 0000000..6e39eec
+index 0000000..a13ef31
 --- /dev/null
 +++ b/man/man8/gconfdefaultsm_selinux.8
 @@ -0,0 +1,117 @@
-+.TH  "gconfdefaultsm_selinux"  "8"  "12-10-19" "gconfdefaultsm" "SELinux Policy documentation for gconfdefaultsm"
++.TH  "gconfdefaultsm_selinux"  "8"  "12-11-01" "gconfdefaultsm" "SELinux Policy documentation for gconfdefaultsm"
 +.SH "NAME"
 +gconfdefaultsm_selinux \- Security Enhanced Linux Policy for the gconfdefaultsm processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the gconfdefaultsm processes via flexible mandatory access control.
 +
-+The gconfdefaultsm processes execute with the gconfdefaultsm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The gconfdefaultsm processes execute with the gconfdefaultsm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -28467,41 +28640,41 @@ index 0000000..6e39eec
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux gconfdefaultsm policy is very flexible allowing users to setup their gconfdefaultsm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for gconfdefaultsm:
 +
 +.EX
-+.B gconfdefaultsm_t 
++.B gconfdefaultsm_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux gconfdefaultsm policy is very flexible allowing users to setup their gconfdefaultsm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for gconfdefaultsm:
 +
 +
 +.EX
 +.PP
-+.B gconfdefaultsm_exec_t 
++.B gconfdefaultsm_exec_t
 +.EE
 +
 +- Set files with the gconfdefaultsm_exec_t type, if you want to transition an executable to the gconfdefaultsm_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -28549,13 +28722,13 @@ index 0000000..6e39eec
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), gconfdefaultsm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -28563,18 +28736,18 @@ index 0000000..6e39eec
 \ No newline at end of file
 diff --git a/man/man8/getty_selinux.8 b/man/man8/getty_selinux.8
 new file mode 100644
-index 0000000..e5bae09
+index 0000000..d3c311a
 --- /dev/null
 +++ b/man/man8/getty_selinux.8
 @@ -0,0 +1,212 @@
-+.TH  "getty_selinux"  "8"  "12-10-19" "getty" "SELinux Policy documentation for getty"
++.TH  "getty_selinux"  "8"  "12-11-01" "getty" "SELinux Policy documentation for getty"
 +.SH "NAME"
 +getty_selinux \- Security Enhanced Linux Policy for the getty processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the getty processes via flexible mandatory access control.
 +
-+The getty processes execute with the getty_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The getty processes execute with the getty_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -28591,33 +28764,33 @@ index 0000000..e5bae09
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux getty policy is very flexible allowing users to setup their getty processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for getty:
 +
 +.EX
-+.B getty_t 
++.B getty_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux getty policy is very flexible allowing users to setup their getty processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for getty:
 +
 +
 +.EX
 +.PP
-+.B getty_etc_t 
++.B getty_etc_t
 +.EE
 +
 +- Set files with the getty_etc_t type, if you want to store getty files in the /etc directories.
@@ -28625,7 +28798,7 @@ index 0000000..e5bae09
 +
 +.EX
 +.PP
-+.B getty_exec_t 
++.B getty_exec_t
 +.EE
 +
 +- Set files with the getty_exec_t type, if you want to transition an executable to the getty_t domain.
@@ -28633,7 +28806,7 @@ index 0000000..e5bae09
 +
 +.EX
 +.PP
-+.B getty_lock_t 
++.B getty_lock_t
 +.EE
 +
 +- Set files with the getty_lock_t type, if you want to treat the files as getty lock data, stored under the /var/lock directory
@@ -28641,7 +28814,7 @@ index 0000000..e5bae09
 +
 +.EX
 +.PP
-+.B getty_log_t 
++.B getty_log_t
 +.EE
 +
 +- Set files with the getty_log_t type, if you want to treat the data as getty log data, usually stored under the /var/log directory.
@@ -28649,7 +28822,7 @@ index 0000000..e5bae09
 +
 +.EX
 +.PP
-+.B getty_tmp_t 
++.B getty_tmp_t
 +.EE
 +
 +- Set files with the getty_tmp_t type, if you want to store getty temporary files in the /tmp directories.
@@ -28657,7 +28830,7 @@ index 0000000..e5bae09
 +
 +.EX
 +.PP
-+.B getty_unit_file_t 
++.B getty_unit_file_t
 +.EE
 +
 +- Set files with the getty_unit_file_t type, if you want to treat the files as getty unit content.
@@ -28665,15 +28838,15 @@ index 0000000..e5bae09
 +
 +.EX
 +.PP
-+.B getty_var_run_t 
++.B getty_var_run_t
 +.EE
 +
 +- Set files with the getty_var_run_t type, if you want to store the getty files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -28769,30 +28942,30 @@ index 0000000..e5bae09
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), getty(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/gfs_controld_selinux.8 b/man/man8/gfs_controld_selinux.8
 new file mode 100644
-index 0000000..38603b8
+index 0000000..d464731
 --- /dev/null
 +++ b/man/man8/gfs_controld_selinux.8
 @@ -0,0 +1,160 @@
-+.TH  "gfs_controld_selinux"  "8"  "12-10-19" "gfs_controld" "SELinux Policy documentation for gfs_controld"
++.TH  "gfs_controld_selinux"  "8"  "12-11-01" "gfs_controld" "SELinux Policy documentation for gfs_controld"
 +.SH "NAME"
 +gfs_controld_selinux \- Security Enhanced Linux Policy for the gfs_controld processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the gfs_controld processes via flexible mandatory access control.
 +
-+The gfs_controld processes execute with the gfs_controld_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The gfs_controld processes execute with the gfs_controld_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -28809,33 +28982,33 @@ index 0000000..38603b8
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux gfs_controld policy is very flexible allowing users to setup their gfs_controld processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for gfs_controld:
 +
 +.EX
-+.B gfs_controld_t 
++.B gfs_controld_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux gfs_controld policy is very flexible allowing users to setup their gfs_controld processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for gfs_controld:
 +
 +
 +.EX
 +.PP
-+.B gfs_controld_exec_t 
++.B gfs_controld_exec_t
 +.EE
 +
 +- Set files with the gfs_controld_exec_t type, if you want to transition an executable to the gfs_controld_t domain.
@@ -28843,7 +29016,7 @@ index 0000000..38603b8
 +
 +.EX
 +.PP
-+.B gfs_controld_tmpfs_t 
++.B gfs_controld_tmpfs_t
 +.EE
 +
 +- Set files with the gfs_controld_tmpfs_t type, if you want to store gfs controld files on a tmpfs file system.
@@ -28851,7 +29024,7 @@ index 0000000..38603b8
 +
 +.EX
 +.PP
-+.B gfs_controld_var_log_t 
++.B gfs_controld_var_log_t
 +.EE
 +
 +- Set files with the gfs_controld_var_log_t type, if you want to treat the data as gfs controld var log data, usually stored under the /var/log directory.
@@ -28859,15 +29032,15 @@ index 0000000..38603b8
 +
 +.EX
 +.PP
-+.B gfs_controld_var_run_t 
++.B gfs_controld_var_run_t
 +.EE
 +
 +- Set files with the gfs_controld_var_run_t type, if you want to store the gfs controld files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -28935,13 +29108,13 @@ index 0000000..38603b8
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), gfs_controld(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -29062,13 +29235,13 @@ index e9c43b1..0000000
 -selinux(8), git(8), chcon(1), semodule(8), setsebool(8)
 diff --git a/man/man8/git_shell_selinux.8 b/man/man8/git_shell_selinux.8
 new file mode 100644
-index 0000000..aef4afb
+index 0000000..f991f0f
 --- /dev/null
 +++ b/man/man8/git_shell_selinux.8
 @@ -0,0 +1,133 @@
 +.TH  "git_shell_selinux"  "8"  "git_shell" "mgrepl at redhat.com" "git_shell SELinux Policy documentation"
 +.SH "NAME"
-+git_shell_u \- \fBgit_shell user role\fP - Security Enhanced Linux Policy 
++git_shell_u \- \fBgit_shell user role\fP - Security Enhanced Linux Policy
 +
 +.SH DESCRIPTION
 +
@@ -29080,7 +29253,7 @@ index 0000000..aef4afb
 +
 +.B git_shell_u:git_shell_r:git_shell_t:s0-s0:c0.c1023
 +
-+Linux users are automatically assigned an SELinux users at login.  
++Linux users are automatically assigned an SELinux users at login.
 +Login programs use the SELinux User to assign initial context to the user's shell.
 +
 +SELinux policy uses the context to control the user's access.
@@ -29188,13 +29361,13 @@ index 0000000..aef4afb
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), git_shell(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -29202,18 +29375,18 @@ index 0000000..aef4afb
 \ No newline at end of file
 diff --git a/man/man8/gitosis_selinux.8 b/man/man8/gitosis_selinux.8
 new file mode 100644
-index 0000000..2a27670
+index 0000000..56b4bdf
 --- /dev/null
 +++ b/man/man8/gitosis_selinux.8
 @@ -0,0 +1,128 @@
-+.TH  "gitosis_selinux"  "8"  "12-10-19" "gitosis" "SELinux Policy documentation for gitosis"
++.TH  "gitosis_selinux"  "8"  "12-11-01" "gitosis" "SELinux Policy documentation for gitosis"
 +.SH "NAME"
 +gitosis_selinux \- Security Enhanced Linux Policy for the gitosis processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the gitosis processes via flexible mandatory access control.
 +
-+The gitosis processes execute with the gitosis_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The gitosis processes execute with the gitosis_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -29230,17 +29403,17 @@ index 0000000..2a27670
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux gitosis policy is very flexible allowing users to setup their gitosis processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for gitosis:
 +
 +.EX
-+.B gitosis_t 
++.B gitosis_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -29262,19 +29435,19 @@ index 0000000..2a27670
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux gitosis policy is very flexible allowing users to setup their gitosis processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for gitosis:
 +
 +
 +.EX
 +.PP
-+.B gitosis_exec_t 
++.B gitosis_exec_t
 +.EE
 +
 +- Set files with the gitosis_exec_t type, if you want to transition an executable to the gitosis_t domain.
@@ -29282,15 +29455,15 @@ index 0000000..2a27670
 +
 +.EX
 +.PP
-+.B gitosis_var_lib_t 
++.B gitosis_var_lib_t
 +.EE
 +
 +- Set files with the gitosis_var_lib_t type, if you want to store the gitosis files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -29323,13 +29496,13 @@ index 0000000..2a27670
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), gitosis(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -29337,18 +29510,18 @@ index 0000000..2a27670
 \ No newline at end of file
 diff --git a/man/man8/glance_api_selinux.8 b/man/man8/glance_api_selinux.8
 new file mode 100644
-index 0000000..35b23ec
+index 0000000..f7a5295
 --- /dev/null
 +++ b/man/man8/glance_api_selinux.8
 @@ -0,0 +1,121 @@
-+.TH  "glance_api_selinux"  "8"  "12-10-19" "glance_api" "SELinux Policy documentation for glance_api"
++.TH  "glance_api_selinux"  "8"  "12-11-01" "glance_api" "SELinux Policy documentation for glance_api"
 +.SH "NAME"
 +glance_api_selinux \- Security Enhanced Linux Policy for the glance_api processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the glance_api processes via flexible mandatory access control.
 +
-+The glance_api processes execute with the glance_api_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The glance_api processes execute with the glance_api_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -29365,33 +29538,33 @@ index 0000000..35b23ec
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux glance_api policy is very flexible allowing users to setup their glance_api processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for glance_api:
 +
 +.EX
-+.B glance_api_t 
++.B glance_api_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux glance_api policy is very flexible allowing users to setup their glance_api processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for glance_api:
 +
 +
 +.EX
 +.PP
-+.B glance_api_exec_t 
++.B glance_api_exec_t
 +.EE
 +
 +- Set files with the glance_api_exec_t type, if you want to transition an executable to the glance_api_t domain.
@@ -29399,15 +29572,15 @@ index 0000000..35b23ec
 +
 +.EX
 +.PP
-+.B glance_api_initrc_exec_t 
++.B glance_api_initrc_exec_t
 +.EE
 +
 +- Set files with the glance_api_initrc_exec_t type, if you want to transition an executable to the glance_api_initrc_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -29451,13 +29624,13 @@ index 0000000..35b23ec
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), glance_api(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -29465,18 +29638,18 @@ index 0000000..35b23ec
 \ No newline at end of file
 diff --git a/man/man8/glance_registry_selinux.8 b/man/man8/glance_registry_selinux.8
 new file mode 100644
-index 0000000..2a756ba
+index 0000000..1846d51
 --- /dev/null
 +++ b/man/man8/glance_registry_selinux.8
 @@ -0,0 +1,157 @@
-+.TH  "glance_registry_selinux"  "8"  "12-10-19" "glance_registry" "SELinux Policy documentation for glance_registry"
++.TH  "glance_registry_selinux"  "8"  "12-11-01" "glance_registry" "SELinux Policy documentation for glance_registry"
 +.SH "NAME"
 +glance_registry_selinux \- Security Enhanced Linux Policy for the glance_registry processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the glance_registry processes via flexible mandatory access control.
 +
-+The glance_registry processes execute with the glance_registry_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The glance_registry processes execute with the glance_registry_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -29493,33 +29666,33 @@ index 0000000..2a756ba
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux glance_registry policy is very flexible allowing users to setup their glance_registry processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for glance_registry:
 +
 +.EX
-+.B glance_registry_t 
++.B glance_registry_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux glance_registry policy is very flexible allowing users to setup their glance_registry processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for glance_registry:
 +
 +
 +.EX
 +.PP
-+.B glance_registry_exec_t 
++.B glance_registry_exec_t
 +.EE
 +
 +- Set files with the glance_registry_exec_t type, if you want to transition an executable to the glance_registry_t domain.
@@ -29527,7 +29700,7 @@ index 0000000..2a756ba
 +
 +.EX
 +.PP
-+.B glance_registry_initrc_exec_t 
++.B glance_registry_initrc_exec_t
 +.EE
 +
 +- Set files with the glance_registry_initrc_exec_t type, if you want to transition an executable to the glance_registry_initrc_t domain.
@@ -29535,35 +29708,35 @@ index 0000000..2a756ba
 +
 +.EX
 +.PP
-+.B glance_registry_tmp_t 
++.B glance_registry_tmp_t
 +.EE
 +
 +- Set files with the glance_registry_tmp_t type, if you want to store glance registry temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux glance_registry policy is very flexible allowing users to setup their glance_registry processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for glance_registry:
 +
 +.EX
 +.TP 5
-+.B glance_registry_port_t 
++.B glance_registry_port_t
 +.TP 10
 +.EE
 +
@@ -29615,13 +29788,13 @@ index 0000000..2a756ba
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), glance_registry(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -29629,18 +29802,18 @@ index 0000000..2a756ba
 \ No newline at end of file
 diff --git a/man/man8/glusterd_selinux.8 b/man/man8/glusterd_selinux.8
 new file mode 100644
-index 0000000..bdf341e
+index 0000000..b54fc9a
 --- /dev/null
 +++ b/man/man8/glusterd_selinux.8
 @@ -0,0 +1,182 @@
-+.TH  "glusterd_selinux"  "8"  "12-10-19" "glusterd" "SELinux Policy documentation for glusterd"
++.TH  "glusterd_selinux"  "8"  "12-11-01" "glusterd" "SELinux Policy documentation for glusterd"
 +.SH "NAME"
 +glusterd_selinux \- Security Enhanced Linux Policy for the glusterd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the glusterd processes via flexible mandatory access control.
 +
-+The glusterd processes execute with the glusterd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The glusterd processes execute with the glusterd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -29657,33 +29830,33 @@ index 0000000..bdf341e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux glusterd policy is very flexible allowing users to setup their glusterd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for glusterd:
 +
 +.EX
-+.B glusterd_t 
++.B glusterd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux glusterd policy is very flexible allowing users to setup their glusterd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for glusterd:
 +
 +
 +.EX
 +.PP
-+.B glusterd_etc_t 
++.B glusterd_etc_t
 +.EE
 +
 +- Set files with the glusterd_etc_t type, if you want to store glusterd files in the /etc directories.
@@ -29691,7 +29864,7 @@ index 0000000..bdf341e
 +
 +.EX
 +.PP
-+.B glusterd_exec_t 
++.B glusterd_exec_t
 +.EE
 +
 +- Set files with the glusterd_exec_t type, if you want to transition an executable to the glusterd_t domain.
@@ -29699,7 +29872,7 @@ index 0000000..bdf341e
 +
 +.EX
 +.PP
-+.B glusterd_initrc_exec_t 
++.B glusterd_initrc_exec_t
 +.EE
 +
 +- Set files with the glusterd_initrc_exec_t type, if you want to transition an executable to the glusterd_initrc_t domain.
@@ -29707,7 +29880,7 @@ index 0000000..bdf341e
 +
 +.EX
 +.PP
-+.B glusterd_log_t 
++.B glusterd_log_t
 +.EE
 +
 +- Set files with the glusterd_log_t type, if you want to treat the data as glusterd log data, usually stored under the /var/log directory.
@@ -29715,7 +29888,7 @@ index 0000000..bdf341e
 +
 +.EX
 +.PP
-+.B glusterd_tmp_t 
++.B glusterd_tmp_t
 +.EE
 +
 +- Set files with the glusterd_tmp_t type, if you want to store glusterd temporary files in the /tmp directories.
@@ -29723,7 +29896,7 @@ index 0000000..bdf341e
 +
 +.EX
 +.PP
-+.B glusterd_var_lib_t 
++.B glusterd_var_lib_t
 +.EE
 +
 +- Set files with the glusterd_var_lib_t type, if you want to store the glusterd files under the /var/lib directory.
@@ -29731,15 +29904,15 @@ index 0000000..bdf341e
 +
 +.EX
 +.PP
-+.B glusterd_var_run_t 
++.B glusterd_var_run_t
 +.EE
 +
 +- Set files with the glusterd_var_run_t type, if you want to store the glusterd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -29805,30 +29978,30 @@ index 0000000..bdf341e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), glusterd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/gnomeclock_selinux.8 b/man/man8/gnomeclock_selinux.8
 new file mode 100644
-index 0000000..5036a7d
+index 0000000..3f491fb
 --- /dev/null
 +++ b/man/man8/gnomeclock_selinux.8
 @@ -0,0 +1,144 @@
-+.TH  "gnomeclock_selinux"  "8"  "12-10-19" "gnomeclock" "SELinux Policy documentation for gnomeclock"
++.TH  "gnomeclock_selinux"  "8"  "12-11-01" "gnomeclock" "SELinux Policy documentation for gnomeclock"
 +.SH "NAME"
 +gnomeclock_selinux \- Security Enhanced Linux Policy for the gnomeclock processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the gnomeclock processes via flexible mandatory access control.
 +
-+The gnomeclock processes execute with the gnomeclock_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The gnomeclock processes execute with the gnomeclock_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -29845,41 +30018,41 @@ index 0000000..5036a7d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux gnomeclock policy is very flexible allowing users to setup their gnomeclock processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for gnomeclock:
 +
 +.EX
-+.B gnomeclock_t 
++.B gnomeclock_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux gnomeclock policy is very flexible allowing users to setup their gnomeclock processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for gnomeclock:
 +
 +
 +.EX
 +.PP
-+.B gnomeclock_exec_t 
++.B gnomeclock_exec_t
 +.EE
 +
 +- Set files with the gnomeclock_exec_t type, if you want to transition an executable to the gnomeclock_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -29955,30 +30128,30 @@ index 0000000..5036a7d
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), gnomeclock(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/gnomesystemmm_selinux.8 b/man/man8/gnomesystemmm_selinux.8
 new file mode 100644
-index 0000000..4d49c0c
+index 0000000..a1956e7
 --- /dev/null
 +++ b/man/man8/gnomesystemmm_selinux.8
 @@ -0,0 +1,96 @@
-+.TH  "gnomesystemmm_selinux"  "8"  "12-10-19" "gnomesystemmm" "SELinux Policy documentation for gnomesystemmm"
++.TH  "gnomesystemmm_selinux"  "8"  "12-11-01" "gnomesystemmm" "SELinux Policy documentation for gnomesystemmm"
 +.SH "NAME"
 +gnomesystemmm_selinux \- Security Enhanced Linux Policy for the gnomesystemmm processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the gnomesystemmm processes via flexible mandatory access control.
 +
-+The gnomesystemmm processes execute with the gnomesystemmm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The gnomesystemmm processes execute with the gnomesystemmm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -29995,41 +30168,41 @@ index 0000000..4d49c0c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux gnomesystemmm policy is very flexible allowing users to setup their gnomesystemmm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for gnomesystemmm:
 +
 +.EX
-+.B gnomesystemmm_t 
++.B gnomesystemmm_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux gnomesystemmm policy is very flexible allowing users to setup their gnomesystemmm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for gnomesystemmm:
 +
 +
 +.EX
 +.PP
-+.B gnomesystemmm_exec_t 
++.B gnomesystemmm_exec_t
 +.EE
 +
 +- Set files with the gnomesystemmm_exec_t type, if you want to transition an executable to the gnomesystemmm_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -30057,30 +30230,30 @@ index 0000000..4d49c0c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), gnomesystemmm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/gpg_agent_selinux.8 b/man/man8/gpg_agent_selinux.8
 new file mode 100644
-index 0000000..77b5b82
+index 0000000..c5861f9
 --- /dev/null
 +++ b/man/man8/gpg_agent_selinux.8
 @@ -0,0 +1,144 @@
-+.TH  "gpg_agent_selinux"  "8"  "12-10-19" "gpg_agent" "SELinux Policy documentation for gpg_agent"
++.TH  "gpg_agent_selinux"  "8"  "12-11-01" "gpg_agent" "SELinux Policy documentation for gpg_agent"
 +.SH "NAME"
 +gpg_agent_selinux \- Security Enhanced Linux Policy for the gpg_agent processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the gpg_agent processes via flexible mandatory access control.
 +
-+The gpg_agent processes execute with the gpg_agent_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The gpg_agent processes execute with the gpg_agent_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -30097,17 +30270,17 @@ index 0000000..77b5b82
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux gpg_agent policy is very flexible allowing users to setup their gpg_agent processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for gpg_agent:
 +
 +.EX
-+.B gpg_agent_t 
++.B gpg_agent_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -30129,19 +30302,19 @@ index 0000000..77b5b82
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux gpg_agent policy is very flexible allowing users to setup their gpg_agent processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for gpg_agent:
 +
 +
 +.EX
 +.PP
-+.B gpg_agent_exec_t 
++.B gpg_agent_exec_t
 +.EE
 +
 +- Set files with the gpg_agent_exec_t type, if you want to transition an executable to the gpg_agent_t domain.
@@ -30149,15 +30322,15 @@ index 0000000..77b5b82
 +
 +.EX
 +.PP
-+.B gpg_agent_tmp_t 
++.B gpg_agent_tmp_t
 +.EE
 +
 +- Set files with the gpg_agent_tmp_t type, if you want to store gpg agent temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -30206,13 +30379,13 @@ index 0000000..77b5b82
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), gpg_agent(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -30220,18 +30393,18 @@ index 0000000..77b5b82
 \ No newline at end of file
 diff --git a/man/man8/gpg_helper_selinux.8 b/man/man8/gpg_helper_selinux.8
 new file mode 100644
-index 0000000..3f817f1
+index 0000000..b331e87
 --- /dev/null
 +++ b/man/man8/gpg_helper_selinux.8
 @@ -0,0 +1,101 @@
-+.TH  "gpg_helper_selinux"  "8"  "12-10-19" "gpg_helper" "SELinux Policy documentation for gpg_helper"
++.TH  "gpg_helper_selinux"  "8"  "12-11-01" "gpg_helper" "SELinux Policy documentation for gpg_helper"
 +.SH "NAME"
 +gpg_helper_selinux \- Security Enhanced Linux Policy for the gpg_helper processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the gpg_helper processes via flexible mandatory access control.
 +
-+The gpg_helper processes execute with the gpg_helper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The gpg_helper processes execute with the gpg_helper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -30248,41 +30421,41 @@ index 0000000..3f817f1
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux gpg_helper policy is very flexible allowing users to setup their gpg_helper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for gpg_helper:
 +
 +.EX
-+.B gpg_helper_t 
++.B gpg_helper_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux gpg_helper policy is very flexible allowing users to setup their gpg_helper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for gpg_helper:
 +
 +
 +.EX
 +.PP
-+.B gpg_helper_exec_t 
++.B gpg_helper_exec_t
 +.EE
 +
 +- Set files with the gpg_helper_exec_t type, if you want to transition an executable to the gpg_helper_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -30314,13 +30487,13 @@ index 0000000..3f817f1
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), gpg_helper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -30328,18 +30501,18 @@ index 0000000..3f817f1
 \ No newline at end of file
 diff --git a/man/man8/gpg_selinux.8 b/man/man8/gpg_selinux.8
 new file mode 100644
-index 0000000..a046ac9
+index 0000000..4748f85
 --- /dev/null
 +++ b/man/man8/gpg_selinux.8
 @@ -0,0 +1,361 @@
-+.TH  "gpg_selinux"  "8"  "12-10-19" "gpg" "SELinux Policy documentation for gpg"
++.TH  "gpg_selinux"  "8"  "12-11-01" "gpg" "SELinux Policy documentation for gpg"
 +.SH "NAME"
 +gpg_selinux \- Security Enhanced Linux Policy for the gpg processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the gpg processes via flexible mandatory access control.
 +
-+The gpg processes execute with the gpg_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The gpg processes execute with the gpg_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -30356,17 +30529,17 @@ index 0000000..a046ac9
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux gpg policy is very flexible allowing users to setup their gpg processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for gpg:
 +
 +.EX
-+.B gpg_t, gpg_pinentry_t, gpg_helper_t, gpg_web_t, gpg_agent_t 
++.B gpg_t, gpg_pinentry_t, gpg_helper_t, gpg_web_t, gpg_agent_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -30435,19 +30608,19 @@ index 0000000..a046ac9
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux gpg policy is very flexible allowing users to setup their gpg processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for gpg:
 +
 +
 +.EX
 +.PP
-+.B gpg_agent_exec_t 
++.B gpg_agent_exec_t
 +.EE
 +
 +- Set files with the gpg_agent_exec_t type, if you want to transition an executable to the gpg_agent_t domain.
@@ -30455,7 +30628,7 @@ index 0000000..a046ac9
 +
 +.EX
 +.PP
-+.B gpg_agent_tmp_t 
++.B gpg_agent_tmp_t
 +.EE
 +
 +- Set files with the gpg_agent_tmp_t type, if you want to store gpg agent temporary files in the /tmp directories.
@@ -30463,7 +30636,7 @@ index 0000000..a046ac9
 +
 +.EX
 +.PP
-+.B gpg_exec_t 
++.B gpg_exec_t
 +.EE
 +
 +- Set files with the gpg_exec_t type, if you want to transition an executable to the gpg_t domain.
@@ -30471,7 +30644,7 @@ index 0000000..a046ac9
 +
 +.EX
 +.PP
-+.B gpg_helper_exec_t 
++.B gpg_helper_exec_t
 +.EE
 +
 +- Set files with the gpg_helper_exec_t type, if you want to transition an executable to the gpg_helper_t domain.
@@ -30479,7 +30652,7 @@ index 0000000..a046ac9
 +
 +.EX
 +.PP
-+.B gpg_pinentry_tmp_t 
++.B gpg_pinentry_tmp_t
 +.EE
 +
 +- Set files with the gpg_pinentry_tmp_t type, if you want to store gpg pinentry temporary files in the /tmp directories.
@@ -30487,7 +30660,7 @@ index 0000000..a046ac9
 +
 +.EX
 +.PP
-+.B gpg_pinentry_tmpfs_t 
++.B gpg_pinentry_tmpfs_t
 +.EE
 +
 +- Set files with the gpg_pinentry_tmpfs_t type, if you want to store gpg pinentry files on a tmpfs file system.
@@ -30495,15 +30668,15 @@ index 0000000..a046ac9
 +
 +.EX
 +.PP
-+.B gpg_secret_t 
++.B gpg_secret_t
 +.EE
 +
 +- Set files with the gpg_secret_t type, if you want to treat the files as gpg se secret data.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -30682,13 +30855,13 @@ index 0000000..a046ac9
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), gpg(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -30696,18 +30869,18 @@ index 0000000..a046ac9
 \ No newline at end of file
 diff --git a/man/man8/gpm_selinux.8 b/man/man8/gpm_selinux.8
 new file mode 100644
-index 0000000..120c674
+index 0000000..6c04bf7
 --- /dev/null
 +++ b/man/man8/gpm_selinux.8
 @@ -0,0 +1,130 @@
-+.TH  "gpm_selinux"  "8"  "12-10-19" "gpm" "SELinux Policy documentation for gpm"
++.TH  "gpm_selinux"  "8"  "12-11-01" "gpm" "SELinux Policy documentation for gpm"
 +.SH "NAME"
 +gpm_selinux \- Security Enhanced Linux Policy for the gpm processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the gpm processes via flexible mandatory access control.
 +
-+The gpm processes execute with the gpm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The gpm processes execute with the gpm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -30724,33 +30897,33 @@ index 0000000..120c674
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux gpm policy is very flexible allowing users to setup their gpm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for gpm:
 +
 +.EX
-+.B gpm_t 
++.B gpm_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux gpm policy is very flexible allowing users to setup their gpm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for gpm:
 +
 +
 +.EX
 +.PP
-+.B gpm_conf_t 
++.B gpm_conf_t
 +.EE
 +
 +- Set files with the gpm_conf_t type, if you want to treat the files as gpm configuration data, usually stored under the /etc directory.
@@ -30758,7 +30931,7 @@ index 0000000..120c674
 +
 +.EX
 +.PP
-+.B gpm_exec_t 
++.B gpm_exec_t
 +.EE
 +
 +- Set files with the gpm_exec_t type, if you want to transition an executable to the gpm_t domain.
@@ -30766,7 +30939,7 @@ index 0000000..120c674
 +
 +.EX
 +.PP
-+.B gpm_tmp_t 
++.B gpm_tmp_t
 +.EE
 +
 +- Set files with the gpm_tmp_t type, if you want to store gpm temporary files in the /tmp directories.
@@ -30774,7 +30947,7 @@ index 0000000..120c674
 +
 +.EX
 +.PP
-+.B gpm_var_run_t 
++.B gpm_var_run_t
 +.EE
 +
 +- Set files with the gpm_var_run_t type, if you want to store the gpm files under the /run directory.
@@ -30782,15 +30955,15 @@ index 0000000..120c674
 +
 +.EX
 +.PP
-+.B gpmctl_t 
++.B gpmctl_t
 +.EE
 +
 +- Set files with the gpmctl_t type, if you want to treat the files as gpmctl data.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -30820,30 +30993,30 @@ index 0000000..120c674
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), gpm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/gpsd_selinux.8 b/man/man8/gpsd_selinux.8
 new file mode 100644
-index 0000000..2107a33
+index 0000000..9c4572e
 --- /dev/null
 +++ b/man/man8/gpsd_selinux.8
 @@ -0,0 +1,174 @@
-+.TH  "gpsd_selinux"  "8"  "12-10-19" "gpsd" "SELinux Policy documentation for gpsd"
++.TH  "gpsd_selinux"  "8"  "12-11-01" "gpsd" "SELinux Policy documentation for gpsd"
 +.SH "NAME"
 +gpsd_selinux \- Security Enhanced Linux Policy for the gpsd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the gpsd processes via flexible mandatory access control.
 +
-+The gpsd processes execute with the gpsd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The gpsd processes execute with the gpsd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -30860,33 +31033,33 @@ index 0000000..2107a33
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux gpsd policy is very flexible allowing users to setup their gpsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for gpsd:
 +
 +.EX
-+.B gpsd_t 
++.B gpsd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux gpsd policy is very flexible allowing users to setup their gpsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for gpsd:
 +
 +
 +.EX
 +.PP
-+.B gpsd_exec_t 
++.B gpsd_exec_t
 +.EE
 +
 +- Set files with the gpsd_exec_t type, if you want to transition an executable to the gpsd_t domain.
@@ -30894,7 +31067,7 @@ index 0000000..2107a33
 +
 +.EX
 +.PP
-+.B gpsd_initrc_exec_t 
++.B gpsd_initrc_exec_t
 +.EE
 +
 +- Set files with the gpsd_initrc_exec_t type, if you want to transition an executable to the gpsd_initrc_t domain.
@@ -30902,7 +31075,7 @@ index 0000000..2107a33
 +
 +.EX
 +.PP
-+.B gpsd_tmpfs_t 
++.B gpsd_tmpfs_t
 +.EE
 +
 +- Set files with the gpsd_tmpfs_t type, if you want to store gpsd files on a tmpfs file system.
@@ -30910,35 +31083,35 @@ index 0000000..2107a33
 +
 +.EX
 +.PP
-+.B gpsd_var_run_t 
++.B gpsd_var_run_t
 +.EE
 +
 +- Set files with the gpsd_var_run_t type, if you want to store the gpsd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux gpsd policy is very flexible allowing users to setup their gpsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for gpsd:
 +
 +.EX
 +.TP 5
-+.B gpsd_port_t 
++.B gpsd_port_t
 +.TP 10
 +.EE
 +
@@ -31000,30 +31173,30 @@ index 0000000..2107a33
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), gpsd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/greylist_milter_selinux.8 b/man/man8/greylist_milter_selinux.8
 new file mode 100644
-index 0000000..88b7fbe
+index 0000000..848aace
 --- /dev/null
 +++ b/man/man8/greylist_milter_selinux.8
 @@ -0,0 +1,126 @@
-+.TH  "greylist_milter_selinux"  "8"  "12-10-19" "greylist_milter" "SELinux Policy documentation for greylist_milter"
++.TH  "greylist_milter_selinux"  "8"  "12-11-01" "greylist_milter" "SELinux Policy documentation for greylist_milter"
 +.SH "NAME"
 +greylist_milter_selinux \- Security Enhanced Linux Policy for the greylist_milter processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the greylist_milter processes via flexible mandatory access control.
 +
-+The greylist_milter processes execute with the greylist_milter_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The greylist_milter processes execute with the greylist_milter_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -31040,33 +31213,33 @@ index 0000000..88b7fbe
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux greylist_milter policy is very flexible allowing users to setup their greylist_milter processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for greylist_milter:
 +
 +.EX
-+.B greylist_milter_t 
++.B greylist_milter_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux greylist_milter policy is very flexible allowing users to setup their greylist_milter processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for greylist_milter:
 +
 +
 +.EX
 +.PP
-+.B greylist_milter_data_t 
++.B greylist_milter_data_t
 +.EE
 +
 +- Set files with the greylist_milter_data_t type, if you want to treat the files as greylist milter content.
@@ -31074,15 +31247,15 @@ index 0000000..88b7fbe
 +
 +.EX
 +.PP
-+.B greylist_milter_exec_t 
++.B greylist_milter_exec_t
 +.EE
 +
 +- Set files with the greylist_milter_exec_t type, if you want to transition an executable to the greylist_milter_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -31132,30 +31305,30 @@ index 0000000..88b7fbe
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), greylist_milter(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/groupadd_selinux.8 b/man/man8/groupadd_selinux.8
 new file mode 100644
-index 0000000..e19e0e5
+index 0000000..929fc9a
 --- /dev/null
 +++ b/man/man8/groupadd_selinux.8
 @@ -0,0 +1,176 @@
-+.TH  "groupadd_selinux"  "8"  "12-10-19" "groupadd" "SELinux Policy documentation for groupadd"
++.TH  "groupadd_selinux"  "8"  "12-11-01" "groupadd" "SELinux Policy documentation for groupadd"
 +.SH "NAME"
 +groupadd_selinux \- Security Enhanced Linux Policy for the groupadd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the groupadd processes via flexible mandatory access control.
 +
-+The groupadd processes execute with the groupadd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The groupadd processes execute with the groupadd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -31172,41 +31345,41 @@ index 0000000..e19e0e5
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux groupadd policy is very flexible allowing users to setup their groupadd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for groupadd:
 +
 +.EX
-+.B groupadd_t 
++.B groupadd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux groupadd policy is very flexible allowing users to setup their groupadd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for groupadd:
 +
 +
 +.EX
 +.PP
-+.B groupadd_exec_t 
++.B groupadd_exec_t
 +.EE
 +
 +- Set files with the groupadd_exec_t type, if you want to transition an executable to the groupadd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -31240,10 +31413,18 @@ index 0000000..e19e0e5
 +.br
 +	/etc/passwd[-\+]?
 +.br
++	/etc/passwd\.adjunct.*
++.br
 +	/etc/ptmptmp
 +.br
++	/etc/\.pwd\.lock
++.br
++	/etc/group\.lock
++.br
 +	/etc/passwd\.OLD
 +.br
++	/etc/passwd\.lock
++.br
 +
 +.br
 +.B pcscd_var_run_t
@@ -31274,14 +31455,6 @@ index 0000000..e19e0e5
 +.br
 +	/var/db/shadow.*
 +.br
-+	/etc/passwd\.adjunct.*
-+.br
-+	/etc/\.pwd\.lock
-+.br
-+	/etc/group\.lock
-+.br
-+	/etc/passwd\.lock
-+.br
 +	/etc/security/opasswd
 +.br
 +	/etc/security/opasswd\.old
@@ -31314,30 +31487,30 @@ index 0000000..e19e0e5
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), groupadd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/groupd_selinux.8 b/man/man8/groupd_selinux.8
 new file mode 100644
-index 0000000..ff65242
+index 0000000..88f7928
 --- /dev/null
 +++ b/man/man8/groupd_selinux.8
 @@ -0,0 +1,153 @@
-+.TH  "groupd_selinux"  "8"  "12-10-19" "groupd" "SELinux Policy documentation for groupd"
++.TH  "groupd_selinux"  "8"  "12-11-01" "groupd" "SELinux Policy documentation for groupd"
 +.SH "NAME"
 +groupd_selinux \- Security Enhanced Linux Policy for the groupd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the groupd processes via flexible mandatory access control.
 +
-+The groupd processes execute with the groupd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The groupd processes execute with the groupd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -31354,33 +31527,33 @@ index 0000000..ff65242
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux groupd policy is very flexible allowing users to setup their groupd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for groupd:
 +
 +.EX
-+.B groupadd_t, groupd_t 
++.B groupadd_t, groupd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux groupd policy is very flexible allowing users to setup their groupd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for groupd:
 +
 +
 +.EX
 +.PP
-+.B groupd_exec_t 
++.B groupd_exec_t
 +.EE
 +
 +- Set files with the groupd_exec_t type, if you want to transition an executable to the groupd_t domain.
@@ -31388,7 +31561,7 @@ index 0000000..ff65242
 +
 +.EX
 +.PP
-+.B groupd_tmpfs_t 
++.B groupd_tmpfs_t
 +.EE
 +
 +- Set files with the groupd_tmpfs_t type, if you want to store groupd files on a tmpfs file system.
@@ -31396,7 +31569,7 @@ index 0000000..ff65242
 +
 +.EX
 +.PP
-+.B groupd_var_log_t 
++.B groupd_var_log_t
 +.EE
 +
 +- Set files with the groupd_var_log_t type, if you want to treat the data as groupd var log data, usually stored under the /var/log directory.
@@ -31404,15 +31577,15 @@ index 0000000..ff65242
 +
 +.EX
 +.PP
-+.B groupd_var_run_t 
++.B groupd_var_run_t
 +.EE
 +
 +- Set files with the groupd_var_run_t type, if you want to store the groupd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -31472,13 +31645,13 @@ index 0000000..ff65242
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), groupd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -31486,18 +31659,18 @@ index 0000000..ff65242
 \ No newline at end of file
 diff --git a/man/man8/gssd_selinux.8 b/man/man8/gssd_selinux.8
 new file mode 100644
-index 0000000..79e9165
+index 0000000..071e84c
 --- /dev/null
 +++ b/man/man8/gssd_selinux.8
 @@ -0,0 +1,204 @@
-+.TH  "gssd_selinux"  "8"  "12-10-19" "gssd" "SELinux Policy documentation for gssd"
++.TH  "gssd_selinux"  "8"  "12-11-01" "gssd" "SELinux Policy documentation for gssd"
 +.SH "NAME"
 +gssd_selinux \- Security Enhanced Linux Policy for the gssd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the gssd processes via flexible mandatory access control.
 +
-+The gssd processes execute with the gssd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The gssd processes execute with the gssd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -31514,17 +31687,17 @@ index 0000000..79e9165
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux gssd policy is very flexible allowing users to setup their gssd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for gssd:
 +
 +.EX
-+.B gssd_t 
++.B gssd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -31546,19 +31719,19 @@ index 0000000..79e9165
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux gssd policy is very flexible allowing users to setup their gssd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for gssd:
 +
 +
 +.EX
 +.PP
-+.B gssd_exec_t 
++.B gssd_exec_t
 +.EE
 +
 +- Set files with the gssd_exec_t type, if you want to transition an executable to the gssd_t domain.
@@ -31566,7 +31739,7 @@ index 0000000..79e9165
 +
 +.EX
 +.PP
-+.B gssd_keytab_t 
++.B gssd_keytab_t
 +.EE
 +
 +- Set files with the gssd_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -31574,15 +31747,15 @@ index 0000000..79e9165
 +
 +.EX
 +.PP
-+.B gssd_tmp_t 
++.B gssd_tmp_t
 +.EE
 +
 +- Set files with the gssd_tmp_t type, if you want to store gssd temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -31683,13 +31856,13 @@ index 0000000..79e9165
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), gssd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -31697,13 +31870,13 @@ index 0000000..79e9165
 \ No newline at end of file
 diff --git a/man/man8/guest_selinux.8 b/man/man8/guest_selinux.8
 new file mode 100644
-index 0000000..8ebfc27
+index 0000000..dc5e824
 --- /dev/null
 +++ b/man/man8/guest_selinux.8
 @@ -0,0 +1,241 @@
 +.TH  "guest_selinux"  "8"  "guest" "mgrepl at redhat.com" "guest SELinux Policy documentation"
 +.SH "NAME"
-+guest_u \- \fBLeast privledge terminal user role\fP - Security Enhanced Linux Policy 
++guest_u \- \fBLeast privledge terminal user role\fP - Security Enhanced Linux Policy
 +
 +.SH DESCRIPTION
 +
@@ -31715,7 +31888,7 @@ index 0000000..8ebfc27
 +
 +.B guest_u:guest_r:guest_t:s0-s0:c0.c1023
 +
-+Linux users are automatically assigned an SELinux users at login.  
++Linux users are automatically assigned an SELinux users at login.
 +Login programs use the SELinux User to assign initial context to the user's shell.
 +
 +SELinux policy uses the context to control the user's access.
@@ -31931,13 +32104,13 @@ index 0000000..8ebfc27
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), guest(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -31945,18 +32118,18 @@ index 0000000..8ebfc27
 \ No newline at end of file
 diff --git a/man/man8/hddtemp_selinux.8 b/man/man8/hddtemp_selinux.8
 new file mode 100644
-index 0000000..617332c
+index 0000000..3f4d9a5
 --- /dev/null
 +++ b/man/man8/hddtemp_selinux.8
 @@ -0,0 +1,128 @@
-+.TH  "hddtemp_selinux"  "8"  "12-10-19" "hddtemp" "SELinux Policy documentation for hddtemp"
++.TH  "hddtemp_selinux"  "8"  "12-11-01" "hddtemp" "SELinux Policy documentation for hddtemp"
 +.SH "NAME"
 +hddtemp_selinux \- Security Enhanced Linux Policy for the hddtemp processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the hddtemp processes via flexible mandatory access control.
 +
-+The hddtemp processes execute with the hddtemp_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The hddtemp processes execute with the hddtemp_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -31973,33 +32146,33 @@ index 0000000..617332c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux hddtemp policy is very flexible allowing users to setup their hddtemp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for hddtemp:
 +
 +.EX
-+.B hddtemp_t 
++.B hddtemp_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux hddtemp policy is very flexible allowing users to setup their hddtemp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for hddtemp:
 +
 +
 +.EX
 +.PP
-+.B hddtemp_etc_t 
++.B hddtemp_etc_t
 +.EE
 +
 +- Set files with the hddtemp_etc_t type, if you want to store hddtemp files in the /etc directories.
@@ -32007,7 +32180,7 @@ index 0000000..617332c
 +
 +.EX
 +.PP
-+.B hddtemp_exec_t 
++.B hddtemp_exec_t
 +.EE
 +
 +- Set files with the hddtemp_exec_t type, if you want to transition an executable to the hddtemp_t domain.
@@ -32015,35 +32188,35 @@ index 0000000..617332c
 +
 +.EX
 +.PP
-+.B hddtemp_initrc_exec_t 
++.B hddtemp_initrc_exec_t
 +.EE
 +
 +- Set files with the hddtemp_initrc_exec_t type, if you want to transition an executable to the hddtemp_initrc_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux hddtemp policy is very flexible allowing users to setup their hddtemp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for hddtemp:
 +
 +.EX
 +.TP 5
-+.B hddtemp_port_t 
++.B hddtemp_port_t
 +.TP 10
 +.EE
 +
@@ -32067,30 +32240,30 @@ index 0000000..617332c
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), hddtemp(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/hostname_selinux.8 b/man/man8/hostname_selinux.8
 new file mode 100644
-index 0000000..0425f3d
+index 0000000..5de0695
 --- /dev/null
 +++ b/man/man8/hostname_selinux.8
 @@ -0,0 +1,86 @@
-+.TH  "hostname_selinux"  "8"  "12-10-19" "hostname" "SELinux Policy documentation for hostname"
++.TH  "hostname_selinux"  "8"  "12-11-01" "hostname" "SELinux Policy documentation for hostname"
 +.SH "NAME"
 +hostname_selinux \- Security Enhanced Linux Policy for the hostname processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the hostname processes via flexible mandatory access control.
 +
-+The hostname processes execute with the hostname_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The hostname processes execute with the hostname_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -32107,41 +32280,41 @@ index 0000000..0425f3d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux hostname policy is very flexible allowing users to setup their hostname processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for hostname:
 +
 +.EX
-+.B hostname_t 
++.B hostname_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux hostname policy is very flexible allowing users to setup their hostname processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for hostname:
 +
 +
 +.EX
 +.PP
-+.B hostname_exec_t 
++.B hostname_exec_t
 +.EE
 +
 +- Set files with the hostname_exec_t type, if you want to transition an executable to the hostname_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -32159,30 +32332,30 @@ index 0000000..0425f3d
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), hostname(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/hplip_selinux.8 b/man/man8/hplip_selinux.8
 new file mode 100644
-index 0000000..2edc192
+index 0000000..d23889a
 --- /dev/null
 +++ b/man/man8/hplip_selinux.8
 @@ -0,0 +1,198 @@
-+.TH  "hplip_selinux"  "8"  "12-10-19" "hplip" "SELinux Policy documentation for hplip"
++.TH  "hplip_selinux"  "8"  "12-11-01" "hplip" "SELinux Policy documentation for hplip"
 +.SH "NAME"
 +hplip_selinux \- Security Enhanced Linux Policy for the hplip processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the hplip processes via flexible mandatory access control.
 +
-+The hplip processes execute with the hplip_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The hplip processes execute with the hplip_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -32199,33 +32372,33 @@ index 0000000..2edc192
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux hplip policy is very flexible allowing users to setup their hplip processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for hplip:
 +
 +.EX
-+.B hplip_t 
++.B hplip_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux hplip policy is very flexible allowing users to setup their hplip processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for hplip:
 +
 +
 +.EX
 +.PP
-+.B hplip_etc_t 
++.B hplip_etc_t
 +.EE
 +
 +- Set files with the hplip_etc_t type, if you want to store hplip files in the /etc directories.
@@ -32233,7 +32406,7 @@ index 0000000..2edc192
 +
 +.EX
 +.PP
-+.B hplip_exec_t 
++.B hplip_exec_t
 +.EE
 +
 +- Set files with the hplip_exec_t type, if you want to transition an executable to the hplip_t domain.
@@ -32241,7 +32414,7 @@ index 0000000..2edc192
 +
 +.EX
 +.PP
-+.B hplip_tmp_t 
++.B hplip_tmp_t
 +.EE
 +
 +- Set files with the hplip_tmp_t type, if you want to store hplip temporary files in the /tmp directories.
@@ -32249,7 +32422,7 @@ index 0000000..2edc192
 +
 +.EX
 +.PP
-+.B hplip_var_lib_t 
++.B hplip_var_lib_t
 +.EE
 +
 +- Set files with the hplip_var_lib_t type, if you want to store the hplip files under the /var/lib directory.
@@ -32257,7 +32430,7 @@ index 0000000..2edc192
 +
 +.EX
 +.PP
-+.B hplip_var_log_t 
++.B hplip_var_log_t
 +.EE
 +
 +- Set files with the hplip_var_log_t type, if you want to treat the data as hplip var log data, usually stored under the /var/log directory.
@@ -32265,35 +32438,35 @@ index 0000000..2edc192
 +
 +.EX
 +.PP
-+.B hplip_var_run_t 
++.B hplip_var_run_t
 +.EE
 +
 +- Set files with the hplip_var_run_t type, if you want to store the hplip files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux hplip policy is very flexible allowing users to setup their hplip processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for hplip:
 +
 +.EX
 +.TP 5
-+.B hplip_port_t 
++.B hplip_port_t
 +.TP 10
 +.EE
 +
@@ -32363,30 +32536,30 @@ index 0000000..2edc192
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), hplip(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/httpd_apcupsd_cgi_script_selinux.8 b/man/man8/httpd_apcupsd_cgi_script_selinux.8
 new file mode 100644
-index 0000000..897dd76
+index 0000000..b70ebe0
 --- /dev/null
 +++ b/man/man8/httpd_apcupsd_cgi_script_selinux.8
 @@ -0,0 +1,95 @@
-+.TH  "httpd_apcupsd_cgi_script_selinux"  "8"  "12-10-19" "httpd_apcupsd_cgi_script" "SELinux Policy documentation for httpd_apcupsd_cgi_script"
++.TH  "httpd_apcupsd_cgi_script_selinux"  "8"  "12-11-01" "httpd_apcupsd_cgi_script" "SELinux Policy documentation for httpd_apcupsd_cgi_script"
 +.SH "NAME"
 +httpd_apcupsd_cgi_script_selinux \- Security Enhanced Linux Policy for the httpd_apcupsd_cgi_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_apcupsd_cgi_script processes via flexible mandatory access control.
 +
-+The httpd_apcupsd_cgi_script processes execute with the httpd_apcupsd_cgi_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_apcupsd_cgi_script processes execute with the httpd_apcupsd_cgi_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -32395,49 +32568,49 @@ index 0000000..897dd76
 +
 +.SH "ENTRYPOINTS"
 +
-+The httpd_apcupsd_cgi_script_t SELinux type can be entered via the "httpd_apcupsd_cgi_script_exec_t,shell_exec_t,httpd_apcupsd_cgi_script_exec_t" file types.  The default entrypoint paths for the httpd_apcupsd_cgi_script_t domain are the following:"
++The httpd_apcupsd_cgi_script_t SELinux type can be entered via the "shell_exec_t,httpd_apcupsd_cgi_script_exec_t,httpd_apcupsd_cgi_script_exec_t" file types.  The default entrypoint paths for the httpd_apcupsd_cgi_script_t domain are the following:"
 +
-+/var/www/cgi-bin/apcgui(/.*)?, /var/www/apcupsd/multimon\.cgi, /var/www/apcupsd/upsimage\.cgi, /var/www/apcupsd/upsstats\.cgi, /var/www/apcupsd/upsfstats\.cgi, /bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /var/www/cgi-bin/apcgui(/.*)?, /var/www/apcupsd/multimon\.cgi, /var/www/apcupsd/upsimage\.cgi, /var/www/apcupsd/upsstats\.cgi, /var/www/apcupsd/upsfstats\.cgi
++/bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /var/www/cgi-bin/apcgui(/.*)?, /var/www/apcupsd/multimon\.cgi, /var/www/apcupsd/upsimage\.cgi, /var/www/apcupsd/upsstats\.cgi, /var/www/apcupsd/upsfstats\.cgi, /var/www/cgi-bin/apcgui(/.*)?, /var/www/apcupsd/multimon\.cgi, /var/www/apcupsd/upsimage\.cgi, /var/www/apcupsd/upsstats\.cgi, /var/www/apcupsd/upsfstats\.cgi
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_apcupsd_cgi_script policy is very flexible allowing users to setup their httpd_apcupsd_cgi_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_apcupsd_cgi_script:
 +
 +.EX
-+.B httpd_apcupsd_cgi_script_t 
++.B httpd_apcupsd_cgi_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_apcupsd_cgi_script policy is very flexible allowing users to setup their httpd_apcupsd_cgi_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_apcupsd_cgi_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_apcupsd_cgi_script_exec_t 
++.B httpd_apcupsd_cgi_script_exec_t
 +.EE
 +
 +- Set files with the httpd_apcupsd_cgi_script_exec_t type, if you want to transition an executable to the httpd_apcupsd_cgi_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -32463,13 +32636,13 @@ index 0000000..897dd76
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_apcupsd_cgi_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -32477,18 +32650,18 @@ index 0000000..897dd76
 \ No newline at end of file
 diff --git a/man/man8/httpd_awstats_script_selinux.8 b/man/man8/httpd_awstats_script_selinux.8
 new file mode 100644
-index 0000000..7037134
+index 0000000..d03827d
 --- /dev/null
 +++ b/man/man8/httpd_awstats_script_selinux.8
-@@ -0,0 +1,95 @@
-+.TH  "httpd_awstats_script_selinux"  "8"  "12-10-19" "httpd_awstats_script" "SELinux Policy documentation for httpd_awstats_script"
+@@ -0,0 +1,99 @@
++.TH  "httpd_awstats_script_selinux"  "8"  "12-11-01" "httpd_awstats_script" "SELinux Policy documentation for httpd_awstats_script"
 +.SH "NAME"
 +httpd_awstats_script_selinux \- Security Enhanced Linux Policy for the httpd_awstats_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_awstats_script processes via flexible mandatory access control.
 +
-+The httpd_awstats_script processes execute with the httpd_awstats_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_awstats_script processes execute with the httpd_awstats_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -32497,49 +32670,49 @@ index 0000000..7037134
 +
 +.SH "ENTRYPOINTS"
 +
-+The httpd_awstats_script_t SELinux type can be entered via the "httpd_awstats_script_exec_t,shell_exec_t,httpd_awstats_script_exec_t" file types.  The default entrypoint paths for the httpd_awstats_script_t domain are the following:"
++The httpd_awstats_script_t SELinux type can be entered via the "shell_exec_t,httpd_awstats_script_exec_t,httpd_awstats_script_exec_t" file types.  The default entrypoint paths for the httpd_awstats_script_t domain are the following:"
 +
-+/usr/share/awstats/wwwroot/cgi-bin(/.*)?, /bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /usr/share/awstats/wwwroot/cgi-bin(/.*)?
++/bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /usr/share/awstats/wwwroot/cgi-bin(/.*)?, /usr/share/awstats/wwwroot/cgi-bin(/.*)?
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_awstats_script policy is very flexible allowing users to setup their httpd_awstats_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_awstats_script:
 +
 +.EX
-+.B httpd_awstats_script_t 
++.B httpd_awstats_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_awstats_script policy is very flexible allowing users to setup their httpd_awstats_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_awstats_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_awstats_script_exec_t 
++.B httpd_awstats_script_exec_t
 +.EE
 +
 +- Set files with the httpd_awstats_script_exec_t type, if you want to transition an executable to the httpd_awstats_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -32549,6 +32722,10 @@ index 0000000..7037134
 +The SELinux process type httpd_awstats_script_t can manage files labeled with the following file types.  The paths listed are the default paths for these file types.  Note the processes UID still need to have DAC permissions.
 +
 +.br
++.B awstats_tmp_t
++
++
++.br
 +.B httpd_awstats_rw_content_t
 +
 +
@@ -32565,13 +32742,13 @@ index 0000000..7037134
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_awstats_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -32579,18 +32756,18 @@ index 0000000..7037134
 \ No newline at end of file
 diff --git a/man/man8/httpd_bugzilla_script_selinux.8 b/man/man8/httpd_bugzilla_script_selinux.8
 new file mode 100644
-index 0000000..2540605
+index 0000000..84e7a1b
 --- /dev/null
 +++ b/man/man8/httpd_bugzilla_script_selinux.8
 @@ -0,0 +1,101 @@
-+.TH  "httpd_bugzilla_script_selinux"  "8"  "12-10-19" "httpd_bugzilla_script" "SELinux Policy documentation for httpd_bugzilla_script"
++.TH  "httpd_bugzilla_script_selinux"  "8"  "12-11-01" "httpd_bugzilla_script" "SELinux Policy documentation for httpd_bugzilla_script"
 +.SH "NAME"
 +httpd_bugzilla_script_selinux \- Security Enhanced Linux Policy for the httpd_bugzilla_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_bugzilla_script processes via flexible mandatory access control.
 +
-+The httpd_bugzilla_script processes execute with the httpd_bugzilla_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_bugzilla_script processes execute with the httpd_bugzilla_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -32599,49 +32776,49 @@ index 0000000..2540605
 +
 +.SH "ENTRYPOINTS"
 +
-+The httpd_bugzilla_script_t SELinux type can be entered via the "shell_exec_t,httpd_bugzilla_script_exec_t,httpd_bugzilla_script_exec_t" file types.  The default entrypoint paths for the httpd_bugzilla_script_t domain are the following:"
++The httpd_bugzilla_script_t SELinux type can be entered via the "httpd_bugzilla_script_exec_t,shell_exec_t,httpd_bugzilla_script_exec_t" file types.  The default entrypoint paths for the httpd_bugzilla_script_t domain are the following:"
 +
-+/bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /usr/share/bugzilla(/.*)?, /usr/share/bugzilla(/.*)?
++/usr/share/bugzilla(/.*)?, /bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /usr/share/bugzilla(/.*)?
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_bugzilla_script policy is very flexible allowing users to setup their httpd_bugzilla_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_bugzilla_script:
 +
 +.EX
-+.B httpd_bugzilla_script_t 
++.B httpd_bugzilla_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_bugzilla_script policy is very flexible allowing users to setup their httpd_bugzilla_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_bugzilla_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_bugzilla_script_exec_t 
++.B httpd_bugzilla_script_exec_t
 +.EE
 +
 +- Set files with the httpd_bugzilla_script_exec_t type, if you want to transition an executable to the httpd_bugzilla_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -32673,13 +32850,13 @@ index 0000000..2540605
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_bugzilla_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -32687,18 +32864,18 @@ index 0000000..2540605
 \ No newline at end of file
 diff --git a/man/man8/httpd_cobbler_script_selinux.8 b/man/man8/httpd_cobbler_script_selinux.8
 new file mode 100644
-index 0000000..4cb7a6a
+index 0000000..9a182d6
 --- /dev/null
 +++ b/man/man8/httpd_cobbler_script_selinux.8
 @@ -0,0 +1,95 @@
-+.TH  "httpd_cobbler_script_selinux"  "8"  "12-10-19" "httpd_cobbler_script" "SELinux Policy documentation for httpd_cobbler_script"
++.TH  "httpd_cobbler_script_selinux"  "8"  "12-11-01" "httpd_cobbler_script" "SELinux Policy documentation for httpd_cobbler_script"
 +.SH "NAME"
 +httpd_cobbler_script_selinux \- Security Enhanced Linux Policy for the httpd_cobbler_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_cobbler_script processes via flexible mandatory access control.
 +
-+The httpd_cobbler_script processes execute with the httpd_cobbler_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_cobbler_script processes execute with the httpd_cobbler_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -32715,41 +32892,41 @@ index 0000000..4cb7a6a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_cobbler_script policy is very flexible allowing users to setup their httpd_cobbler_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_cobbler_script:
 +
 +.EX
-+.B httpd_cobbler_script_t 
++.B httpd_cobbler_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_cobbler_script policy is very flexible allowing users to setup their httpd_cobbler_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_cobbler_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_cobbler_script_exec_t 
++.B httpd_cobbler_script_exec_t
 +.EE
 +
 +- Set files with the httpd_cobbler_script_exec_t type, if you want to transition an executable to the httpd_cobbler_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -32775,13 +32952,13 @@ index 0000000..4cb7a6a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_cobbler_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -32789,18 +32966,18 @@ index 0000000..4cb7a6a
 \ No newline at end of file
 diff --git a/man/man8/httpd_collectd_script_selinux.8 b/man/man8/httpd_collectd_script_selinux.8
 new file mode 100644
-index 0000000..e685eed
+index 0000000..8b345d1
 --- /dev/null
 +++ b/man/man8/httpd_collectd_script_selinux.8
 @@ -0,0 +1,95 @@
-+.TH  "httpd_collectd_script_selinux"  "8"  "12-10-19" "httpd_collectd_script" "SELinux Policy documentation for httpd_collectd_script"
++.TH  "httpd_collectd_script_selinux"  "8"  "12-11-01" "httpd_collectd_script" "SELinux Policy documentation for httpd_collectd_script"
 +.SH "NAME"
 +httpd_collectd_script_selinux \- Security Enhanced Linux Policy for the httpd_collectd_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_collectd_script processes via flexible mandatory access control.
 +
-+The httpd_collectd_script processes execute with the httpd_collectd_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_collectd_script processes execute with the httpd_collectd_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -32817,41 +32994,41 @@ index 0000000..e685eed
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_collectd_script policy is very flexible allowing users to setup their httpd_collectd_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_collectd_script:
 +
 +.EX
-+.B httpd_collectd_script_t 
++.B httpd_collectd_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_collectd_script policy is very flexible allowing users to setup their httpd_collectd_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_collectd_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_collectd_script_exec_t 
++.B httpd_collectd_script_exec_t
 +.EE
 +
 +- Set files with the httpd_collectd_script_exec_t type, if you want to transition an executable to the httpd_collectd_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -32877,13 +33054,13 @@ index 0000000..e685eed
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_collectd_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -32891,18 +33068,18 @@ index 0000000..e685eed
 \ No newline at end of file
 diff --git a/man/man8/httpd_cvs_script_selinux.8 b/man/man8/httpd_cvs_script_selinux.8
 new file mode 100644
-index 0000000..10e60cd
+index 0000000..4c09121
 --- /dev/null
 +++ b/man/man8/httpd_cvs_script_selinux.8
 @@ -0,0 +1,99 @@
-+.TH  "httpd_cvs_script_selinux"  "8"  "12-10-19" "httpd_cvs_script" "SELinux Policy documentation for httpd_cvs_script"
++.TH  "httpd_cvs_script_selinux"  "8"  "12-11-01" "httpd_cvs_script" "SELinux Policy documentation for httpd_cvs_script"
 +.SH "NAME"
 +httpd_cvs_script_selinux \- Security Enhanced Linux Policy for the httpd_cvs_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_cvs_script processes via flexible mandatory access control.
 +
-+The httpd_cvs_script processes execute with the httpd_cvs_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_cvs_script processes execute with the httpd_cvs_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -32911,49 +33088,49 @@ index 0000000..10e60cd
 +
 +.SH "ENTRYPOINTS"
 +
-+The httpd_cvs_script_t SELinux type can be entered via the "httpd_cvs_script_exec_t,shell_exec_t,httpd_cvs_script_exec_t" file types.  The default entrypoint paths for the httpd_cvs_script_t domain are the following:"
++The httpd_cvs_script_t SELinux type can be entered via the "shell_exec_t,httpd_cvs_script_exec_t,httpd_cvs_script_exec_t" file types.  The default entrypoint paths for the httpd_cvs_script_t domain are the following:"
 +
-+/var/www/cgi-bin/cvsweb\.cgi, /usr/share/cvsweb/cvsweb\.cgi, /bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /var/www/cgi-bin/cvsweb\.cgi, /usr/share/cvsweb/cvsweb\.cgi
++/bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /var/www/cgi-bin/cvsweb\.cgi, /usr/share/cvsweb/cvsweb\.cgi, /var/www/cgi-bin/cvsweb\.cgi, /usr/share/cvsweb/cvsweb\.cgi
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_cvs_script policy is very flexible allowing users to setup their httpd_cvs_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_cvs_script:
 +
 +.EX
-+.B httpd_cvs_script_t 
++.B httpd_cvs_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_cvs_script policy is very flexible allowing users to setup their httpd_cvs_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_cvs_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_cvs_script_exec_t 
++.B httpd_cvs_script_exec_t
 +.EE
 +
 +- Set files with the httpd_cvs_script_exec_t type, if you want to transition an executable to the httpd_cvs_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -32983,13 +33160,13 @@ index 0000000..10e60cd
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_cvs_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -32997,18 +33174,18 @@ index 0000000..10e60cd
 \ No newline at end of file
 diff --git a/man/man8/httpd_dirsrvadmin_script_selinux.8 b/man/man8/httpd_dirsrvadmin_script_selinux.8
 new file mode 100644
-index 0000000..20212cc
+index 0000000..8523dac
 --- /dev/null
 +++ b/man/man8/httpd_dirsrvadmin_script_selinux.8
 @@ -0,0 +1,137 @@
-+.TH  "httpd_dirsrvadmin_script_selinux"  "8"  "12-10-19" "httpd_dirsrvadmin_script" "SELinux Policy documentation for httpd_dirsrvadmin_script"
++.TH  "httpd_dirsrvadmin_script_selinux"  "8"  "12-11-01" "httpd_dirsrvadmin_script" "SELinux Policy documentation for httpd_dirsrvadmin_script"
 +.SH "NAME"
 +httpd_dirsrvadmin_script_selinux \- Security Enhanced Linux Policy for the httpd_dirsrvadmin_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_dirsrvadmin_script processes via flexible mandatory access control.
 +
-+The httpd_dirsrvadmin_script processes execute with the httpd_dirsrvadmin_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_dirsrvadmin_script processes execute with the httpd_dirsrvadmin_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -33025,41 +33202,41 @@ index 0000000..20212cc
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_dirsrvadmin_script policy is very flexible allowing users to setup their httpd_dirsrvadmin_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_dirsrvadmin_script:
 +
 +.EX
-+.B httpd_dirsrvadmin_script_t 
++.B httpd_dirsrvadmin_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_dirsrvadmin_script policy is very flexible allowing users to setup their httpd_dirsrvadmin_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_dirsrvadmin_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_dirsrvadmin_script_exec_t 
++.B httpd_dirsrvadmin_script_exec_t
 +.EE
 +
 +- Set files with the httpd_dirsrvadmin_script_exec_t type, if you want to transition an executable to the httpd_dirsrvadmin_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -33127,13 +33304,13 @@ index 0000000..20212cc
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_dirsrvadmin_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -33141,18 +33318,18 @@ index 0000000..20212cc
 \ No newline at end of file
 diff --git a/man/man8/httpd_dspam_script_selinux.8 b/man/man8/httpd_dspam_script_selinux.8
 new file mode 100644
-index 0000000..5262ee3
+index 0000000..09ee1ed
 --- /dev/null
 +++ b/man/man8/httpd_dspam_script_selinux.8
 @@ -0,0 +1,95 @@
-+.TH  "httpd_dspam_script_selinux"  "8"  "12-10-19" "httpd_dspam_script" "SELinux Policy documentation for httpd_dspam_script"
++.TH  "httpd_dspam_script_selinux"  "8"  "12-11-01" "httpd_dspam_script" "SELinux Policy documentation for httpd_dspam_script"
 +.SH "NAME"
 +httpd_dspam_script_selinux \- Security Enhanced Linux Policy for the httpd_dspam_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_dspam_script processes via flexible mandatory access control.
 +
-+The httpd_dspam_script processes execute with the httpd_dspam_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_dspam_script processes execute with the httpd_dspam_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -33169,41 +33346,41 @@ index 0000000..5262ee3
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_dspam_script policy is very flexible allowing users to setup their httpd_dspam_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_dspam_script:
 +
 +.EX
-+.B httpd_dspam_script_t 
++.B httpd_dspam_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_dspam_script policy is very flexible allowing users to setup their httpd_dspam_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_dspam_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_dspam_script_exec_t 
++.B httpd_dspam_script_exec_t
 +.EE
 +
 +- Set files with the httpd_dspam_script_exec_t type, if you want to transition an executable to the httpd_dspam_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -33229,13 +33406,13 @@ index 0000000..5262ee3
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_dspam_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -33243,18 +33420,18 @@ index 0000000..5262ee3
 \ No newline at end of file
 diff --git a/man/man8/httpd_git_script_selinux.8 b/man/man8/httpd_git_script_selinux.8
 new file mode 100644
-index 0000000..9a82e12
+index 0000000..3518b85
 --- /dev/null
 +++ b/man/man8/httpd_git_script_selinux.8
 @@ -0,0 +1,113 @@
-+.TH  "httpd_git_script_selinux"  "8"  "12-10-19" "httpd_git_script" "SELinux Policy documentation for httpd_git_script"
++.TH  "httpd_git_script_selinux"  "8"  "12-11-01" "httpd_git_script" "SELinux Policy documentation for httpd_git_script"
 +.SH "NAME"
 +httpd_git_script_selinux \- Security Enhanced Linux Policy for the httpd_git_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_git_script processes via flexible mandatory access control.
 +
-+The httpd_git_script processes execute with the httpd_git_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_git_script processes execute with the httpd_git_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -33271,41 +33448,41 @@ index 0000000..9a82e12
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_git_script policy is very flexible allowing users to setup their httpd_git_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_git_script:
 +
 +.EX
-+.B httpd_git_script_t 
++.B httpd_git_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_git_script policy is very flexible allowing users to setup their httpd_git_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_git_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_git_script_exec_t 
++.B httpd_git_script_exec_t
 +.EE
 +
 +- Set files with the httpd_git_script_exec_t type, if you want to transition an executable to the httpd_git_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -33349,13 +33526,13 @@ index 0000000..9a82e12
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_git_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -33363,18 +33540,18 @@ index 0000000..9a82e12
 \ No newline at end of file
 diff --git a/man/man8/httpd_helper_selinux.8 b/man/man8/httpd_helper_selinux.8
 new file mode 100644
-index 0000000..787a84b
+index 0000000..3f124b1
 --- /dev/null
 +++ b/man/man8/httpd_helper_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "httpd_helper_selinux"  "8"  "12-10-19" "httpd_helper" "SELinux Policy documentation for httpd_helper"
++.TH  "httpd_helper_selinux"  "8"  "12-11-01" "httpd_helper" "SELinux Policy documentation for httpd_helper"
 +.SH "NAME"
 +httpd_helper_selinux \- Security Enhanced Linux Policy for the httpd_helper processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_helper processes via flexible mandatory access control.
 +
-+The httpd_helper processes execute with the httpd_helper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_helper processes execute with the httpd_helper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -33391,41 +33568,41 @@ index 0000000..787a84b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_helper policy is very flexible allowing users to setup their httpd_helper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_helper:
 +
 +.EX
-+.B httpd_helper_t 
++.B httpd_helper_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_helper policy is very flexible allowing users to setup their httpd_helper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_helper:
 +
 +
 +.EX
 +.PP
-+.B httpd_helper_exec_t 
++.B httpd_helper_exec_t
 +.EE
 +
 +- Set files with the httpd_helper_exec_t type, if you want to transition an executable to the httpd_helper_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -33443,13 +33620,13 @@ index 0000000..787a84b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_helper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -33457,18 +33634,18 @@ index 0000000..787a84b
 \ No newline at end of file
 diff --git a/man/man8/httpd_man2html_script_selinux.8 b/man/man8/httpd_man2html_script_selinux.8
 new file mode 100644
-index 0000000..bf6f738
+index 0000000..e3292a9
 --- /dev/null
 +++ b/man/man8/httpd_man2html_script_selinux.8
 @@ -0,0 +1,109 @@
-+.TH  "httpd_man2html_script_selinux"  "8"  "12-10-19" "httpd_man2html_script" "SELinux Policy documentation for httpd_man2html_script"
++.TH  "httpd_man2html_script_selinux"  "8"  "12-11-01" "httpd_man2html_script" "SELinux Policy documentation for httpd_man2html_script"
 +.SH "NAME"
 +httpd_man2html_script_selinux \- Security Enhanced Linux Policy for the httpd_man2html_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_man2html_script processes via flexible mandatory access control.
 +
-+The httpd_man2html_script processes execute with the httpd_man2html_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_man2html_script processes execute with the httpd_man2html_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -33485,33 +33662,33 @@ index 0000000..bf6f738
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_man2html_script policy is very flexible allowing users to setup their httpd_man2html_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_man2html_script:
 +
 +.EX
-+.B httpd_man2html_script_t 
++.B httpd_man2html_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_man2html_script policy is very flexible allowing users to setup their httpd_man2html_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_man2html_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_man2html_script_cache_t 
++.B httpd_man2html_script_cache_t
 +.EE
 +
 +- Set files with the httpd_man2html_script_cache_t type, if you want to store the files under the /var/cache directory.
@@ -33519,15 +33696,15 @@ index 0000000..bf6f738
 +
 +.EX
 +.PP
-+.B httpd_man2html_script_exec_t 
++.B httpd_man2html_script_exec_t
 +.EE
 +
 +- Set files with the httpd_man2html_script_exec_t type, if you want to transition an executable to the httpd_man2html_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -33559,13 +33736,13 @@ index 0000000..bf6f738
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_man2html_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -33573,18 +33750,18 @@ index 0000000..bf6f738
 \ No newline at end of file
 diff --git a/man/man8/httpd_mediawiki_script_selinux.8 b/man/man8/httpd_mediawiki_script_selinux.8
 new file mode 100644
-index 0000000..9b6bb30
+index 0000000..eaf2b98
 --- /dev/null
 +++ b/man/man8/httpd_mediawiki_script_selinux.8
 @@ -0,0 +1,97 @@
-+.TH  "httpd_mediawiki_script_selinux"  "8"  "12-10-19" "httpd_mediawiki_script" "SELinux Policy documentation for httpd_mediawiki_script"
++.TH  "httpd_mediawiki_script_selinux"  "8"  "12-11-01" "httpd_mediawiki_script" "SELinux Policy documentation for httpd_mediawiki_script"
 +.SH "NAME"
 +httpd_mediawiki_script_selinux \- Security Enhanced Linux Policy for the httpd_mediawiki_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_mediawiki_script processes via flexible mandatory access control.
 +
-+The httpd_mediawiki_script processes execute with the httpd_mediawiki_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_mediawiki_script processes execute with the httpd_mediawiki_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -33601,41 +33778,41 @@ index 0000000..9b6bb30
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_mediawiki_script policy is very flexible allowing users to setup their httpd_mediawiki_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_mediawiki_script:
 +
 +.EX
-+.B httpd_mediawiki_script_t 
++.B httpd_mediawiki_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_mediawiki_script policy is very flexible allowing users to setup their httpd_mediawiki_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_mediawiki_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_mediawiki_script_exec_t 
++.B httpd_mediawiki_script_exec_t
 +.EE
 +
 +- Set files with the httpd_mediawiki_script_exec_t type, if you want to transition an executable to the httpd_mediawiki_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -33663,13 +33840,13 @@ index 0000000..9b6bb30
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_mediawiki_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -33677,18 +33854,18 @@ index 0000000..9b6bb30
 \ No newline at end of file
 diff --git a/man/man8/httpd_mojomojo_script_selinux.8 b/man/man8/httpd_mojomojo_script_selinux.8
 new file mode 100644
-index 0000000..0e3ce46
+index 0000000..8ff95bf
 --- /dev/null
 +++ b/man/man8/httpd_mojomojo_script_selinux.8
 @@ -0,0 +1,101 @@
-+.TH  "httpd_mojomojo_script_selinux"  "8"  "12-10-19" "httpd_mojomojo_script" "SELinux Policy documentation for httpd_mojomojo_script"
++.TH  "httpd_mojomojo_script_selinux"  "8"  "12-11-01" "httpd_mojomojo_script" "SELinux Policy documentation for httpd_mojomojo_script"
 +.SH "NAME"
 +httpd_mojomojo_script_selinux \- Security Enhanced Linux Policy for the httpd_mojomojo_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_mojomojo_script processes via flexible mandatory access control.
 +
-+The httpd_mojomojo_script processes execute with the httpd_mojomojo_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_mojomojo_script processes execute with the httpd_mojomojo_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -33705,41 +33882,41 @@ index 0000000..0e3ce46
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_mojomojo_script policy is very flexible allowing users to setup their httpd_mojomojo_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_mojomojo_script:
 +
 +.EX
-+.B httpd_mojomojo_script_t 
++.B httpd_mojomojo_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_mojomojo_script policy is very flexible allowing users to setup their httpd_mojomojo_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_mojomojo_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_mojomojo_script_exec_t 
++.B httpd_mojomojo_script_exec_t
 +.EE
 +
 +- Set files with the httpd_mojomojo_script_exec_t type, if you want to transition an executable to the httpd_mojomojo_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -33771,13 +33948,13 @@ index 0000000..0e3ce46
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_mojomojo_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -33785,18 +33962,18 @@ index 0000000..0e3ce46
 \ No newline at end of file
 diff --git a/man/man8/httpd_munin_script_selinux.8 b/man/man8/httpd_munin_script_selinux.8
 new file mode 100644
-index 0000000..31971ac
+index 0000000..df7ae1a
 --- /dev/null
 +++ b/man/man8/httpd_munin_script_selinux.8
 @@ -0,0 +1,95 @@
-+.TH  "httpd_munin_script_selinux"  "8"  "12-10-19" "httpd_munin_script" "SELinux Policy documentation for httpd_munin_script"
++.TH  "httpd_munin_script_selinux"  "8"  "12-11-01" "httpd_munin_script" "SELinux Policy documentation for httpd_munin_script"
 +.SH "NAME"
 +httpd_munin_script_selinux \- Security Enhanced Linux Policy for the httpd_munin_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_munin_script processes via flexible mandatory access control.
 +
-+The httpd_munin_script processes execute with the httpd_munin_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_munin_script processes execute with the httpd_munin_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -33805,49 +33982,49 @@ index 0000000..31971ac
 +
 +.SH "ENTRYPOINTS"
 +
-+The httpd_munin_script_t SELinux type can be entered via the "shell_exec_t,httpd_munin_script_exec_t,httpd_munin_script_exec_t" file types.  The default entrypoint paths for the httpd_munin_script_t domain are the following:"
++The httpd_munin_script_t SELinux type can be entered via the "httpd_munin_script_exec_t,shell_exec_t,httpd_munin_script_exec_t" file types.  The default entrypoint paths for the httpd_munin_script_t domain are the following:"
 +
-+/bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /var/www/html/munin/cgi(/.*)?, /var/www/html/munin/cgi(/.*)?
++/var/www/html/munin/cgi(/.*)?, /bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /var/www/html/munin/cgi(/.*)?
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_munin_script policy is very flexible allowing users to setup their httpd_munin_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_munin_script:
 +
 +.EX
-+.B httpd_munin_script_t 
++.B httpd_munin_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_munin_script policy is very flexible allowing users to setup their httpd_munin_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_munin_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_munin_script_exec_t 
++.B httpd_munin_script_exec_t
 +.EE
 +
 +- Set files with the httpd_munin_script_exec_t type, if you want to transition an executable to the httpd_munin_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -33873,13 +34050,13 @@ index 0000000..31971ac
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_munin_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -33887,18 +34064,18 @@ index 0000000..31971ac
 \ No newline at end of file
 diff --git a/man/man8/httpd_nagios_script_selinux.8 b/man/man8/httpd_nagios_script_selinux.8
 new file mode 100644
-index 0000000..9a5fa56
+index 0000000..8bdd9ee
 --- /dev/null
 +++ b/man/man8/httpd_nagios_script_selinux.8
 @@ -0,0 +1,95 @@
-+.TH  "httpd_nagios_script_selinux"  "8"  "12-10-19" "httpd_nagios_script" "SELinux Policy documentation for httpd_nagios_script"
++.TH  "httpd_nagios_script_selinux"  "8"  "12-11-01" "httpd_nagios_script" "SELinux Policy documentation for httpd_nagios_script"
 +.SH "NAME"
 +httpd_nagios_script_selinux \- Security Enhanced Linux Policy for the httpd_nagios_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_nagios_script processes via flexible mandatory access control.
 +
-+The httpd_nagios_script processes execute with the httpd_nagios_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_nagios_script processes execute with the httpd_nagios_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -33907,49 +34084,49 @@ index 0000000..9a5fa56
 +
 +.SH "ENTRYPOINTS"
 +
-+The httpd_nagios_script_t SELinux type can be entered via the "shell_exec_t,httpd_nagios_script_exec_t,httpd_nagios_script_exec_t" file types.  The default entrypoint paths for the httpd_nagios_script_t domain are the following:"
++The httpd_nagios_script_t SELinux type can be entered via the "httpd_nagios_script_exec_t,shell_exec_t,httpd_nagios_script_exec_t" file types.  The default entrypoint paths for the httpd_nagios_script_t domain are the following:"
 +
-+/bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /usr/lib/nagios/cgi(/.*)?, /usr/lib/cgi-bin/nagios(/.+)?, /usr/lib/nagios/cgi-bin(/.*)?, /usr/lib/cgi-bin/netsaint(/.*)?, /usr/lib/nagios/cgi(/.*)?, /usr/lib/cgi-bin/nagios(/.+)?, /usr/lib/nagios/cgi-bin(/.*)?, /usr/lib/cgi-bin/netsaint(/.*)?
++/usr/lib/nagios/cgi(/.*)?, /usr/lib/cgi-bin/nagios(/.+)?, /usr/lib/nagios/cgi-bin(/.*)?, /usr/lib/cgi-bin/netsaint(/.*)?, /bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /usr/lib/nagios/cgi(/.*)?, /usr/lib/cgi-bin/nagios(/.+)?, /usr/lib/nagios/cgi-bin(/.*)?, /usr/lib/cgi-bin/netsaint(/.*)?
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_nagios_script policy is very flexible allowing users to setup their httpd_nagios_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_nagios_script:
 +
 +.EX
-+.B httpd_nagios_script_t 
++.B httpd_nagios_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_nagios_script policy is very flexible allowing users to setup their httpd_nagios_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_nagios_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_nagios_script_exec_t 
++.B httpd_nagios_script_exec_t
 +.EE
 +
 +- Set files with the httpd_nagios_script_exec_t type, if you want to transition an executable to the httpd_nagios_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -33975,13 +34152,13 @@ index 0000000..9a5fa56
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_nagios_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -33989,18 +34166,18 @@ index 0000000..9a5fa56
 \ No newline at end of file
 diff --git a/man/man8/httpd_nutups_cgi_script_selinux.8 b/man/man8/httpd_nutups_cgi_script_selinux.8
 new file mode 100644
-index 0000000..b66ad00
+index 0000000..6f120e5
 --- /dev/null
 +++ b/man/man8/httpd_nutups_cgi_script_selinux.8
 @@ -0,0 +1,95 @@
-+.TH  "httpd_nutups_cgi_script_selinux"  "8"  "12-10-19" "httpd_nutups_cgi_script" "SELinux Policy documentation for httpd_nutups_cgi_script"
++.TH  "httpd_nutups_cgi_script_selinux"  "8"  "12-11-01" "httpd_nutups_cgi_script" "SELinux Policy documentation for httpd_nutups_cgi_script"
 +.SH "NAME"
 +httpd_nutups_cgi_script_selinux \- Security Enhanced Linux Policy for the httpd_nutups_cgi_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_nutups_cgi_script processes via flexible mandatory access control.
 +
-+The httpd_nutups_cgi_script processes execute with the httpd_nutups_cgi_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_nutups_cgi_script processes execute with the httpd_nutups_cgi_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -34017,41 +34194,41 @@ index 0000000..b66ad00
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_nutups_cgi_script policy is very flexible allowing users to setup their httpd_nutups_cgi_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_nutups_cgi_script:
 +
 +.EX
-+.B httpd_nutups_cgi_script_t 
++.B httpd_nutups_cgi_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_nutups_cgi_script policy is very flexible allowing users to setup their httpd_nutups_cgi_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_nutups_cgi_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_nutups_cgi_script_exec_t 
++.B httpd_nutups_cgi_script_exec_t
 +.EE
 +
 +- Set files with the httpd_nutups_cgi_script_exec_t type, if you want to transition an executable to the httpd_nutups_cgi_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -34077,13 +34254,13 @@ index 0000000..b66ad00
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_nutups_cgi_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -34091,18 +34268,18 @@ index 0000000..b66ad00
 \ No newline at end of file
 diff --git a/man/man8/httpd_openshift_script_selinux.8 b/man/man8/httpd_openshift_script_selinux.8
 new file mode 100644
-index 0000000..e9ffcbe
+index 0000000..e19d72d
 --- /dev/null
 +++ b/man/man8/httpd_openshift_script_selinux.8
 @@ -0,0 +1,95 @@
-+.TH  "httpd_openshift_script_selinux"  "8"  "12-10-19" "httpd_openshift_script" "SELinux Policy documentation for httpd_openshift_script"
++.TH  "httpd_openshift_script_selinux"  "8"  "12-11-01" "httpd_openshift_script" "SELinux Policy documentation for httpd_openshift_script"
 +.SH "NAME"
 +httpd_openshift_script_selinux \- Security Enhanced Linux Policy for the httpd_openshift_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_openshift_script processes via flexible mandatory access control.
 +
-+The httpd_openshift_script processes execute with the httpd_openshift_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_openshift_script processes execute with the httpd_openshift_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -34111,49 +34288,49 @@ index 0000000..e9ffcbe
 +
 +.SH "ENTRYPOINTS"
 +
-+The httpd_openshift_script_t SELinux type can be entered via the "shell_exec_t,httpd_openshift_script_exec_t,httpd_openshift_script_exec_t" file types.  The default entrypoint paths for the httpd_openshift_script_t domain are the following:"
++The httpd_openshift_script_t SELinux type can be entered via the "httpd_openshift_script_exec_t,shell_exec_t,httpd_openshift_script_exec_t" file types.  The default entrypoint paths for the httpd_openshift_script_t domain are the following:"
 +
-+/bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /usr/bin/(oo|rhc)-restorer-wrapper.sh, /usr/bin/(oo|rhc)-restorer-wrapper.sh
++/usr/bin/(oo|rhc)-restorer-wrapper.sh, /bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /usr/bin/(oo|rhc)-restorer-wrapper.sh
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_openshift_script policy is very flexible allowing users to setup their httpd_openshift_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_openshift_script:
 +
 +.EX
-+.B httpd_openshift_script_t 
++.B httpd_openshift_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_openshift_script policy is very flexible allowing users to setup their httpd_openshift_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_openshift_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_openshift_script_exec_t 
++.B httpd_openshift_script_exec_t
 +.EE
 +
 +- Set files with the httpd_openshift_script_exec_t type, if you want to transition an executable to the httpd_openshift_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -34179,13 +34356,13 @@ index 0000000..e9ffcbe
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_openshift_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -34193,18 +34370,18 @@ index 0000000..e9ffcbe
 \ No newline at end of file
 diff --git a/man/man8/httpd_passwd_selinux.8 b/man/man8/httpd_passwd_selinux.8
 new file mode 100644
-index 0000000..cf2c595
+index 0000000..11ff56f
 --- /dev/null
 +++ b/man/man8/httpd_passwd_selinux.8
 @@ -0,0 +1,113 @@
-+.TH  "httpd_passwd_selinux"  "8"  "12-10-19" "httpd_passwd" "SELinux Policy documentation for httpd_passwd"
++.TH  "httpd_passwd_selinux"  "8"  "12-11-01" "httpd_passwd" "SELinux Policy documentation for httpd_passwd"
 +.SH "NAME"
 +httpd_passwd_selinux \- Security Enhanced Linux Policy for the httpd_passwd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_passwd processes via flexible mandatory access control.
 +
-+The httpd_passwd processes execute with the httpd_passwd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_passwd processes execute with the httpd_passwd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -34221,41 +34398,41 @@ index 0000000..cf2c595
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_passwd policy is very flexible allowing users to setup their httpd_passwd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_passwd:
 +
 +.EX
-+.B httpd_passwd_t 
++.B httpd_passwd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_passwd policy is very flexible allowing users to setup their httpd_passwd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_passwd:
 +
 +
 +.EX
 +.PP
-+.B httpd_passwd_exec_t 
++.B httpd_passwd_exec_t
 +.EE
 +
 +- Set files with the httpd_passwd_exec_t type, if you want to transition an executable to the httpd_passwd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -34299,13 +34476,13 @@ index 0000000..cf2c595
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_passwd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -34313,18 +34490,18 @@ index 0000000..cf2c595
 \ No newline at end of file
 diff --git a/man/man8/httpd_php_selinux.8 b/man/man8/httpd_php_selinux.8
 new file mode 100644
-index 0000000..b3c8fd1
+index 0000000..6690ac0
 --- /dev/null
 +++ b/man/man8/httpd_php_selinux.8
 @@ -0,0 +1,117 @@
-+.TH  "httpd_php_selinux"  "8"  "12-10-19" "httpd_php" "SELinux Policy documentation for httpd_php"
++.TH  "httpd_php_selinux"  "8"  "12-11-01" "httpd_php" "SELinux Policy documentation for httpd_php"
 +.SH "NAME"
 +httpd_php_selinux \- Security Enhanced Linux Policy for the httpd_php processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_php processes via flexible mandatory access control.
 +
-+The httpd_php processes execute with the httpd_php_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_php processes execute with the httpd_php_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -34341,33 +34518,33 @@ index 0000000..b3c8fd1
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_php policy is very flexible allowing users to setup their httpd_php processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_php:
 +
 +.EX
-+.B httpd_php_t 
++.B httpd_php_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_php policy is very flexible allowing users to setup their httpd_php processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_php:
 +
 +
 +.EX
 +.PP
-+.B httpd_php_exec_t 
++.B httpd_php_exec_t
 +.EE
 +
 +- Set files with the httpd_php_exec_t type, if you want to transition an executable to the httpd_php_t domain.
@@ -34375,15 +34552,15 @@ index 0000000..b3c8fd1
 +
 +.EX
 +.PP
-+.B httpd_php_tmp_t 
++.B httpd_php_tmp_t
 +.EE
 +
 +- Set files with the httpd_php_tmp_t type, if you want to store httpd php temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -34423,13 +34600,13 @@ index 0000000..b3c8fd1
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_php(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -34437,18 +34614,18 @@ index 0000000..b3c8fd1
 \ No newline at end of file
 diff --git a/man/man8/httpd_prewikka_script_selinux.8 b/man/man8/httpd_prewikka_script_selinux.8
 new file mode 100644
-index 0000000..b7722fa
+index 0000000..8b729f1
 --- /dev/null
 +++ b/man/man8/httpd_prewikka_script_selinux.8
 @@ -0,0 +1,109 @@
-+.TH  "httpd_prewikka_script_selinux"  "8"  "12-10-19" "httpd_prewikka_script" "SELinux Policy documentation for httpd_prewikka_script"
++.TH  "httpd_prewikka_script_selinux"  "8"  "12-11-01" "httpd_prewikka_script" "SELinux Policy documentation for httpd_prewikka_script"
 +.SH "NAME"
 +httpd_prewikka_script_selinux \- Security Enhanced Linux Policy for the httpd_prewikka_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_prewikka_script processes via flexible mandatory access control.
 +
-+The httpd_prewikka_script processes execute with the httpd_prewikka_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_prewikka_script processes execute with the httpd_prewikka_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -34465,41 +34642,41 @@ index 0000000..b7722fa
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_prewikka_script policy is very flexible allowing users to setup their httpd_prewikka_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_prewikka_script:
 +
 +.EX
-+.B httpd_prewikka_script_t 
++.B httpd_prewikka_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_prewikka_script policy is very flexible allowing users to setup their httpd_prewikka_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_prewikka_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_prewikka_script_exec_t 
++.B httpd_prewikka_script_exec_t
 +.EE
 +
 +- Set files with the httpd_prewikka_script_exec_t type, if you want to transition an executable to the httpd_prewikka_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -34539,13 +34716,13 @@ index 0000000..b7722fa
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_prewikka_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -34553,18 +34730,18 @@ index 0000000..b7722fa
 \ No newline at end of file
 diff --git a/man/man8/httpd_rotatelogs_selinux.8 b/man/man8/httpd_rotatelogs_selinux.8
 new file mode 100644
-index 0000000..2186db9
+index 0000000..bbe80c8
 --- /dev/null
 +++ b/man/man8/httpd_rotatelogs_selinux.8
-@@ -0,0 +1,119 @@
-+.TH  "httpd_rotatelogs_selinux"  "8"  "12-10-19" "httpd_rotatelogs" "SELinux Policy documentation for httpd_rotatelogs"
+@@ -0,0 +1,121 @@
++.TH  "httpd_rotatelogs_selinux"  "8"  "12-11-01" "httpd_rotatelogs" "SELinux Policy documentation for httpd_rotatelogs"
 +.SH "NAME"
 +httpd_rotatelogs_selinux \- Security Enhanced Linux Policy for the httpd_rotatelogs processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_rotatelogs processes via flexible mandatory access control.
 +
-+The httpd_rotatelogs processes execute with the httpd_rotatelogs_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_rotatelogs processes execute with the httpd_rotatelogs_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -34581,41 +34758,41 @@ index 0000000..2186db9
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_rotatelogs policy is very flexible allowing users to setup their httpd_rotatelogs processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_rotatelogs:
 +
 +.EX
-+.B httpd_rotatelogs_t 
++.B httpd_rotatelogs_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_rotatelogs policy is very flexible allowing users to setup their httpd_rotatelogs processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_rotatelogs:
 +
 +
 +.EX
 +.PP
-+.B httpd_rotatelogs_exec_t 
++.B httpd_rotatelogs_exec_t
 +.EE
 +
 +- Set files with the httpd_rotatelogs_exec_t type, if you want to transition an executable to the httpd_rotatelogs_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -34645,6 +34822,8 @@ index 0000000..2186db9
 +.br
 +	/var/log/cgiwrap\.log.*
 +.br
++	/var/www/stickshift/[^/]*/log(/.*)?
++.br
 +	/var/log/roundcubemail(/.*)?
 +.br
 +	/var/log/dirsrv/admin-serv(/.*)?
@@ -34665,23 +34844,23 @@ index 0000000..2186db9
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_rotatelogs(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 +, httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_script_selinux(8), httpd_cobbler_script_selinux(8), httpd_collectd_script_selinux(8), httpd_cvs_script_selinux(8), httpd_dirsrvadmin_script_selinux(8), httpd_dspam_script_selinux(8), httpd_git_script_selinux(8), httpd_helper_selinux(8), httpd_man2html_script_selinux(8), httpd_mediawiki_script_selinux(8), httpd_mojomojo_script_selinux(8), httpd_munin_script_selinux(8), httpd_nagios_script_selinux(8), httpd_nutups_cgi_script_selinux(8), httpd_openshift_script_selinux(8), httpd_passwd_selinux(8), httpd_php_selinux(8), httpd_prewikka_script_selinux(8), httpd_smokeping_cgi_script_selinux(8), httpd_squid_script_selinux(8), httpd_suexec_selinux(8), httpd_sys_script_selinux(8), httpd_user_script_selinux(8), httpd_w3c_validator_script_selinux(8), httpd_zoneminder_script_selinux(8)
 \ No newline at end of file
 diff --git a/man/man8/httpd_selinux.8 b/man/man8/httpd_selinux.8
-index 16e8b13..5db51fb 100644
+index 16e8b13..d05f08b 100644
 --- a/man/man8/httpd_selinux.8
 +++ b/man/man8/httpd_selinux.8
-@@ -1,120 +1,2138 @@
+@@ -1,120 +1,2164 @@
 -.TH  "httpd_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "httpd Selinux Policy documentation"
 -.de EX
 -.nf
@@ -34691,7 +34870,7 @@ index 16e8b13..5db51fb 100644
 -.ft R
 -.fi
 -..
-+.TH  "httpd_selinux"  "8"  "12-10-19" "httpd" "SELinux Policy documentation for httpd"
++.TH  "httpd_selinux"  "8"  "12-11-01" "httpd" "SELinux Policy documentation for httpd"
  .SH "NAME"
 -httpd_selinux \- Security Enhanced Linux Policy for the httpd daemon
 +httpd_selinux \- Security Enhanced Linux Policy for the httpd processes
@@ -34703,9 +34882,11 @@ index 16e8b13..5db51fb 100644
 -SELinux requires files to have an extended attribute to define the file type. 
 -Policy governs the access daemons have to these files. 
 -SELinux httpd policy is very flexible allowing users to setup their web services in as secure a method as possible.
+-.PP 
+-The following file contexts types are defined for httpd:
 +Security-Enhanced Linux secures the httpd processes via flexible mandatory access control.
 +
-+The httpd processes execute with the httpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd processes execute with the httpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -34722,21 +34903,17 @@ index 16e8b13..5db51fb 100644
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd policy is very flexible allowing users to setup their httpd processes in as secure a method as possible.
- .PP 
--The following file contexts types are defined for httpd:
++.PP
 +The following process types are defined for httpd:
 +
- .EX
--httpd_sys_content_t 
--.EE 
--- Set files with httpd_sys_content_t if you want httpd_sys_script_exec_t scripts and the daemon to read the file, and disallow other non sys scripts from access.
-+.B httpd_collectd_script_t, httpd_cvs_script_t, httpd_rotatelogs_t, httpd_bugzilla_script_t, httpd_smokeping_cgi_script_t, httpd_nagios_script_t, httpd_dirsrvadmin_script_t, httpd_suexec_t, httpd_mojomojo_script_t, httpd_php_t, httpd_w3c_validator_script_t, httpd_user_script_t, httpd_awstats_script_t, httpd_apcupsd_cgi_script_t, httpd_nutups_cgi_script_t, httpd_munin_script_t, httpd_zoneminder_script_t, httpd_openshift_script_t, httpd_sys_script_t, httpd_dspam_script_t, httpd_prewikka_script_t, httpd_git_script_t, httpd_t, httpd_man2html_script_t, httpd_passwd_t, httpd_helper_t, httpd_squid_script_t, httpd_cobbler_script_t, httpd_mediawiki_script_t 
++.EX
++.B httpd_collectd_script_t, httpd_cvs_script_t, httpd_rotatelogs_t, httpd_bugzilla_script_t, httpd_smokeping_cgi_script_t, httpd_nagios_script_t, httpd_dirsrvadmin_script_t, httpd_suexec_t, httpd_mojomojo_script_t, httpd_php_t, httpd_w3c_validator_script_t, httpd_user_script_t, httpd_awstats_script_t, httpd_apcupsd_cgi_script_t, httpd_nutups_cgi_script_t, httpd_munin_script_t, httpd_zoneminder_script_t, httpd_openshift_script_t, httpd_sys_script_t, httpd_dspam_script_t, httpd_prewikka_script_t, httpd_git_script_t, httpd_t, httpd_man2html_script_t, httpd_passwd_t, httpd_helper_t, httpd_squid_script_t, httpd_cobbler_script_t, httpd_mediawiki_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -34746,66 +34923,49 @@ index 16e8b13..5db51fb 100644
 +.PP
 +If you want to allow httpd processes to manage IPA content, you must turn on the httpd_manage_ipa boolean.
 +
- .EX
--httpd_sys_script_exec_t  
--.EE 
--- Set cgi scripts with httpd_sys_script_exec_t to allow them to run with access to all sys types.
++.EX
 +.B setsebool -P httpd_manage_ipa 1
 +.EE
 +
 +.PP
 +If you want to allow Apache to run in stickshift mode, not transition to passenger, you must turn on the httpd_run_stickshift boolean.
 +
- .EX
--httpd_sys_content_rw_t 
++.EX
 +.B setsebool -P httpd_run_stickshift 1
- .EE
--- Set files with httpd_sys_content_rw_t if you want httpd_sys_script_exec_t scripts and the daemon to read/write the data, and disallow other non sys scripts from access.
++.EE
 +
 +.PP
 +If you want to allow httpd to access FUSE file systems, you must turn on the httpd_use_fusefs boolean.
 +
- .EX
--httpd_sys_content_ra_t 
++.EX
 +.B setsebool -P httpd_use_fusefs 1
- .EE
--- Set files with httpd_sys_content_ra_t if you want httpd_sys_script_exec_t scripts and the daemon to read/append to the file, and disallow other non sys scripts from access.
++.EE
 +
 +.PP
 +If you want to allow httpd to access openstack ports, you must turn on the httpd_use_openstack boolean.
 +
- .EX
--httpd_unconfined_script_exec_t  
--.EE 
--- Set cgi scripts with httpd_unconfined_script_exec_t to allow them to run without any SELinux protection. This should only be used for a very complex httpd scripts, after exhausting all other options.  It is better to use this script rather than turning off SELinux protection for httpd.
++.EX
 +.B setsebool -P httpd_use_openstack 1
 +.EE
- 
--.SH NOTE
--With certain policies you can define additional file contexts based on roles like user or staff.  httpd_user_script_exec_t can be defined where it would only have access to "user" contexts.
++
 +.PP
 +If you want to allow httpd to connect to the ldap port, you must turn on the httpd_can_connect_ldap boolean.
- 
--.SH SHARING FILES
--If you want to share files with multiple domains (Apache, FTP, rsync, Samba), you can set a file context of public_content_t and public_content_rw_t.  These context allow any of the above domains to read the content.  If you want a particular domain to write to the public_content_rw_t domain, you must set the appropriate boolean.  allow_DOMAIN_anon_write.  So for httpd you would execute:
++
 +.EX
 +.B setsebool -P httpd_can_connect_ldap 1
 +.EE
 +
 +.PP
 +If you want to allow httpd daemon to change its resource limits, you must turn on the httpd_setrlimit boolean.
- 
- .EX
--setsebool -P allow_httpd_anon_write=1
++
++.EX
 +.B setsebool -P httpd_setrlimit 1
- .EE
- 
--or 
++.EE
++
 +.PP
 +If you want to allow httpd to communicate with oddjob to start up a service, you must turn on the httpd_use_oddjob boolean.
- 
- .EX
--setsebool -P allow_httpd_sys_script_anon_write=1
++
++.EX
 +.B setsebool -P httpd_use_oddjob 1
 +.EE
 +
@@ -34814,85 +34974,60 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.B setsebool -P httpd_enable_ftp_server 1
- .EE
- 
--.SH BOOLEANS
--SELinux policy is customizable based on least access required.  SELinux can be setup to prevent certain http scripts from working.  httpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd with the tightest access possible.
- .PP
--httpd can be setup to allow cgi scripts to be executed, set httpd_enable_cgi to allow this
++.EE
++
++.PP
 +If you want to allow httpd to access nfs file systems, you must turn on the httpd_use_nfs boolean.
- 
- .EX
--setsebool -P httpd_enable_cgi 1
++
++.EX
 +.B setsebool -P httpd_use_nfs 1
- .EE
- 
- .PP
--SELinux policy for httpd can be setup to not allowed to access users home directories.  If you want to allow access to users home directories you need to set the httpd_enable_homedirs boolean and change the context of the files that you want people to access off the home dir.
++.EE
++
++.PP
 +If you want to allow httpd to act as a relay, you must turn on the httpd_can_network_relay boolean.
- 
- .EX
--setsebool -P httpd_enable_homedirs 1
--chcon -R -t httpd_sys_content_t ~user/public_html
++
++.EX
 +.B setsebool -P httpd_can_network_relay 1
- .EE
- 
- .PP
--SELinux policy for httpd can be setup to not allow access to the controlling terminal.  In most cases this is preferred, because an intruder might be able to use the access to the terminal to gain privileges. But in certain situations httpd needs to prompt for a password to open a certificate file, in these cases, terminal access is required.  Set the httpd_tty_comm boolean to allow terminal access.
++.EE
++
++.PP
 +If you want to allow http daemon to check spam, you must turn on the httpd_can_check_spam boolean.
- 
- .EX
--setsebool -P httpd_tty_comm 1
++
++.EX
 +.B setsebool -P httpd_can_check_spam 1
- .EE
- 
- .PP
--httpd can be configured to not differentiate file controls based on context, i.e. all files labeled as httpd context can be read/write/execute.  Setting this boolean to false allows you to setup the security policy such that one httpd service can not interfere with another.
++.EE
++
++.PP
 +If you want to unify HTTPD to communicate with the terminal. Needed for entering the passphrase for certificates at the terminal, you must turn on the httpd_tty_comm boolean.
- 
- .EX
--setsebool -P httpd_unified 0
++
++.EX
 +.B setsebool -P httpd_tty_comm 1
- .EE
- 
- .PP
--SELinu policy for httpd can be configured to turn on sending email. This is a security feature, since it would prevent a vulnerabiltiy in http from causing a spam attack.  I certain situations, you may want http modules to send mail.  You can turn on the httpd_send_mail boolean.
++.EE
++
++.PP
 +If you want to unify HTTPD handling of all content files, you must turn on the httpd_unified boolean.
- 
- .EX
--setsebool -P httpd_can_sendmail 1
++
++.EX
 +.B setsebool -P httpd_unified 1
 +.EE
 +
- .PP
--httpd can be configured to turn off internal scripting (PHP).  PHP and other
--loadable modules run under the same context as httpd. Therefore several policy rules allow httpd greater access to the system then is needed if you only use external cgi scripts.
++.PP
 +If you want to allow httpd to connect to memcache server, you must turn on the httpd_can_network_memcache boolean.
- 
- .EX
--setsebool -P httpd_builtin_scripting 0
++
++.EX
 +.B setsebool -P httpd_can_network_memcache 1
- .EE
- 
- .PP
--SELinux policy can be setup such that httpd scripts are not allowed to connect out to the network.
--This would prevent a hacker from breaking into you httpd server and attacking 
--other machines.  If you need scripts to be able to connect you can set the httpd_can_network_connect boolean on.
++.EE
++
++.PP
 +If you want to allow HTTPD to connect to port 80 for graceful shutdown, you must turn on the httpd_graceful_shutdown boolean.
- 
- .EX
--setsebool -P httpd_can_network_connect 1
++
++.EX
 +.B setsebool -P httpd_graceful_shutdown 1
- .EE
- 
- .PP
--system-config-selinux is a GUI tool available to customize SELinux policy settings.
--.SH AUTHOR	
--This manual page was written by Dan Walsh <dwalsh at redhat.com>.
++.EE
++
++.PP
 +If you want to allow httpd to run gpg, you must turn on the httpd_use_gpg boolean.
- 
--.SH "SEE ALSO"
--selinux(8), httpd(8), chcon(1), setsebool(8)
++
 +.EX
 +.B setsebool -P httpd_use_gpg 1
 +.EE
@@ -34933,6 +35068,13 @@ index 16e8b13..5db51fb 100644
 +.EE
 +
 +.PP
++If you want to allow Apache to query NS records, you must turn on the httpd_verify_dns boolean.
++
++.EX
++.B setsebool -P httpd_verify_dns 1
++.EE
++
++.PP
 +If you want to allow BIND to bind apache port, you must turn on the named_bind_http_port boolean.
 +
 +.EX
@@ -35141,7 +35283,7 @@ index 16e8b13..5db51fb 100644
 +.EX
 +.B setsebool -P httpd_builtin_scripting 1
 +.EE
- 
++
 +.PP
 +If you want to allow http daemon to send mail, you must turn on the httpd_can_sendmail boolean.
 +
@@ -35165,12 +35307,19 @@ index 16e8b13..5db51fb 100644
 +
 +.PP
 +If you want to allow httpd to read user content, you must turn on the httpd_read_user_content boolean.
- 
++
 +.EX
 +.B setsebool -P httpd_read_user_content 1
 +.EE
 +
 +.PP
++If you want to allow Apache to query NS records, you must turn on the httpd_verify_dns boolean.
++
++.EX
++.B setsebool -P httpd_verify_dns 1
++.EE
++
++.PP
 +If you want to allow BIND to bind apache port, you must turn on the named_bind_http_port boolean.
 +
 +.EX
@@ -35309,19 +35458,19 @@ index 16e8b13..5db51fb 100644
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd policy is very flexible allowing users to setup their httpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd:
 +
 +
 +.EX
 +.PP
-+.B httpd_apcupsd_cgi_content_t 
++.B httpd_apcupsd_cgi_content_t
 +.EE
 +
 +- Set files with the httpd_apcupsd_cgi_content_t type, if you want to treat the files as httpd apcupsd cgi content.
@@ -35329,7 +35478,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_apcupsd_cgi_htaccess_t 
++.B httpd_apcupsd_cgi_htaccess_t
 +.EE
 +
 +- Set files with the httpd_apcupsd_cgi_htaccess_t type, if you want to treat the file as a httpd apcupsd cgi access file.
@@ -35337,7 +35486,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_apcupsd_cgi_ra_content_t 
++.B httpd_apcupsd_cgi_ra_content_t
 +.EE
 +
 +- Set files with the httpd_apcupsd_cgi_ra_content_t type, if you want to treat the files as httpd apcupsd cgi  read/append content.
@@ -35345,7 +35494,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_apcupsd_cgi_rw_content_t 
++.B httpd_apcupsd_cgi_rw_content_t
 +.EE
 +
 +- Set files with the httpd_apcupsd_cgi_rw_content_t type, if you want to treat the files as httpd apcupsd cgi read/write content.
@@ -35353,7 +35502,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_apcupsd_cgi_script_exec_t 
++.B httpd_apcupsd_cgi_script_exec_t
 +.EE
 +
 +- Set files with the httpd_apcupsd_cgi_script_exec_t type, if you want to transition an executable to the httpd_apcupsd_cgi_script_t domain.
@@ -35361,7 +35510,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_awstats_content_t 
++.B httpd_awstats_content_t
 +.EE
 +
 +- Set files with the httpd_awstats_content_t type, if you want to treat the files as httpd awstats content.
@@ -35369,7 +35518,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_awstats_htaccess_t 
++.B httpd_awstats_htaccess_t
 +.EE
 +
 +- Set files with the httpd_awstats_htaccess_t type, if you want to treat the file as a httpd awstats access file.
@@ -35377,7 +35526,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_awstats_ra_content_t 
++.B httpd_awstats_ra_content_t
 +.EE
 +
 +- Set files with the httpd_awstats_ra_content_t type, if you want to treat the files as httpd awstats  read/append content.
@@ -35385,7 +35534,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_awstats_rw_content_t 
++.B httpd_awstats_rw_content_t
 +.EE
 +
 +- Set files with the httpd_awstats_rw_content_t type, if you want to treat the files as httpd awstats read/write content.
@@ -35393,7 +35542,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_awstats_script_exec_t 
++.B httpd_awstats_script_exec_t
 +.EE
 +
 +- Set files with the httpd_awstats_script_exec_t type, if you want to transition an executable to the httpd_awstats_script_t domain.
@@ -35401,7 +35550,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_bugzilla_content_t 
++.B httpd_bugzilla_content_t
 +.EE
 +
 +- Set files with the httpd_bugzilla_content_t type, if you want to treat the files as httpd bugzilla content.
@@ -35409,7 +35558,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_bugzilla_htaccess_t 
++.B httpd_bugzilla_htaccess_t
 +.EE
 +
 +- Set files with the httpd_bugzilla_htaccess_t type, if you want to treat the file as a httpd bugzilla access file.
@@ -35417,7 +35566,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_bugzilla_ra_content_t 
++.B httpd_bugzilla_ra_content_t
 +.EE
 +
 +- Set files with the httpd_bugzilla_ra_content_t type, if you want to treat the files as httpd bugzilla  read/append content.
@@ -35425,7 +35574,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_bugzilla_rw_content_t 
++.B httpd_bugzilla_rw_content_t
 +.EE
 +
 +- Set files with the httpd_bugzilla_rw_content_t type, if you want to treat the files as httpd bugzilla read/write content.
@@ -35433,7 +35582,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_bugzilla_script_exec_t 
++.B httpd_bugzilla_script_exec_t
 +.EE
 +
 +- Set files with the httpd_bugzilla_script_exec_t type, if you want to transition an executable to the httpd_bugzilla_script_t domain.
@@ -35441,7 +35590,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_bugzilla_tmp_t 
++.B httpd_bugzilla_tmp_t
 +.EE
 +
 +- Set files with the httpd_bugzilla_tmp_t type, if you want to store httpd bugzilla temporary files in the /tmp directories.
@@ -35449,7 +35598,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_cache_t 
++.B httpd_cache_t
 +.EE
 +
 +- Set files with the httpd_cache_t type, if you want to store the files under the /var/cache directory.
@@ -35457,7 +35606,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_cobbler_content_t 
++.B httpd_cobbler_content_t
 +.EE
 +
 +- Set files with the httpd_cobbler_content_t type, if you want to treat the files as httpd cobbler content.
@@ -35465,7 +35614,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_cobbler_htaccess_t 
++.B httpd_cobbler_htaccess_t
 +.EE
 +
 +- Set files with the httpd_cobbler_htaccess_t type, if you want to treat the file as a httpd cobbler access file.
@@ -35473,7 +35622,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_cobbler_ra_content_t 
++.B httpd_cobbler_ra_content_t
 +.EE
 +
 +- Set files with the httpd_cobbler_ra_content_t type, if you want to treat the files as httpd cobbler  read/append content.
@@ -35481,7 +35630,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_cobbler_rw_content_t 
++.B httpd_cobbler_rw_content_t
 +.EE
 +
 +- Set files with the httpd_cobbler_rw_content_t type, if you want to treat the files as httpd cobbler read/write content.
@@ -35489,7 +35638,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_cobbler_script_exec_t 
++.B httpd_cobbler_script_exec_t
 +.EE
 +
 +- Set files with the httpd_cobbler_script_exec_t type, if you want to transition an executable to the httpd_cobbler_script_t domain.
@@ -35497,7 +35646,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_collectd_content_t 
++.B httpd_collectd_content_t
 +.EE
 +
 +- Set files with the httpd_collectd_content_t type, if you want to treat the files as httpd collectd content.
@@ -35505,7 +35654,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_collectd_htaccess_t 
++.B httpd_collectd_htaccess_t
 +.EE
 +
 +- Set files with the httpd_collectd_htaccess_t type, if you want to treat the file as a httpd collectd access file.
@@ -35513,7 +35662,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_collectd_ra_content_t 
++.B httpd_collectd_ra_content_t
 +.EE
 +
 +- Set files with the httpd_collectd_ra_content_t type, if you want to treat the files as httpd collectd  read/append content.
@@ -35521,7 +35670,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_collectd_rw_content_t 
++.B httpd_collectd_rw_content_t
 +.EE
 +
 +- Set files with the httpd_collectd_rw_content_t type, if you want to treat the files as httpd collectd read/write content.
@@ -35529,7 +35678,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_collectd_script_exec_t 
++.B httpd_collectd_script_exec_t
 +.EE
 +
 +- Set files with the httpd_collectd_script_exec_t type, if you want to transition an executable to the httpd_collectd_script_t domain.
@@ -35537,7 +35686,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_config_t 
++.B httpd_config_t
 +.EE
 +
 +- Set files with the httpd_config_t type, if you want to treat the files as httpd configuration data, usually stored under the /etc directory.
@@ -35545,7 +35694,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_cvs_content_t 
++.B httpd_cvs_content_t
 +.EE
 +
 +- Set files with the httpd_cvs_content_t type, if you want to treat the files as httpd cvs content.
@@ -35553,7 +35702,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_cvs_htaccess_t 
++.B httpd_cvs_htaccess_t
 +.EE
 +
 +- Set files with the httpd_cvs_htaccess_t type, if you want to treat the file as a httpd cvs access file.
@@ -35561,7 +35710,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_cvs_ra_content_t 
++.B httpd_cvs_ra_content_t
 +.EE
 +
 +- Set files with the httpd_cvs_ra_content_t type, if you want to treat the files as httpd cvs  read/append content.
@@ -35569,7 +35718,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_cvs_rw_content_t 
++.B httpd_cvs_rw_content_t
 +.EE
 +
 +- Set files with the httpd_cvs_rw_content_t type, if you want to treat the files as httpd cvs read/write content.
@@ -35577,7 +35726,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_cvs_script_exec_t 
++.B httpd_cvs_script_exec_t
 +.EE
 +
 +- Set files with the httpd_cvs_script_exec_t type, if you want to transition an executable to the httpd_cvs_script_t domain.
@@ -35585,7 +35734,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_dirsrvadmin_content_t 
++.B httpd_dirsrvadmin_content_t
 +.EE
 +
 +- Set files with the httpd_dirsrvadmin_content_t type, if you want to treat the files as httpd dirsrvadmin content.
@@ -35593,7 +35742,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_dirsrvadmin_htaccess_t 
++.B httpd_dirsrvadmin_htaccess_t
 +.EE
 +
 +- Set files with the httpd_dirsrvadmin_htaccess_t type, if you want to treat the file as a httpd dirsrvadmin access file.
@@ -35601,7 +35750,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_dirsrvadmin_ra_content_t 
++.B httpd_dirsrvadmin_ra_content_t
 +.EE
 +
 +- Set files with the httpd_dirsrvadmin_ra_content_t type, if you want to treat the files as httpd dirsrvadmin  read/append content.
@@ -35609,7 +35758,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_dirsrvadmin_rw_content_t 
++.B httpd_dirsrvadmin_rw_content_t
 +.EE
 +
 +- Set files with the httpd_dirsrvadmin_rw_content_t type, if you want to treat the files as httpd dirsrvadmin read/write content.
@@ -35617,7 +35766,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_dirsrvadmin_script_exec_t 
++.B httpd_dirsrvadmin_script_exec_t
 +.EE
 +
 +- Set files with the httpd_dirsrvadmin_script_exec_t type, if you want to transition an executable to the httpd_dirsrvadmin_script_t domain.
@@ -35625,7 +35774,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_dspam_content_t 
++.B httpd_dspam_content_t
 +.EE
 +
 +- Set files with the httpd_dspam_content_t type, if you want to treat the files as httpd dspam content.
@@ -35633,7 +35782,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_dspam_htaccess_t 
++.B httpd_dspam_htaccess_t
 +.EE
 +
 +- Set files with the httpd_dspam_htaccess_t type, if you want to treat the file as a httpd dspam access file.
@@ -35641,7 +35790,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_dspam_ra_content_t 
++.B httpd_dspam_ra_content_t
 +.EE
 +
 +- Set files with the httpd_dspam_ra_content_t type, if you want to treat the files as httpd dspam  read/append content.
@@ -35649,7 +35798,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_dspam_rw_content_t 
++.B httpd_dspam_rw_content_t
 +.EE
 +
 +- Set files with the httpd_dspam_rw_content_t type, if you want to treat the files as httpd dspam read/write content.
@@ -35657,7 +35806,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_dspam_script_exec_t 
++.B httpd_dspam_script_exec_t
 +.EE
 +
 +- Set files with the httpd_dspam_script_exec_t type, if you want to transition an executable to the httpd_dspam_script_t domain.
@@ -35665,7 +35814,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_exec_t 
++.B httpd_exec_t
 +.EE
 +
 +- Set files with the httpd_exec_t type, if you want to transition an executable to the httpd_t domain.
@@ -35673,7 +35822,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_git_content_t 
++.B httpd_git_content_t
 +.EE
 +
 +- Set files with the httpd_git_content_t type, if you want to treat the files as httpd git content.
@@ -35681,7 +35830,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_git_htaccess_t 
++.B httpd_git_htaccess_t
 +.EE
 +
 +- Set files with the httpd_git_htaccess_t type, if you want to treat the file as a httpd git access file.
@@ -35689,7 +35838,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_git_ra_content_t 
++.B httpd_git_ra_content_t
 +.EE
 +
 +- Set files with the httpd_git_ra_content_t type, if you want to treat the files as httpd git  read/append content.
@@ -35697,7 +35846,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_git_rw_content_t 
++.B httpd_git_rw_content_t
 +.EE
 +
 +- Set files with the httpd_git_rw_content_t type, if you want to treat the files as httpd git read/write content.
@@ -35705,7 +35854,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_git_script_exec_t 
++.B httpd_git_script_exec_t
 +.EE
 +
 +- Set files with the httpd_git_script_exec_t type, if you want to transition an executable to the httpd_git_script_t domain.
@@ -35713,7 +35862,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_helper_exec_t 
++.B httpd_helper_exec_t
 +.EE
 +
 +- Set files with the httpd_helper_exec_t type, if you want to transition an executable to the httpd_helper_t domain.
@@ -35721,7 +35870,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_initrc_exec_t 
++.B httpd_initrc_exec_t
 +.EE
 +
 +- Set files with the httpd_initrc_exec_t type, if you want to transition an executable to the httpd_initrc_t domain.
@@ -35729,7 +35878,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_keytab_t 
++.B httpd_keytab_t
 +.EE
 +
 +- Set files with the httpd_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -35737,7 +35886,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_lock_t 
++.B httpd_lock_t
 +.EE
 +
 +- Set files with the httpd_lock_t type, if you want to treat the files as httpd lock data, stored under the /var/lock directory
@@ -35745,7 +35894,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_log_t 
++.B httpd_log_t
 +.EE
 +
 +- Set files with the httpd_log_t type, if you want to treat the data as httpd log data, usually stored under the /var/log directory.
@@ -35753,7 +35902,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_man2html_content_t 
++.B httpd_man2html_content_t
 +.EE
 +
 +- Set files with the httpd_man2html_content_t type, if you want to treat the files as httpd man2html content.
@@ -35761,7 +35910,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_man2html_htaccess_t 
++.B httpd_man2html_htaccess_t
 +.EE
 +
 +- Set files with the httpd_man2html_htaccess_t type, if you want to treat the file as a httpd man2html access file.
@@ -35769,7 +35918,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_man2html_ra_content_t 
++.B httpd_man2html_ra_content_t
 +.EE
 +
 +- Set files with the httpd_man2html_ra_content_t type, if you want to treat the files as httpd man2html  read/append content.
@@ -35777,7 +35926,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_man2html_rw_content_t 
++.B httpd_man2html_rw_content_t
 +.EE
 +
 +- Set files with the httpd_man2html_rw_content_t type, if you want to treat the files as httpd man2html read/write content.
@@ -35785,7 +35934,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_man2html_script_cache_t 
++.B httpd_man2html_script_cache_t
 +.EE
 +
 +- Set files with the httpd_man2html_script_cache_t type, if you want to store the files under the /var/cache directory.
@@ -35793,7 +35942,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_man2html_script_exec_t 
++.B httpd_man2html_script_exec_t
 +.EE
 +
 +- Set files with the httpd_man2html_script_exec_t type, if you want to transition an executable to the httpd_man2html_script_t domain.
@@ -35801,7 +35950,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_mediawiki_content_t 
++.B httpd_mediawiki_content_t
 +.EE
 +
 +- Set files with the httpd_mediawiki_content_t type, if you want to treat the files as httpd mediawiki content.
@@ -35809,7 +35958,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_mediawiki_htaccess_t 
++.B httpd_mediawiki_htaccess_t
 +.EE
 +
 +- Set files with the httpd_mediawiki_htaccess_t type, if you want to treat the file as a httpd mediawiki access file.
@@ -35817,7 +35966,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_mediawiki_ra_content_t 
++.B httpd_mediawiki_ra_content_t
 +.EE
 +
 +- Set files with the httpd_mediawiki_ra_content_t type, if you want to treat the files as httpd mediawiki  read/append content.
@@ -35825,7 +35974,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_mediawiki_rw_content_t 
++.B httpd_mediawiki_rw_content_t
 +.EE
 +
 +- Set files with the httpd_mediawiki_rw_content_t type, if you want to treat the files as httpd mediawiki read/write content.
@@ -35833,7 +35982,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_mediawiki_script_exec_t 
++.B httpd_mediawiki_script_exec_t
 +.EE
 +
 +- Set files with the httpd_mediawiki_script_exec_t type, if you want to transition an executable to the httpd_mediawiki_script_t domain.
@@ -35841,7 +35990,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_modules_t 
++.B httpd_modules_t
 +.EE
 +
 +- Set files with the httpd_modules_t type, if you want to treat the files as httpd modules.
@@ -35849,7 +35998,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_mojomojo_content_t 
++.B httpd_mojomojo_content_t
 +.EE
 +
 +- Set files with the httpd_mojomojo_content_t type, if you want to treat the files as httpd mojomojo content.
@@ -35857,7 +36006,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_mojomojo_htaccess_t 
++.B httpd_mojomojo_htaccess_t
 +.EE
 +
 +- Set files with the httpd_mojomojo_htaccess_t type, if you want to treat the file as a httpd mojomojo access file.
@@ -35865,7 +36014,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_mojomojo_ra_content_t 
++.B httpd_mojomojo_ra_content_t
 +.EE
 +
 +- Set files with the httpd_mojomojo_ra_content_t type, if you want to treat the files as httpd mojomojo  read/append content.
@@ -35873,7 +36022,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_mojomojo_rw_content_t 
++.B httpd_mojomojo_rw_content_t
 +.EE
 +
 +- Set files with the httpd_mojomojo_rw_content_t type, if you want to treat the files as httpd mojomojo read/write content.
@@ -35881,7 +36030,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_mojomojo_script_exec_t 
++.B httpd_mojomojo_script_exec_t
 +.EE
 +
 +- Set files with the httpd_mojomojo_script_exec_t type, if you want to transition an executable to the httpd_mojomojo_script_t domain.
@@ -35889,7 +36038,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_mojomojo_tmp_t 
++.B httpd_mojomojo_tmp_t
 +.EE
 +
 +- Set files with the httpd_mojomojo_tmp_t type, if you want to store httpd mojomojo temporary files in the /tmp directories.
@@ -35897,7 +36046,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_munin_content_t 
++.B httpd_munin_content_t
 +.EE
 +
 +- Set files with the httpd_munin_content_t type, if you want to treat the files as httpd munin content.
@@ -35905,7 +36054,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_munin_htaccess_t 
++.B httpd_munin_htaccess_t
 +.EE
 +
 +- Set files with the httpd_munin_htaccess_t type, if you want to treat the file as a httpd munin access file.
@@ -35913,7 +36062,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_munin_ra_content_t 
++.B httpd_munin_ra_content_t
 +.EE
 +
 +- Set files with the httpd_munin_ra_content_t type, if you want to treat the files as httpd munin  read/append content.
@@ -35921,7 +36070,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_munin_rw_content_t 
++.B httpd_munin_rw_content_t
 +.EE
 +
 +- Set files with the httpd_munin_rw_content_t type, if you want to treat the files as httpd munin read/write content.
@@ -35929,7 +36078,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_munin_script_exec_t 
++.B httpd_munin_script_exec_t
 +.EE
 +
 +- Set files with the httpd_munin_script_exec_t type, if you want to transition an executable to the httpd_munin_script_t domain.
@@ -35937,7 +36086,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_nagios_content_t 
++.B httpd_nagios_content_t
 +.EE
 +
 +- Set files with the httpd_nagios_content_t type, if you want to treat the files as httpd nagios content.
@@ -35945,7 +36094,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_nagios_htaccess_t 
++.B httpd_nagios_htaccess_t
 +.EE
 +
 +- Set files with the httpd_nagios_htaccess_t type, if you want to treat the file as a httpd nagios access file.
@@ -35953,7 +36102,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_nagios_ra_content_t 
++.B httpd_nagios_ra_content_t
 +.EE
 +
 +- Set files with the httpd_nagios_ra_content_t type, if you want to treat the files as httpd nagios  read/append content.
@@ -35961,7 +36110,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_nagios_rw_content_t 
++.B httpd_nagios_rw_content_t
 +.EE
 +
 +- Set files with the httpd_nagios_rw_content_t type, if you want to treat the files as httpd nagios read/write content.
@@ -35969,7 +36118,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_nagios_script_exec_t 
++.B httpd_nagios_script_exec_t
 +.EE
 +
 +- Set files with the httpd_nagios_script_exec_t type, if you want to transition an executable to the httpd_nagios_script_t domain.
@@ -35977,7 +36126,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_nutups_cgi_content_t 
++.B httpd_nutups_cgi_content_t
 +.EE
 +
 +- Set files with the httpd_nutups_cgi_content_t type, if you want to treat the files as httpd nutups cgi content.
@@ -35985,7 +36134,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_nutups_cgi_htaccess_t 
++.B httpd_nutups_cgi_htaccess_t
 +.EE
 +
 +- Set files with the httpd_nutups_cgi_htaccess_t type, if you want to treat the file as a httpd nutups cgi access file.
@@ -35993,7 +36142,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_nutups_cgi_ra_content_t 
++.B httpd_nutups_cgi_ra_content_t
 +.EE
 +
 +- Set files with the httpd_nutups_cgi_ra_content_t type, if you want to treat the files as httpd nutups cgi  read/append content.
@@ -36001,7 +36150,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_nutups_cgi_rw_content_t 
++.B httpd_nutups_cgi_rw_content_t
 +.EE
 +
 +- Set files with the httpd_nutups_cgi_rw_content_t type, if you want to treat the files as httpd nutups cgi read/write content.
@@ -36009,7 +36158,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_nutups_cgi_script_exec_t 
++.B httpd_nutups_cgi_script_exec_t
 +.EE
 +
 +- Set files with the httpd_nutups_cgi_script_exec_t type, if you want to transition an executable to the httpd_nutups_cgi_script_t domain.
@@ -36017,7 +36166,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_openshift_content_t 
++.B httpd_openshift_content_t
 +.EE
 +
 +- Set files with the httpd_openshift_content_t type, if you want to treat the files as httpd openshift content.
@@ -36025,7 +36174,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_openshift_htaccess_t 
++.B httpd_openshift_htaccess_t
 +.EE
 +
 +- Set files with the httpd_openshift_htaccess_t type, if you want to treat the file as a httpd openshift access file.
@@ -36033,7 +36182,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_openshift_ra_content_t 
++.B httpd_openshift_ra_content_t
 +.EE
 +
 +- Set files with the httpd_openshift_ra_content_t type, if you want to treat the files as httpd openshift  read/append content.
@@ -36041,7 +36190,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_openshift_rw_content_t 
++.B httpd_openshift_rw_content_t
 +.EE
 +
 +- Set files with the httpd_openshift_rw_content_t type, if you want to treat the files as httpd openshift read/write content.
@@ -36049,7 +36198,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_openshift_script_exec_t 
++.B httpd_openshift_script_exec_t
 +.EE
 +
 +- Set files with the httpd_openshift_script_exec_t type, if you want to transition an executable to the httpd_openshift_script_t domain.
@@ -36057,7 +36206,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_passwd_exec_t 
++.B httpd_passwd_exec_t
 +.EE
 +
 +- Set files with the httpd_passwd_exec_t type, if you want to transition an executable to the httpd_passwd_t domain.
@@ -36065,7 +36214,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_php_exec_t 
++.B httpd_php_exec_t
 +.EE
 +
 +- Set files with the httpd_php_exec_t type, if you want to transition an executable to the httpd_php_t domain.
@@ -36073,7 +36222,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_php_tmp_t 
++.B httpd_php_tmp_t
 +.EE
 +
 +- Set files with the httpd_php_tmp_t type, if you want to store httpd php temporary files in the /tmp directories.
@@ -36081,7 +36230,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_prewikka_content_t 
++.B httpd_prewikka_content_t
 +.EE
 +
 +- Set files with the httpd_prewikka_content_t type, if you want to treat the files as httpd prewikka content.
@@ -36089,7 +36238,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_prewikka_htaccess_t 
++.B httpd_prewikka_htaccess_t
 +.EE
 +
 +- Set files with the httpd_prewikka_htaccess_t type, if you want to treat the file as a httpd prewikka access file.
@@ -36097,7 +36246,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_prewikka_ra_content_t 
++.B httpd_prewikka_ra_content_t
 +.EE
 +
 +- Set files with the httpd_prewikka_ra_content_t type, if you want to treat the files as httpd prewikka  read/append content.
@@ -36105,7 +36254,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_prewikka_rw_content_t 
++.B httpd_prewikka_rw_content_t
 +.EE
 +
 +- Set files with the httpd_prewikka_rw_content_t type, if you want to treat the files as httpd prewikka read/write content.
@@ -36113,7 +36262,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_prewikka_script_exec_t 
++.B httpd_prewikka_script_exec_t
 +.EE
 +
 +- Set files with the httpd_prewikka_script_exec_t type, if you want to transition an executable to the httpd_prewikka_script_t domain.
@@ -36121,7 +36270,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_rotatelogs_exec_t 
++.B httpd_rotatelogs_exec_t
 +.EE
 +
 +- Set files with the httpd_rotatelogs_exec_t type, if you want to transition an executable to the httpd_rotatelogs_t domain.
@@ -36129,7 +36278,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_smokeping_cgi_content_t 
++.B httpd_smokeping_cgi_content_t
 +.EE
 +
 +- Set files with the httpd_smokeping_cgi_content_t type, if you want to treat the files as httpd smokeping cgi content.
@@ -36137,7 +36286,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_smokeping_cgi_htaccess_t 
++.B httpd_smokeping_cgi_htaccess_t
 +.EE
 +
 +- Set files with the httpd_smokeping_cgi_htaccess_t type, if you want to treat the file as a httpd smokeping cgi access file.
@@ -36145,7 +36294,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_smokeping_cgi_ra_content_t 
++.B httpd_smokeping_cgi_ra_content_t
 +.EE
 +
 +- Set files with the httpd_smokeping_cgi_ra_content_t type, if you want to treat the files as httpd smokeping cgi  read/append content.
@@ -36153,7 +36302,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_smokeping_cgi_rw_content_t 
++.B httpd_smokeping_cgi_rw_content_t
 +.EE
 +
 +- Set files with the httpd_smokeping_cgi_rw_content_t type, if you want to treat the files as httpd smokeping cgi read/write content.
@@ -36161,7 +36310,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_smokeping_cgi_script_exec_t 
++.B httpd_smokeping_cgi_script_exec_t
 +.EE
 +
 +- Set files with the httpd_smokeping_cgi_script_exec_t type, if you want to transition an executable to the httpd_smokeping_cgi_script_t domain.
@@ -36169,7 +36318,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_squid_content_t 
++.B httpd_squid_content_t
 +.EE
 +
 +- Set files with the httpd_squid_content_t type, if you want to treat the files as httpd squid content.
@@ -36177,7 +36326,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_squid_htaccess_t 
++.B httpd_squid_htaccess_t
 +.EE
 +
 +- Set files with the httpd_squid_htaccess_t type, if you want to treat the file as a httpd squid access file.
@@ -36185,7 +36334,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_squid_ra_content_t 
++.B httpd_squid_ra_content_t
 +.EE
 +
 +- Set files with the httpd_squid_ra_content_t type, if you want to treat the files as httpd squid  read/append content.
@@ -36193,7 +36342,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_squid_rw_content_t 
++.B httpd_squid_rw_content_t
 +.EE
 +
 +- Set files with the httpd_squid_rw_content_t type, if you want to treat the files as httpd squid read/write content.
@@ -36201,7 +36350,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_squid_script_exec_t 
++.B httpd_squid_script_exec_t
 +.EE
 +
 +- Set files with the httpd_squid_script_exec_t type, if you want to transition an executable to the httpd_squid_script_t domain.
@@ -36209,7 +36358,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_squirrelmail_t 
++.B httpd_squirrelmail_t
 +.EE
 +
 +- Set files with the httpd_squirrelmail_t type, if you want to treat the files as httpd squirrelmail data.
@@ -36217,71 +36366,93 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_suexec_exec_t 
++.B httpd_suexec_exec_t
 +.EE
 +
 +- Set files with the httpd_suexec_exec_t type, if you want to transition an executable to the httpd_suexec_t domain.
 +
 +
-+.EX
+ .EX
+-httpd_sys_content_t 
+-.EE 
+-- Set files with httpd_sys_content_t if you want httpd_sys_script_exec_t scripts and the daemon to read the file, and disallow other non sys scripts from access.
 +.PP
-+.B httpd_suexec_tmp_t 
++.B httpd_suexec_tmp_t
 +.EE
 +
 +- Set files with the httpd_suexec_tmp_t type, if you want to store httpd suexec temporary files in the /tmp directories.
 +
 +
-+.EX
+ .EX
+-httpd_sys_script_exec_t  
+-.EE 
+-- Set cgi scripts with httpd_sys_script_exec_t to allow them to run with access to all sys types.
 +.PP
-+.B httpd_sys_content_t 
++.B httpd_sys_content_t
 +.EE
 +
 +- Set files with the httpd_sys_content_t type, if you want to treat the files as httpd sys content.
 +
 +
-+.EX
+ .EX
+-httpd_sys_content_rw_t 
 +.PP
-+.B httpd_sys_htaccess_t 
-+.EE
++.B httpd_sys_htaccess_t
+ .EE
+-- Set files with httpd_sys_content_rw_t if you want httpd_sys_script_exec_t scripts and the daemon to read/write the data, and disallow other non sys scripts from access.
 +
 +- Set files with the httpd_sys_htaccess_t type, if you want to treat the file as a httpd sys access file.
 +
 +
-+.EX
+ .EX
+-httpd_sys_content_ra_t 
 +.PP
-+.B httpd_sys_ra_content_t 
-+.EE
++.B httpd_sys_ra_content_t
+ .EE
+-- Set files with httpd_sys_content_ra_t if you want httpd_sys_script_exec_t scripts and the daemon to read/append to the file, and disallow other non sys scripts from access.
 +
 +- Set files with the httpd_sys_ra_content_t type, if you want to treat the files as httpd sys  read/append content.
 +
 +
-+.EX
+ .EX
+-httpd_unconfined_script_exec_t  
+-.EE 
+-- Set cgi scripts with httpd_unconfined_script_exec_t to allow them to run without any SELinux protection. This should only be used for a very complex httpd scripts, after exhausting all other options.  It is better to use this script rather than turning off SELinux protection for httpd.
 +.PP
-+.B httpd_sys_rw_content_t 
++.B httpd_sys_rw_content_t
 +.EE
-+
+ 
+-.SH NOTE
+-With certain policies you can define additional file contexts based on roles like user or staff.  httpd_user_script_exec_t can be defined where it would only have access to "user" contexts.
 +- Set files with the httpd_sys_rw_content_t type, if you want to treat the files as httpd sys read/write content.
-+
-+
-+.EX
+ 
+-.SH SHARING FILES
+-If you want to share files with multiple domains (Apache, FTP, rsync, Samba), you can set a file context of public_content_t and public_content_rw_t.  These context allow any of the above domains to read the content.  If you want a particular domain to write to the public_content_rw_t domain, you must set the appropriate boolean.  allow_DOMAIN_anon_write.  So for httpd you would execute:
+ 
+ .EX
+-setsebool -P allow_httpd_anon_write=1
 +.PP
-+.B httpd_sys_script_exec_t 
-+.EE
-+
++.B httpd_sys_script_exec_t
+ .EE
+ 
+-or 
 +- Set files with the httpd_sys_script_exec_t type, if you want to transition an executable to the httpd_sys_script_t domain.
 +
-+
-+.EX
+ 
+ .EX
+-setsebool -P allow_httpd_sys_script_anon_write=1
 +.PP
-+.B httpd_tmp_t 
-+.EE
-+
++.B httpd_tmp_t
+ .EE
+ 
+-.SH BOOLEANS
+-SELinux policy is customizable based on least access required.  SELinux can be setup to prevent certain http scripts from working.  httpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd with the tightest access possible.
 +- Set files with the httpd_tmp_t type, if you want to store httpd temporary files in the /tmp directories.
 +
 +
 +.EX
 +.PP
-+.B httpd_tmpfs_t 
++.B httpd_tmpfs_t
 +.EE
 +
 +- Set files with the httpd_tmpfs_t type, if you want to store httpd files on a tmpfs file system.
@@ -36289,7 +36460,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_unit_file_t 
++.B httpd_unit_file_t
 +.EE
 +
 +- Set files with the httpd_unit_file_t type, if you want to treat the files as httpd unit content.
@@ -36297,7 +36468,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_user_content_t 
++.B httpd_user_content_t
 +.EE
 +
 +- Set files with the httpd_user_content_t type, if you want to treat the files as httpd user content.
@@ -36305,7 +36476,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_user_htaccess_t 
++.B httpd_user_htaccess_t
 +.EE
 +
 +- Set files with the httpd_user_htaccess_t type, if you want to treat the file as a httpd user access file.
@@ -36313,7 +36484,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_user_ra_content_t 
++.B httpd_user_ra_content_t
 +.EE
 +
 +- Set files with the httpd_user_ra_content_t type, if you want to treat the files as httpd user  read/append content.
@@ -36321,7 +36492,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_user_rw_content_t 
++.B httpd_user_rw_content_t
 +.EE
 +
 +- Set files with the httpd_user_rw_content_t type, if you want to treat the files as httpd user read/write content.
@@ -36329,143 +36500,166 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.PP
-+.B httpd_user_script_exec_t 
++.B httpd_user_script_exec_t
 +.EE
 +
 +- Set files with the httpd_user_script_exec_t type, if you want to transition an executable to the httpd_user_script_t domain.
 +
 +
 +.EX
-+.PP
-+.B httpd_var_lib_t 
+ .PP
+-httpd can be setup to allow cgi scripts to be executed, set httpd_enable_cgi to allow this
++.B httpd_var_lib_t
 +.EE
 +
 +- Set files with the httpd_var_lib_t type, if you want to store the httpd files under the /var/lib directory.
 +
-+
-+.EX
+ 
+ .EX
+-setsebool -P httpd_enable_cgi 1
 +.PP
-+.B httpd_var_run_t 
-+.EE
-+
++.B httpd_var_run_t
+ .EE
+ 
 +- Set files with the httpd_var_run_t type, if you want to store the httpd files under the /run directory.
 +
 +
 +.EX
-+.PP
-+.B httpd_w3c_validator_content_t 
+ .PP
+-SELinux policy for httpd can be setup to not allowed to access users home directories.  If you want to allow access to users home directories you need to set the httpd_enable_homedirs boolean and change the context of the files that you want people to access off the home dir.
++.B httpd_w3c_validator_content_t
 +.EE
 +
 +- Set files with the httpd_w3c_validator_content_t type, if you want to treat the files as httpd w3c validator content.
 +
-+
-+.EX
+ 
+ .EX
+-setsebool -P httpd_enable_homedirs 1
+-chcon -R -t httpd_sys_content_t ~user/public_html
 +.PP
-+.B httpd_w3c_validator_htaccess_t 
-+.EE
-+
++.B httpd_w3c_validator_htaccess_t
+ .EE
+ 
 +- Set files with the httpd_w3c_validator_htaccess_t type, if you want to treat the file as a httpd w3c validator access file.
 +
 +
 +.EX
-+.PP
-+.B httpd_w3c_validator_ra_content_t 
+ .PP
+-SELinux policy for httpd can be setup to not allow access to the controlling terminal.  In most cases this is preferred, because an intruder might be able to use the access to the terminal to gain privileges. But in certain situations httpd needs to prompt for a password to open a certificate file, in these cases, terminal access is required.  Set the httpd_tty_comm boolean to allow terminal access.
++.B httpd_w3c_validator_ra_content_t
 +.EE
 +
 +- Set files with the httpd_w3c_validator_ra_content_t type, if you want to treat the files as httpd w3c validator  read/append content.
 +
-+
-+.EX
+ 
+ .EX
+-setsebool -P httpd_tty_comm 1
 +.PP
-+.B httpd_w3c_validator_rw_content_t 
-+.EE
-+
++.B httpd_w3c_validator_rw_content_t
+ .EE
+ 
 +- Set files with the httpd_w3c_validator_rw_content_t type, if you want to treat the files as httpd w3c validator read/write content.
 +
 +
 +.EX
-+.PP
-+.B httpd_w3c_validator_script_exec_t 
+ .PP
+-httpd can be configured to not differentiate file controls based on context, i.e. all files labeled as httpd context can be read/write/execute.  Setting this boolean to false allows you to setup the security policy such that one httpd service can not interfere with another.
++.B httpd_w3c_validator_script_exec_t
 +.EE
 +
 +- Set files with the httpd_w3c_validator_script_exec_t type, if you want to transition an executable to the httpd_w3c_validator_script_t domain.
 +
-+
-+.EX
+ 
+ .EX
+-setsebool -P httpd_unified 0
 +.PP
-+.B httpd_w3c_validator_tmp_t 
-+.EE
-+
++.B httpd_w3c_validator_tmp_t
+ .EE
+ 
 +- Set files with the httpd_w3c_validator_tmp_t type, if you want to store httpd w3c validator temporary files in the /tmp directories.
 +
 +
 +.EX
-+.PP
-+.B httpd_zoneminder_content_t 
+ .PP
+-SELinu policy for httpd can be configured to turn on sending email. This is a security feature, since it would prevent a vulnerabiltiy in http from causing a spam attack.  I certain situations, you may want http modules to send mail.  You can turn on the httpd_send_mail boolean.
++.B httpd_zoneminder_content_t
 +.EE
 +
 +- Set files with the httpd_zoneminder_content_t type, if you want to treat the files as httpd zoneminder content.
 +
-+
-+.EX
-+.PP
-+.B httpd_zoneminder_htaccess_t 
+ 
+ .EX
+-setsebool -P httpd_can_sendmail 1
+ .PP
+-httpd can be configured to turn off internal scripting (PHP).  PHP and other
+-loadable modules run under the same context as httpd. Therefore several policy rules allow httpd greater access to the system then is needed if you only use external cgi scripts.
++.B httpd_zoneminder_htaccess_t
 +.EE
 +
 +- Set files with the httpd_zoneminder_htaccess_t type, if you want to treat the file as a httpd zoneminder access file.
 +
-+
-+.EX
+ 
+ .EX
+-setsebool -P httpd_builtin_scripting 0
 +.PP
-+.B httpd_zoneminder_ra_content_t 
-+.EE
-+
++.B httpd_zoneminder_ra_content_t
+ .EE
+ 
 +- Set files with the httpd_zoneminder_ra_content_t type, if you want to treat the files as httpd zoneminder  read/append content.
 +
 +
 +.EX
-+.PP
-+.B httpd_zoneminder_rw_content_t 
+ .PP
+-SELinux policy can be setup such that httpd scripts are not allowed to connect out to the network.
+-This would prevent a hacker from breaking into you httpd server and attacking 
+-other machines.  If you need scripts to be able to connect you can set the httpd_can_network_connect boolean on.
++.B httpd_zoneminder_rw_content_t
 +.EE
 +
 +- Set files with the httpd_zoneminder_rw_content_t type, if you want to treat the files as httpd zoneminder read/write content.
 +
-+
-+.EX
+ 
+ .EX
+-setsebool -P httpd_can_network_connect 1
 +.PP
-+.B httpd_zoneminder_script_exec_t 
-+.EE
-+
++.B httpd_zoneminder_script_exec_t
+ .EE
+ 
 +- Set files with the httpd_zoneminder_script_exec_t type, if you want to transition an executable to the httpd_zoneminder_script_t domain.
 +
 +
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
+ .PP
+-system-config-selinux is a GUI tool available to customize SELinux policy settings.
+-.SH AUTHOR	
+-This manual page was written by Dan Walsh <dwalsh at redhat.com>.
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
-+
+ 
+-.SH "SEE ALSO"
+-selinux(8), httpd(8), chcon(1), setsebool(8)
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux httpd policy is very flexible allowing users to setup their httpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for httpd:
 +
 +.EX
 +.TP 5
-+.B http_cache_port_t 
++.B http_cache_port_t
 +.TP 10
 +.EE
-+
-+
+ 
+ 
 +Default Defined Ports:
 +tcp 8080,8118,10001-10010
 +.EE
@@ -36474,7 +36668,7 @@ index 16e8b13..5db51fb 100644
 +
 +.EX
 +.TP 5
-+.B http_port_t 
++.B http_port_t
 +.TP 10
 +.EE
 +
@@ -36817,6 +37011,18 @@ index 16e8b13..5db51fb 100644
 +.br
 +
 +.br
++.B pki_apache_config
++
++
++.br
++.B pki_apache_var_lib
++
++
++.br
++.B pki_apache_var_log
++
++
++.br
 +.B squirrelmail_spool_t
 +
 +	/var/spool/squirrelmail(/.*)?
@@ -36871,13 +37077,13 @@ index 16e8b13..5db51fb 100644
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -36885,18 +37091,18 @@ index 16e8b13..5db51fb 100644
 \ No newline at end of file
 diff --git a/man/man8/httpd_smokeping_cgi_script_selinux.8 b/man/man8/httpd_smokeping_cgi_script_selinux.8
 new file mode 100644
-index 0000000..79d9836
+index 0000000..d4560e5
 --- /dev/null
 +++ b/man/man8/httpd_smokeping_cgi_script_selinux.8
 @@ -0,0 +1,101 @@
-+.TH  "httpd_smokeping_cgi_script_selinux"  "8"  "12-10-19" "httpd_smokeping_cgi_script" "SELinux Policy documentation for httpd_smokeping_cgi_script"
++.TH  "httpd_smokeping_cgi_script_selinux"  "8"  "12-11-01" "httpd_smokeping_cgi_script" "SELinux Policy documentation for httpd_smokeping_cgi_script"
 +.SH "NAME"
 +httpd_smokeping_cgi_script_selinux \- Security Enhanced Linux Policy for the httpd_smokeping_cgi_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_smokeping_cgi_script processes via flexible mandatory access control.
 +
-+The httpd_smokeping_cgi_script processes execute with the httpd_smokeping_cgi_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_smokeping_cgi_script processes execute with the httpd_smokeping_cgi_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -36913,41 +37119,41 @@ index 0000000..79d9836
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_smokeping_cgi_script policy is very flexible allowing users to setup their httpd_smokeping_cgi_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_smokeping_cgi_script:
 +
 +.EX
-+.B httpd_smokeping_cgi_script_t 
++.B httpd_smokeping_cgi_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_smokeping_cgi_script policy is very flexible allowing users to setup their httpd_smokeping_cgi_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_smokeping_cgi_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_smokeping_cgi_script_exec_t 
++.B httpd_smokeping_cgi_script_exec_t
 +.EE
 +
 +- Set files with the httpd_smokeping_cgi_script_exec_t type, if you want to transition an executable to the httpd_smokeping_cgi_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -36979,13 +37185,13 @@ index 0000000..79d9836
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_smokeping_cgi_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -36993,18 +37199,18 @@ index 0000000..79d9836
 \ No newline at end of file
 diff --git a/man/man8/httpd_squid_script_selinux.8 b/man/man8/httpd_squid_script_selinux.8
 new file mode 100644
-index 0000000..188c7b1
+index 0000000..fa0892f
 --- /dev/null
 +++ b/man/man8/httpd_squid_script_selinux.8
 @@ -0,0 +1,95 @@
-+.TH  "httpd_squid_script_selinux"  "8"  "12-10-19" "httpd_squid_script" "SELinux Policy documentation for httpd_squid_script"
++.TH  "httpd_squid_script_selinux"  "8"  "12-11-01" "httpd_squid_script" "SELinux Policy documentation for httpd_squid_script"
 +.SH "NAME"
 +httpd_squid_script_selinux \- Security Enhanced Linux Policy for the httpd_squid_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_squid_script processes via flexible mandatory access control.
 +
-+The httpd_squid_script processes execute with the httpd_squid_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_squid_script processes execute with the httpd_squid_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -37013,49 +37219,49 @@ index 0000000..188c7b1
 +
 +.SH "ENTRYPOINTS"
 +
-+The httpd_squid_script_t SELinux type can be entered via the "shell_exec_t,httpd_squid_script_exec_t,httpd_squid_script_exec_t" file types.  The default entrypoint paths for the httpd_squid_script_t domain are the following:"
++The httpd_squid_script_t SELinux type can be entered via the "httpd_squid_script_exec_t,shell_exec_t,httpd_squid_script_exec_t" file types.  The default entrypoint paths for the httpd_squid_script_t domain are the following:"
 +
-+/bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /usr/share/lightsquid/cgi(/.*)?, /usr/lib/squid/cachemgr\.cgi, /usr/share/lightsquid/cgi(/.*)?, /usr/lib/squid/cachemgr\.cgi
++/usr/share/lightsquid/cgi(/.*)?, /usr/lib/squid/cachemgr\.cgi, /bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /usr/share/lightsquid/cgi(/.*)?, /usr/lib/squid/cachemgr\.cgi
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_squid_script policy is very flexible allowing users to setup their httpd_squid_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_squid_script:
 +
 +.EX
-+.B httpd_squid_script_t 
++.B httpd_squid_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_squid_script policy is very flexible allowing users to setup their httpd_squid_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_squid_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_squid_script_exec_t 
++.B httpd_squid_script_exec_t
 +.EE
 +
 +- Set files with the httpd_squid_script_exec_t type, if you want to transition an executable to the httpd_squid_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -37081,13 +37287,13 @@ index 0000000..188c7b1
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_squid_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -37095,18 +37301,18 @@ index 0000000..188c7b1
 \ No newline at end of file
 diff --git a/man/man8/httpd_suexec_selinux.8 b/man/man8/httpd_suexec_selinux.8
 new file mode 100644
-index 0000000..036d340
+index 0000000..2f8bbb0
 --- /dev/null
 +++ b/man/man8/httpd_suexec_selinux.8
 @@ -0,0 +1,117 @@
-+.TH  "httpd_suexec_selinux"  "8"  "12-10-19" "httpd_suexec" "SELinux Policy documentation for httpd_suexec"
++.TH  "httpd_suexec_selinux"  "8"  "12-11-01" "httpd_suexec" "SELinux Policy documentation for httpd_suexec"
 +.SH "NAME"
 +httpd_suexec_selinux \- Security Enhanced Linux Policy for the httpd_suexec processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_suexec processes via flexible mandatory access control.
 +
-+The httpd_suexec processes execute with the httpd_suexec_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_suexec processes execute with the httpd_suexec_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -37123,33 +37329,33 @@ index 0000000..036d340
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_suexec policy is very flexible allowing users to setup their httpd_suexec processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_suexec:
 +
 +.EX
-+.B httpd_suexec_t 
++.B httpd_suexec_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_suexec policy is very flexible allowing users to setup their httpd_suexec processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_suexec:
 +
 +
 +.EX
 +.PP
-+.B httpd_suexec_exec_t 
++.B httpd_suexec_exec_t
 +.EE
 +
 +- Set files with the httpd_suexec_exec_t type, if you want to transition an executable to the httpd_suexec_t domain.
@@ -37157,15 +37363,15 @@ index 0000000..036d340
 +
 +.EX
 +.PP
-+.B httpd_suexec_tmp_t 
++.B httpd_suexec_tmp_t
 +.EE
 +
 +- Set files with the httpd_suexec_tmp_t type, if you want to store httpd suexec temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -37205,13 +37411,13 @@ index 0000000..036d340
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_suexec(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -37219,18 +37425,18 @@ index 0000000..036d340
 \ No newline at end of file
 diff --git a/man/man8/httpd_sys_script_selinux.8 b/man/man8/httpd_sys_script_selinux.8
 new file mode 100644
-index 0000000..bfcbb55
+index 0000000..566f6fa
 --- /dev/null
 +++ b/man/man8/httpd_sys_script_selinux.8
 @@ -0,0 +1,190 @@
-+.TH  "httpd_sys_script_selinux"  "8"  "12-10-19" "httpd_sys_script" "SELinux Policy documentation for httpd_sys_script"
++.TH  "httpd_sys_script_selinux"  "8"  "12-11-01" "httpd_sys_script" "SELinux Policy documentation for httpd_sys_script"
 +.SH "NAME"
 +httpd_sys_script_selinux \- Security Enhanced Linux Policy for the httpd_sys_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_sys_script processes via flexible mandatory access control.
 +
-+The httpd_sys_script processes execute with the httpd_sys_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_sys_script processes execute with the httpd_sys_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -37239,25 +37445,25 @@ index 0000000..bfcbb55
 +
 +.SH "ENTRYPOINTS"
 +
-+The httpd_sys_script_t SELinux type can be entered via the "httpd_sys_script_exec_t,shell_exec_t,httpd_sys_content_t,cifs_t,nfs_t,httpd_sys_script_exec_t" file types.  The default entrypoint paths for the httpd_sys_script_t domain are the following:"
++The httpd_sys_script_t SELinux type can be entered via the "httpd_sys_script_exec_t,httpd_sys_content_t,cifs_t,shell_exec_t,nfs_t,httpd_sys_script_exec_t" file types.  The default entrypoint paths for the httpd_sys_script_t domain are the following:"
 +
-+/usr/.*\.cgi, /opt/.*\.cgi, /var/www/[^/]*/cgi-bin(/.*)?, /var/www/perl(/.*)?, /var/www/html/[^/]*/cgi-bin(/.*)?, /usr/lib/cgi-bin(/.*)?, /var/www/cgi-bin(/.*)?, /var/www/svn/hooks(/.*)?, /usr/share/wordpress/.*\.php, /usr/share/wordpress/wp-includes/.*\.php, /usr/share/mythtv/mythweather/scripts(/.*)?, /usr/share/mythweb/mythweb\.pl, /usr/share/wordpress-mu/wp-config\.php, /bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /srv/([^/]*/)?www(/.*)?, /var/www(/.*)?, /etc/htdig(/.*)?, /srv/gallery2(/.*)?, /var/lib/trac(/.*)?, /var/lib/htdig(/.*)?, /var/www/icons(/.*)
 ?, /usr/share/htdig(/.*)?, /usr/share/drupal.*, /var/www/svn/conf(/.*)?, /usr/share/icecast(/.*)?, /usr/share/mythweb(/.*)?, /var/lib/cacti/rra(/.*)?, /usr/share/ntop/html(/.*)?, /usr/share/mythtv/data(/.*)?, /usr/share/doc/ghc/html(/.*)?, /usr/share/openca/htdocs(/.*)?, /usr/share/selinux-policy[^/]*/html(/.*)?, /usr/.*\.cgi, /opt/.*\.cgi, /var/www/[^/]*/cgi-bin(/.*)?, /var/www/perl(/.*)?, /var/www/html/[^/]*/cgi-bin(/.*)?, /usr/lib/cgi-bin(/.*)?, /var/www/cgi-bin(/.*)?, /var/www/svn/hooks(/.*)?, /usr/share/wordpress/.*\.php, /usr/share/wordpress/wp-includes/.*\.php, /usr/share/mythtv/mythweather/scripts(/.*)?, /usr/share/mythweb/mythweb\.pl, /usr/share/wordpress-mu/wp-config\.php
++/usr/.*\.cgi, /opt/.*\.cgi, /var/www/[^/]*/cgi-bin(/.*)?, /var/www/perl(/.*)?, /var/www/html/[^/]*/cgi-bin(/.*)?, /usr/lib/cgi-bin(/.*)?, /var/www/cgi-bin(/.*)?, /var/www/svn/hooks(/.*)?, /usr/share/wordpress/.*\.php, /usr/share/wordpress/wp-includes/.*\.php, /usr/share/mythtv/mythweather/scripts(/.*)?, /usr/share/mythweb/mythweb\.pl, /usr/share/wordpress-mu/wp-config\.php, /srv/([^/]*/)?www(/.*)?, /var/www(/.*)?, /etc/htdig(/.*)?, /srv/gallery2(/.*)?, /var/lib/trac(/.*)?, /var/lib/htdig(/.*)?, /var/www/icons(/.*)?, /usr/share/htdig(/.*)?, /usr/share/drupal.*, /var/www/svn/conf(/.*)?, /usr/share/icecast(/.*)?, /usr/share/mythweb(/.*)?, /var/lib/cacti/rra(/.*)?, /usr/share/ntop/html(/.*)?, /usr/share/mythtv/data(/.*)?, /usr/share/doc/ghc/html(/.*)?, /usr/share/openca/htdocs(/.*)?, /usr/share/selinux-policy[^/]*/html(/.*)?, /bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/
 fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /usr/.*\.cgi, /opt/.*\.cgi, /var/www/[^/]*/cgi-bin(/.*)?, /var/www/perl(/.*)?, /var/www/html/[^/]*/cgi-bin(/.*)?, /usr/lib/cgi-bin(/.*)?, /var/www/cgi-bin(/.*)?, /var/www/svn/hooks(/.*)?, /usr/share/wordpress/.*\.php, /usr/share/wordpress/wp-includes/.*\.php, /usr/share/mythtv/mythweather/scripts(/.*)?, /usr/share/mythweb/mythweb\.pl, /usr/share/wordpress-mu/wp-config\.php
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_sys_script policy is very flexible allowing users to setup their httpd_sys_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_sys_script:
 +
 +.EX
-+.B httpd_sys_script_t 
++.B httpd_sys_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH SHARING FILES
@@ -37294,27 +37500,27 @@ index 0000000..bfcbb55
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_sys_script policy is very flexible allowing users to setup their httpd_sys_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_sys_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_sys_script_exec_t 
++.B httpd_sys_script_exec_t
 +.EE
 +
 +- Set files with the httpd_sys_script_exec_t type, if you want to transition an executable to the httpd_sys_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -37402,13 +37608,13 @@ index 0000000..bfcbb55
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_sys_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -37416,18 +37622,18 @@ index 0000000..bfcbb55
 \ No newline at end of file
 diff --git a/man/man8/httpd_user_script_selinux.8 b/man/man8/httpd_user_script_selinux.8
 new file mode 100644
-index 0000000..26a1ad6
+index 0000000..4764520
 --- /dev/null
 +++ b/man/man8/httpd_user_script_selinux.8
 @@ -0,0 +1,95 @@
-+.TH  "httpd_user_script_selinux"  "8"  "12-10-19" "httpd_user_script" "SELinux Policy documentation for httpd_user_script"
++.TH  "httpd_user_script_selinux"  "8"  "12-11-01" "httpd_user_script" "SELinux Policy documentation for httpd_user_script"
 +.SH "NAME"
 +httpd_user_script_selinux \- Security Enhanced Linux Policy for the httpd_user_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_user_script processes via flexible mandatory access control.
 +
-+The httpd_user_script processes execute with the httpd_user_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_user_script processes execute with the httpd_user_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -37444,41 +37650,41 @@ index 0000000..26a1ad6
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_user_script policy is very flexible allowing users to setup their httpd_user_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_user_script:
 +
 +.EX
-+.B httpd_user_script_t 
++.B httpd_user_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_user_script policy is very flexible allowing users to setup their httpd_user_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_user_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_user_script_exec_t 
++.B httpd_user_script_exec_t
 +.EE
 +
 +- Set files with the httpd_user_script_exec_t type, if you want to transition an executable to the httpd_user_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -37504,13 +37710,13 @@ index 0000000..26a1ad6
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_user_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -37518,18 +37724,18 @@ index 0000000..26a1ad6
 \ No newline at end of file
 diff --git a/man/man8/httpd_w3c_validator_script_selinux.8 b/man/man8/httpd_w3c_validator_script_selinux.8
 new file mode 100644
-index 0000000..c83c1f7
+index 0000000..1191c99
 --- /dev/null
 +++ b/man/man8/httpd_w3c_validator_script_selinux.8
 @@ -0,0 +1,99 @@
-+.TH  "httpd_w3c_validator_script_selinux"  "8"  "12-10-19" "httpd_w3c_validator_script" "SELinux Policy documentation for httpd_w3c_validator_script"
++.TH  "httpd_w3c_validator_script_selinux"  "8"  "12-11-01" "httpd_w3c_validator_script" "SELinux Policy documentation for httpd_w3c_validator_script"
 +.SH "NAME"
 +httpd_w3c_validator_script_selinux \- Security Enhanced Linux Policy for the httpd_w3c_validator_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_w3c_validator_script processes via flexible mandatory access control.
 +
-+The httpd_w3c_validator_script processes execute with the httpd_w3c_validator_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_w3c_validator_script processes execute with the httpd_w3c_validator_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -37546,41 +37752,41 @@ index 0000000..c83c1f7
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_w3c_validator_script policy is very flexible allowing users to setup their httpd_w3c_validator_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_w3c_validator_script:
 +
 +.EX
-+.B httpd_w3c_validator_script_t 
++.B httpd_w3c_validator_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_w3c_validator_script policy is very flexible allowing users to setup their httpd_w3c_validator_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_w3c_validator_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_w3c_validator_script_exec_t 
++.B httpd_w3c_validator_script_exec_t
 +.EE
 +
 +- Set files with the httpd_w3c_validator_script_exec_t type, if you want to transition an executable to the httpd_w3c_validator_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -37610,13 +37816,13 @@ index 0000000..c83c1f7
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_w3c_validator_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -37624,18 +37830,18 @@ index 0000000..c83c1f7
 \ No newline at end of file
 diff --git a/man/man8/httpd_zoneminder_script_selinux.8 b/man/man8/httpd_zoneminder_script_selinux.8
 new file mode 100644
-index 0000000..3b71c6d
+index 0000000..9666a60
 --- /dev/null
 +++ b/man/man8/httpd_zoneminder_script_selinux.8
 @@ -0,0 +1,95 @@
-+.TH  "httpd_zoneminder_script_selinux"  "8"  "12-10-19" "httpd_zoneminder_script" "SELinux Policy documentation for httpd_zoneminder_script"
++.TH  "httpd_zoneminder_script_selinux"  "8"  "12-11-01" "httpd_zoneminder_script" "SELinux Policy documentation for httpd_zoneminder_script"
 +.SH "NAME"
 +httpd_zoneminder_script_selinux \- Security Enhanced Linux Policy for the httpd_zoneminder_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the httpd_zoneminder_script processes via flexible mandatory access control.
 +
-+The httpd_zoneminder_script processes execute with the httpd_zoneminder_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The httpd_zoneminder_script processes execute with the httpd_zoneminder_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -37644,49 +37850,49 @@ index 0000000..3b71c6d
 +
 +.SH "ENTRYPOINTS"
 +
-+The httpd_zoneminder_script_t SELinux type can be entered via the "shell_exec_t,httpd_zoneminder_script_exec_t,httpd_zoneminder_script_exec_t" file types.  The default entrypoint paths for the httpd_zoneminder_script_t domain are the following:"
++The httpd_zoneminder_script_t SELinux type can be entered via the "httpd_zoneminder_script_exec_t,shell_exec_t,httpd_zoneminder_script_exec_t" file types.  The default entrypoint paths for the httpd_zoneminder_script_t domain are the following:"
 +
-+/bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /usr/libexec/zoneminder/cgi-bin(/.*)?, /usr/libexec/zoneminder/cgi-bin(/.*)?
++/usr/libexec/zoneminder/cgi-bin(/.*)?, /bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /usr/libexec/zoneminder/cgi-bin(/.*)?
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux httpd_zoneminder_script policy is very flexible allowing users to setup their httpd_zoneminder_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for httpd_zoneminder_script:
 +
 +.EX
-+.B httpd_zoneminder_script_t 
++.B httpd_zoneminder_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux httpd_zoneminder_script policy is very flexible allowing users to setup their httpd_zoneminder_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for httpd_zoneminder_script:
 +
 +
 +.EX
 +.PP
-+.B httpd_zoneminder_script_exec_t 
++.B httpd_zoneminder_script_exec_t
 +.EE
 +
 +- Set files with the httpd_zoneminder_script_exec_t type, if you want to transition an executable to the httpd_zoneminder_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -37712,13 +37918,13 @@ index 0000000..3b71c6d
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), httpd_zoneminder_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -37726,18 +37932,18 @@ index 0000000..3b71c6d
 \ No newline at end of file
 diff --git a/man/man8/hwclock_selinux.8 b/man/man8/hwclock_selinux.8
 new file mode 100644
-index 0000000..652c75b
+index 0000000..5f81eee
 --- /dev/null
 +++ b/man/man8/hwclock_selinux.8
 @@ -0,0 +1,110 @@
-+.TH  "hwclock_selinux"  "8"  "12-10-19" "hwclock" "SELinux Policy documentation for hwclock"
++.TH  "hwclock_selinux"  "8"  "12-11-01" "hwclock" "SELinux Policy documentation for hwclock"
 +.SH "NAME"
 +hwclock_selinux \- Security Enhanced Linux Policy for the hwclock processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the hwclock processes via flexible mandatory access control.
 +
-+The hwclock processes execute with the hwclock_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The hwclock processes execute with the hwclock_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -37754,41 +37960,41 @@ index 0000000..652c75b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux hwclock policy is very flexible allowing users to setup their hwclock processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for hwclock:
 +
 +.EX
-+.B hwclock_t 
++.B hwclock_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux hwclock policy is very flexible allowing users to setup their hwclock processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for hwclock:
 +
 +
 +.EX
 +.PP
-+.B hwclock_exec_t 
++.B hwclock_exec_t
 +.EE
 +
 +- Set files with the hwclock_exec_t type, if you want to transition an executable to the hwclock_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -37830,30 +38036,30 @@ index 0000000..652c75b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), hwclock(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/iceauth_selinux.8 b/man/man8/iceauth_selinux.8
 new file mode 100644
-index 0000000..539c45e
+index 0000000..2459ffa
 --- /dev/null
 +++ b/man/man8/iceauth_selinux.8
 @@ -0,0 +1,118 @@
-+.TH  "iceauth_selinux"  "8"  "12-10-19" "iceauth" "SELinux Policy documentation for iceauth"
++.TH  "iceauth_selinux"  "8"  "12-11-01" "iceauth" "SELinux Policy documentation for iceauth"
 +.SH "NAME"
 +iceauth_selinux \- Security Enhanced Linux Policy for the iceauth processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the iceauth processes via flexible mandatory access control.
 +
-+The iceauth processes execute with the iceauth_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The iceauth processes execute with the iceauth_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -37870,33 +38076,33 @@ index 0000000..539c45e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux iceauth policy is very flexible allowing users to setup their iceauth processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for iceauth:
 +
 +.EX
-+.B iceauth_t 
++.B iceauth_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux iceauth policy is very flexible allowing users to setup their iceauth processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for iceauth:
 +
 +
 +.EX
 +.PP
-+.B iceauth_exec_t 
++.B iceauth_exec_t
 +.EE
 +
 +- Set files with the iceauth_exec_t type, if you want to transition an executable to the iceauth_t domain.
@@ -37904,15 +38110,15 @@ index 0000000..539c45e
 +
 +.EX
 +.PP
-+.B iceauth_home_t 
++.B iceauth_home_t
 +.EE
 +
 +- Set files with the iceauth_home_t type, if you want to store iceauth files in the users home directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -37954,30 +38160,30 @@ index 0000000..539c45e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), iceauth(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/icecast_selinux.8 b/man/man8/icecast_selinux.8
 new file mode 100644
-index 0000000..c9f4072
+index 0000000..f0455d7
 --- /dev/null
 +++ b/man/man8/icecast_selinux.8
 @@ -0,0 +1,162 @@
-+.TH  "icecast_selinux"  "8"  "12-10-19" "icecast" "SELinux Policy documentation for icecast"
++.TH  "icecast_selinux"  "8"  "12-11-01" "icecast" "SELinux Policy documentation for icecast"
 +.SH "NAME"
 +icecast_selinux \- Security Enhanced Linux Policy for the icecast processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the icecast processes via flexible mandatory access control.
 +
-+The icecast processes execute with the icecast_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The icecast processes execute with the icecast_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -37994,17 +38200,17 @@ index 0000000..c9f4072
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux icecast policy is very flexible allowing users to setup their icecast processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for icecast:
 +
 +.EX
-+.B icecast_t 
++.B icecast_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -38026,19 +38232,19 @@ index 0000000..c9f4072
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux icecast policy is very flexible allowing users to setup their icecast processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for icecast:
 +
 +
 +.EX
 +.PP
-+.B icecast_exec_t 
++.B icecast_exec_t
 +.EE
 +
 +- Set files with the icecast_exec_t type, if you want to transition an executable to the icecast_t domain.
@@ -38046,7 +38252,7 @@ index 0000000..c9f4072
 +
 +.EX
 +.PP
-+.B icecast_initrc_exec_t 
++.B icecast_initrc_exec_t
 +.EE
 +
 +- Set files with the icecast_initrc_exec_t type, if you want to transition an executable to the icecast_initrc_t domain.
@@ -38054,7 +38260,7 @@ index 0000000..c9f4072
 +
 +.EX
 +.PP
-+.B icecast_log_t 
++.B icecast_log_t
 +.EE
 +
 +- Set files with the icecast_log_t type, if you want to treat the data as icecast log data, usually stored under the /var/log directory.
@@ -38062,15 +38268,15 @@ index 0000000..c9f4072
 +
 +.EX
 +.PP
-+.B icecast_var_run_t 
++.B icecast_var_run_t
 +.EE
 +
 +- Set files with the icecast_var_run_t type, if you want to store the icecast files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -38121,13 +38327,13 @@ index 0000000..c9f4072
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), icecast(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -38135,18 +38341,18 @@ index 0000000..c9f4072
 \ No newline at end of file
 diff --git a/man/man8/ifconfig_selinux.8 b/man/man8/ifconfig_selinux.8
 new file mode 100644
-index 0000000..096c2ff
+index 0000000..955a7ad
 --- /dev/null
 +++ b/man/man8/ifconfig_selinux.8
 @@ -0,0 +1,114 @@
-+.TH  "ifconfig_selinux"  "8"  "12-10-19" "ifconfig" "SELinux Policy documentation for ifconfig"
++.TH  "ifconfig_selinux"  "8"  "12-11-01" "ifconfig" "SELinux Policy documentation for ifconfig"
 +.SH "NAME"
 +ifconfig_selinux \- Security Enhanced Linux Policy for the ifconfig processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ifconfig processes via flexible mandatory access control.
 +
-+The ifconfig processes execute with the ifconfig_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ifconfig processes execute with the ifconfig_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -38163,41 +38369,41 @@ index 0000000..096c2ff
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ifconfig policy is very flexible allowing users to setup their ifconfig processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ifconfig:
 +
 +.EX
-+.B ifconfig_t 
++.B ifconfig_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ifconfig policy is very flexible allowing users to setup their ifconfig processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ifconfig:
 +
 +
 +.EX
 +.PP
-+.B ifconfig_exec_t 
++.B ifconfig_exec_t
 +.EE
 +
 +- Set files with the ifconfig_exec_t type, if you want to transition an executable to the ifconfig_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -38243,30 +38449,30 @@ index 0000000..096c2ff
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ifconfig(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/inetd_child_selinux.8 b/man/man8/inetd_child_selinux.8
 new file mode 100644
-index 0000000..23fc22d
+index 0000000..8239b51
 --- /dev/null
 +++ b/man/man8/inetd_child_selinux.8
 @@ -0,0 +1,157 @@
-+.TH  "inetd_child_selinux"  "8"  "12-10-19" "inetd_child" "SELinux Policy documentation for inetd_child"
++.TH  "inetd_child_selinux"  "8"  "12-11-01" "inetd_child" "SELinux Policy documentation for inetd_child"
 +.SH "NAME"
 +inetd_child_selinux \- Security Enhanced Linux Policy for the inetd_child processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the inetd_child processes via flexible mandatory access control.
 +
-+The inetd_child processes execute with the inetd_child_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The inetd_child processes execute with the inetd_child_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -38283,33 +38489,33 @@ index 0000000..23fc22d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux inetd_child policy is very flexible allowing users to setup their inetd_child processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for inetd_child:
 +
 +.EX
-+.B inetd_child_t 
++.B inetd_child_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux inetd_child policy is very flexible allowing users to setup their inetd_child processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for inetd_child:
 +
 +
 +.EX
 +.PP
-+.B inetd_child_exec_t 
++.B inetd_child_exec_t
 +.EE
 +
 +- Set files with the inetd_child_exec_t type, if you want to transition an executable to the inetd_child_t domain.
@@ -38317,7 +38523,7 @@ index 0000000..23fc22d
 +
 +.EX
 +.PP
-+.B inetd_child_tmp_t 
++.B inetd_child_tmp_t
 +.EE
 +
 +- Set files with the inetd_child_tmp_t type, if you want to store inetd child temporary files in the /tmp directories.
@@ -38325,35 +38531,35 @@ index 0000000..23fc22d
 +
 +.EX
 +.PP
-+.B inetd_child_var_run_t 
++.B inetd_child_var_run_t
 +.EE
 +
 +- Set files with the inetd_child_var_run_t type, if you want to store the inetd child files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux inetd_child policy is very flexible allowing users to setup their inetd_child processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for inetd_child:
 +
 +.EX
 +.TP 5
-+.B inetd_child_port_t 
++.B inetd_child_port_t
 +.TP 10
 +.EE
 +
@@ -38405,13 +38611,13 @@ index 0000000..23fc22d
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), inetd_child(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -38419,18 +38625,18 @@ index 0000000..23fc22d
 \ No newline at end of file
 diff --git a/man/man8/inetd_selinux.8 b/man/man8/inetd_selinux.8
 new file mode 100644
-index 0000000..d535378
+index 0000000..3f605ab
 --- /dev/null
 +++ b/man/man8/inetd_selinux.8
 @@ -0,0 +1,203 @@
-+.TH  "inetd_selinux"  "8"  "12-10-19" "inetd" "SELinux Policy documentation for inetd"
++.TH  "inetd_selinux"  "8"  "12-11-01" "inetd" "SELinux Policy documentation for inetd"
 +.SH "NAME"
 +inetd_selinux \- Security Enhanced Linux Policy for the inetd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the inetd processes via flexible mandatory access control.
 +
-+The inetd processes execute with the inetd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The inetd processes execute with the inetd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -38447,33 +38653,33 @@ index 0000000..d535378
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux inetd policy is very flexible allowing users to setup their inetd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for inetd:
 +
 +.EX
-+.B inetd_t, inetd_child_t 
++.B inetd_t, inetd_child_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux inetd policy is very flexible allowing users to setup their inetd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for inetd:
 +
 +
 +.EX
 +.PP
-+.B inetd_child_exec_t 
++.B inetd_child_exec_t
 +.EE
 +
 +- Set files with the inetd_child_exec_t type, if you want to transition an executable to the inetd_child_t domain.
@@ -38481,7 +38687,7 @@ index 0000000..d535378
 +
 +.EX
 +.PP
-+.B inetd_child_tmp_t 
++.B inetd_child_tmp_t
 +.EE
 +
 +- Set files with the inetd_child_tmp_t type, if you want to store inetd child temporary files in the /tmp directories.
@@ -38489,7 +38695,7 @@ index 0000000..d535378
 +
 +.EX
 +.PP
-+.B inetd_child_var_run_t 
++.B inetd_child_var_run_t
 +.EE
 +
 +- Set files with the inetd_child_var_run_t type, if you want to store the inetd child files under the /run directory.
@@ -38497,7 +38703,7 @@ index 0000000..d535378
 +
 +.EX
 +.PP
-+.B inetd_exec_t 
++.B inetd_exec_t
 +.EE
 +
 +- Set files with the inetd_exec_t type, if you want to transition an executable to the inetd_t domain.
@@ -38505,7 +38711,7 @@ index 0000000..d535378
 +
 +.EX
 +.PP
-+.B inetd_log_t 
++.B inetd_log_t
 +.EE
 +
 +- Set files with the inetd_log_t type, if you want to treat the data as inetd log data, usually stored under the /var/log directory.
@@ -38513,7 +38719,7 @@ index 0000000..d535378
 +
 +.EX
 +.PP
-+.B inetd_tmp_t 
++.B inetd_tmp_t
 +.EE
 +
 +- Set files with the inetd_tmp_t type, if you want to store inetd temporary files in the /tmp directories.
@@ -38521,35 +38727,35 @@ index 0000000..d535378
 +
 +.EX
 +.PP
-+.B inetd_var_run_t 
++.B inetd_var_run_t
 +.EE
 +
 +- Set files with the inetd_var_run_t type, if you want to store the inetd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux inetd policy is very flexible allowing users to setup their inetd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for inetd:
 +
 +.EX
 +.TP 5
-+.B inetd_child_port_t 
++.B inetd_child_port_t
 +.TP 10
 +.EE
 +
@@ -38615,13 +38821,13 @@ index 0000000..d535378
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), inetd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -38629,18 +38835,18 @@ index 0000000..d535378
 \ No newline at end of file
 diff --git a/man/man8/init_selinux.8 b/man/man8/init_selinux.8
 new file mode 100644
-index 0000000..e47af9a
+index 0000000..d772d9a
 --- /dev/null
 +++ b/man/man8/init_selinux.8
 @@ -0,0 +1,465 @@
-+.TH  "init_selinux"  "8"  "12-10-19" "init" "SELinux Policy documentation for init"
++.TH  "init_selinux"  "8"  "12-11-01" "init" "SELinux Policy documentation for init"
 +.SH "NAME"
 +init_selinux \- Security Enhanced Linux Policy for the init processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the init processes via flexible mandatory access control.
 +
-+The init processes execute with the init_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The init processes execute with the init_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -38657,33 +38863,33 @@ index 0000000..e47af9a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux init policy is very flexible allowing users to setup their init processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for init:
 +
 +.EX
-+.B initrc_t, init_t 
++.B initrc_t, init_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux init policy is very flexible allowing users to setup their init processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for init:
 +
 +
 +.EX
 +.PP
-+.B init_exec_t 
++.B init_exec_t
 +.EE
 +
 +- Set files with the init_exec_t type, if you want to transition an executable to the init_t domain.
@@ -38691,7 +38897,7 @@ index 0000000..e47af9a
 +
 +.EX
 +.PP
-+.B init_var_lib_t 
++.B init_var_lib_t
 +.EE
 +
 +- Set files with the init_var_lib_t type, if you want to store the init files under the /var/lib directory.
@@ -38699,7 +38905,7 @@ index 0000000..e47af9a
 +
 +.EX
 +.PP
-+.B init_var_run_t 
++.B init_var_run_t
 +.EE
 +
 +- Set files with the init_var_run_t type, if you want to store the init files under the /run directory.
@@ -38707,7 +38913,7 @@ index 0000000..e47af9a
 +
 +.EX
 +.PP
-+.B initctl_t 
++.B initctl_t
 +.EE
 +
 +- Set files with the initctl_t type, if you want to treat the files as initctl data.
@@ -38715,7 +38921,7 @@ index 0000000..e47af9a
 +
 +.EX
 +.PP
-+.B initrc_devpts_t 
++.B initrc_devpts_t
 +.EE
 +
 +- Set files with the initrc_devpts_t type, if you want to treat the files as initrc devpts data.
@@ -38723,7 +38929,7 @@ index 0000000..e47af9a
 +
 +.EX
 +.PP
-+.B initrc_exec_t 
++.B initrc_exec_t
 +.EE
 +
 +- Set files with the initrc_exec_t type, if you want to transition an executable to the initrc_t domain.
@@ -38731,7 +38937,7 @@ index 0000000..e47af9a
 +
 +.EX
 +.PP
-+.B initrc_state_t 
++.B initrc_state_t
 +.EE
 +
 +- Set files with the initrc_state_t type, if you want to treat the files as initrc state data.
@@ -38739,7 +38945,7 @@ index 0000000..e47af9a
 +
 +.EX
 +.PP
-+.B initrc_tmp_t 
++.B initrc_tmp_t
 +.EE
 +
 +- Set files with the initrc_tmp_t type, if you want to store initrc temporary files in the /tmp directories.
@@ -38747,7 +38953,7 @@ index 0000000..e47af9a
 +
 +.EX
 +.PP
-+.B initrc_var_log_t 
++.B initrc_var_log_t
 +.EE
 +
 +- Set files with the initrc_var_log_t type, if you want to treat the data as initrc var log data, usually stored under the /var/log directory.
@@ -38755,15 +38961,15 @@ index 0000000..e47af9a
 +
 +.EX
 +.PP
-+.B initrc_var_run_t 
++.B initrc_var_run_t
 +.EE
 +
 +- Set files with the initrc_var_run_t type, if you want to store the initrc files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -38833,10 +39039,10 @@ index 0000000..e47af9a
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -39087,13 +39293,13 @@ index 0000000..e47af9a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), init(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -39101,18 +39307,18 @@ index 0000000..e47af9a
 \ No newline at end of file
 diff --git a/man/man8/initrc_selinux.8 b/man/man8/initrc_selinux.8
 new file mode 100644
-index 0000000..3a33c44
+index 0000000..6dc8740
 --- /dev/null
 +++ b/man/man8/initrc_selinux.8
-@@ -0,0 +1,817 @@
-+.TH  "initrc_selinux"  "8"  "12-10-19" "initrc" "SELinux Policy documentation for initrc"
+@@ -0,0 +1,815 @@
++.TH  "initrc_selinux"  "8"  "12-11-01" "initrc" "SELinux Policy documentation for initrc"
 +.SH "NAME"
 +initrc_selinux \- Security Enhanced Linux Policy for the initrc processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the initrc processes via flexible mandatory access control.
 +
-+The initrc processes execute with the initrc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The initrc processes execute with the initrc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -39121,41 +39327,41 @@ index 0000000..3a33c44
 +
 +.SH "ENTRYPOINTS"
 +
-+The initrc_t SELinux type can be entered via the "callweaver_initrc_exec_t,pads_initrc_exec_t,qpidd_initrc_exec_t,smokeping_initrc_exec_t,bcfg2_initrc_exec_t,mscan_initrc_exec_t,isnsd_initrc_exec_t,rwho_initrc_exec_t,l2tpd_initrc_exec_t,portreserve_initrc_exec_t,NetworkManager_initrc_exec_t,icecast_initrc_exec_t,rpcd_initrc_exec_t,nslcd_initrc_exec_t,jabberd_initrc_exec_t,slpd_initrc_exec_t,vhostmd_initrc_exec_t,certmaster_initrc_exec_t,memcached_initrc_exec_t,mysqld_initrc_exec_t,crond_initrc_exec_t,fail2ban_initrc_exec_t,sssd_initrc_exec_t,zabbix_initrc_exec_t,asterisk_initrc_exec_t,sshd_initrc_exec_t,dspam_initrc_exec_t,corosync_initrc_exec_t,ypbind_initrc_exec_t,clvmd_initrc_exec_t,setrans_initrc_exec_t,cmirrord_initrc_exec_t,rngd_initrc_exec_t,dhcpc_helper_exec_t,iptables_initrc_exec_t,prelude_initrc_exec_t,rpcbind_initrc_exec_t,sendmail_initrc_exec_t,dnsmasq_initrc_exec_t,cobblerd_initrc_exec_t,bitlbee_initrc_exec_t,sanlock_initrc_exec_t,slapd_initrc_exec_t,clamd_init
 rc_exec_t,glance_api_initrc_exec_t,syslogd_initrc_exec_t,ulogd_initrc_exec_t,ntop_initrc_exec_t,ntpd_initrc_exec_t,nscd_initrc_exec_t,polipo_initrc_exec_t,bluetooth_initrc_exec_t,chronyd_initrc_exec_t,openvpn_initrc_exec_t,boinc_initrc_exec_t,nfsd_initrc_exec_t,denyhosts_initrc_exec_t,cgconfig_initrc_exec_t,mongod_initrc_exec_t,automount_initrc_exec_t,ddclient_initrc_exec_t,roundup_initrc_exec_t,dictd_initrc_exec_t,ricci_initrc_exec_t,zoneminder_initrc_exec_t,certmonger_initrc_exec_t,innd_initrc_exec_t,pingd_initrc_exec_t,snort_initrc_exec_t,snmpd_initrc_exec_t,iwhd_initrc_exec_t,radiusd_initrc_exec_t,dhcpd_initrc_exec_t,lircd_initrc_exec_t,cyrus_initrc_exec_t,varnishd_initrc_exec_t,virtd_initrc_exec_t,aiccu_initrc_exec_t,mysqlmanagerd_initrc_exec_t,zabbix_agent_initrc_exec_t,varnishlog_initrc_exec_t,piranha_pulse_initrc_exec_t,glance_registry_initrc_exec_t,collectd_initrc_exec_t,puppetmaster_initrc_exec_t,httpd_initrc_exec_t,kdump_initrc_exec_t,dovecot_initrc_exec_t,zebra_i
 nitrc_exec_t,lldpad_initrc_exec_t,bin_t,munin_initrc_exec_t,soundd_initrc_exec_t,uuidd_initrc_exec_t,postfix_initrc_exec_t,ctdbd_initrc_exec_t,glusterd_initrc_exec_t,saslauthd_initrc_exec_t,postgresql_initrc_exec_t,kerberos_initrc_exec_t,apcupsd_initrc_exec_t,cupsd_initrc_exec_t,ksmtuned_initrc_exec_t,tuned_initrc_exec_t,fsdaemon_initrc_exec_t,exim_initrc_exec_t,tgtd_initrc_exec_t,ajaxterm_initrc_exec_t,hddtemp_initrc_exec_t,tcsd_initrc_exec_t,rhsmcertd_initrc_exec_t,svnserve_initrc_exec_t,ftpd_initrc_exec_t,shorewall_initrc_exec_t,aisexec_initrc_exec_t,auditd_initrc_exec_t,likewise_initrc_exec_t,cfengine_initrc_exec_t,wdmd_initrc_exec_t,initrc_exec_t,postgrey_initrc_exec_t,avahi_initrc_exec_t,gpsd_initrc_exec_t,privoxy_initrc_exec_t,nagios_initrc_exec_t,shell_exec_t,cgred_initrc_exec_t,rgmanager_initrc_exec_t,tor_initrc_exec_t,radvd_initrc_exec_t,abrt_initrc_exec_t,ipsec_initrc_exec_t,puppet_initrc_exec_t,named_initrc_exec_t,psad_initrc_exec_t,squid_initrc_exec_t,cvs_initrc
 _exec_t,pppd_initrc_exec_t,canna_initrc_exec_t,firewalld_initrc_exec_t,afs_initrc_exec_t,samba_initrc_exec_t,spamd_initrc_exec_t,pacemaker_initrc_exec_t,nis_initrc_exec_t,amavis_initrc_exec_t,mpd_initrc_exec_t,arpwatch_initrc_exec_t" file types.  The default entrypoint paths for the initrc_t domain are the following:"
++The initrc_t SELinux type can be entered via the "glance_api_initrc_exec_t,slapd_initrc_exec_t,clamd_initrc_exec_t,ntop_initrc_exec_t,ntpd_initrc_exec_t,syslogd_initrc_exec_t,ulogd_initrc_exec_t,nscd_initrc_exec_t,bluetooth_initrc_exec_t,chronyd_initrc_exec_t,polipo_initrc_exec_t,boinc_initrc_exec_t,openvpn_initrc_exec_t,nfsd_initrc_exec_t,denyhosts_initrc_exec_t,cgconfig_initrc_exec_t,ddclient_initrc_exec_t,dictd_initrc_exec_t,mongod_initrc_exec_t,ricci_initrc_exec_t,automount_initrc_exec_t,innd_initrc_exec_t,pingd_initrc_exec_t,roundup_initrc_exec_t,zoneminder_initrc_exec_t,certmonger_initrc_exec_t,snort_initrc_exec_t,iwhd_initrc_exec_t,snmpd_initrc_exec_t,radiusd_initrc_exec_t,dhcpd_initrc_exec_t,lircd_initrc_exec_t,cyrus_initrc_exec_t,varnishd_initrc_exec_t,virtd_initrc_exec_t,aiccu_initrc_exec_t,mysqlmanagerd_initrc_exec_t,zabbix_agent_initrc_exec_t,varnishlog_initrc_exec_t,piranha_pulse_initrc_exec_t,glance_registry_initrc_exec_t,collectd_initrc_exec_t,puppetmaster_in
 itrc_exec_t,dovecot_initrc_exec_t,zebra_initrc_exec_t,lldpad_initrc_exec_t,httpd_initrc_exec_t,kdump_initrc_exec_t,munin_initrc_exec_t,soundd_initrc_exec_t,bin_t,uuidd_initrc_exec_t,postfix_initrc_exec_t,ctdbd_initrc_exec_t,glusterd_initrc_exec_t,saslauthd_initrc_exec_t,postgresql_initrc_exec_t,kerberos_initrc_exec_t,apcupsd_initrc_exec_t,cupsd_initrc_exec_t,ksmtuned_initrc_exec_t,tuned_initrc_exec_t,exim_initrc_exec_t,fsdaemon_initrc_exec_t,tgtd_initrc_exec_t,ftpd_initrc_exec_t,ajaxterm_initrc_exec_t,hddtemp_initrc_exec_t,tcsd_initrc_exec_t,rhsmcertd_initrc_exec_t,svnserve_initrc_exec_t,shorewall_initrc_exec_t,aisexec_initrc_exec_t,auditd_initrc_exec_t,likewise_initrc_exec_t,cfengine_initrc_exec_t,initrc_exec_t,wdmd_initrc_exec_t,postgrey_initrc_exec_t,avahi_initrc_exec_t,gpsd_initrc_exec_t,privoxy_initrc_exec_t,pki_ra_script_exec_t,shell_exec_t,nagios_initrc_exec_t,rgmanager_initrc_exec_t,tor_initrc_exec_t,radvd_initrc_exec_t,cgred_initrc_exec_t,abrt_initrc_exec_t,ipsec_in
 itrc_exec_t,puppet_initrc_exec_t,named_initrc_exec_t,squid_initrc_exec_t,cvs_initrc_exec_t,psad_initrc_exec_t,pppd_initrc_exec_t,afs_initrc_exec_t,canna_initrc_exec_t,firewalld_initrc_exec_t,spamd_initrc_exec_t,nis_initrc_exec_t,samba_initrc_exec_t,pacemaker_initrc_exec_t,mpd_initrc_exec_t,amavis_initrc_exec_t,arpwatch_initrc_exec_t,qpidd_initrc_exec_t,smokeping_initrc_exec_t,bcfg2_initrc_exec_t,callweaver_initrc_exec_t,pki_tps_script_exec_t,pads_initrc_exec_t,mscan_initrc_exec_t,isnsd_initrc_exec_t,rwho_initrc_exec_t,l2tpd_initrc_exec_t,portreserve_initrc_exec_t,NetworkManager_initrc_exec_t,icecast_initrc_exec_t,jabberd_initrc_exec_t,rpcd_initrc_exec_t,vhostmd_initrc_exec_t,nslcd_initrc_exec_t,certmaster_initrc_exec_t,slpd_initrc_exec_t,mysqld_initrc_exec_t,memcached_initrc_exec_t,crond_initrc_exec_t,asterisk_initrc_exec_t,fail2ban_initrc_exec_t,corosync_initrc_exec_t,sssd_initrc_exec_t,zabbix_initrc_exec_t,ypbind_initrc_exec_t,sshd_initrc_exec_t,clvmd_initrc_exec_t,dspam_i
 nitrc_exec_t,dhcpc_helper_exec_t,setrans_initrc_exec_t,cmirrord_initrc_exec_t,rngd_initrc_exec_t,prelude_initrc_exec_t,iptables_initrc_exec_t,sendmail_initrc_exec_t,rpcbind_initrc_exec_t,cobblerd_initrc_exec_t,dnsmasq_initrc_exec_t,bitlbee_initrc_exec_t,sanlock_initrc_exec_t" file types.  The default entrypoint paths for the initrc_t domain are the following:"
 +
-+/etc/rc\.d/init\.d/callweaver, /etc/rc\.d/init\.d/pads, /etc/rc\.d/init\.d/qpidd, /etc/rc\.d/init\.d/smokeping, /etc/rc\.d/init\.d/bcfg2, /etc/rc\.d/init\.d/MailScanner, /etc/rc\.d/init\.d/isnsd, /etc/rc\.d/init\.d/rwhod, /etc/rc\.d/init\.d/xl2tpd, /etc/rc\.d/init\.d/prol2tpd, /etc/rc\.d/init\.d/openl2tpd, /etc/rc\.d/init\.d/portreserve, /usr/libexec/nm-dispatcher.action, /etc/NetworkManager/dispatcher\.d(/.*)?, /etc/rc\.d/init\.d/wicd, /etc/rc\.d/init\.d/icecast, /etc/rc\.d/init\.d/nfslock, /etc/rc\.d/init\.d/rpcidmapd, /etc/rc\.d/init\.d/nslcd, /etc/rc\.d/init\.d/jabberd, /etc/rc\.d/init\.d/slpd, /etc/rc.d/init.d/vhostmd, /etc/rc\.d/init\.d/certmaster, /etc/rc\.d/init\.d/memcached, /etc/rc\.d/init\.d/mysqld, /etc/rc\.d/init\.d/atd, /etc/rc\.d/init\.d/fail2ban, /etc/rc\.d/init\.d/sssd, /etc/rc\.d/init\.d/zabbix, /etc/rc\.d/init\.d/zabbix-server, /etc/rc\.d/init\.d/asterisk, /etc/rc\.d/init\.d/sshd, /etc/rc\.d/init\.d/dspam, /etc/rc\.d/init\.d/corosync, /etc/rc\.d/init\.d/y
 pbind, /etc/rc\.d/init\.d/mcstrans, /etc/rc\.d/init\.d/cmirrord, /etc/rc\.d/init\.d/rngd, /etc/firestarter/firestarter\.sh, /etc/rc\.d/init\.d/ip6?tables, /etc/rc\.d/init\.d/ebtables, /etc/rc\.d/init\.d/prelude-lml, /etc/rc\.d/init\.d/prelude-manager, /etc/rc\.d/init\.d/prelude-correlator, /etc/rc\.d/init\.d/rpcbind, /etc/rc\.d/init\.d/sendmail, /etc/rc\.d/init\.d/dnsmasq, /etc/rc\.d/init\.d/cobblerd, /etc/rc\.d/init\.d/bitlbee, /etc/rc\.d/init\.d/sanlock, /etc/rc\.d/init\.d/slapd, /etc/rc\.d/init\.d/clamd-wrapper, /etc/rc\.d/init\.d/openstack-glance-api, /etc/rc\.d/init\.d/rsyslog, /etc/rc\.d/init\.d/ulogd, /etc/rc\.d/init\.d/ntpd, /etc/rc\.d/init\.d/nscd, /etc/rc\.d/init\.d/polipo, /etc/rc\.d/init\.d/dund, /etc/rc\.d/init\.d/pand, /etc/rc\.d/init\.d/bluetooth, /etc/rc\.d/init\.d/chronyd, /etc/rc\.d/init\.d/openvpn, /etc/rc\.d/init\.d/boinc-client, /etc/rc\.d/init\.d/nfs, /etc/rc\.d/init\.d/denyhosts, /etc/rc\.d/init\.d/cgconfig, /etc/rc\.d/init\.d/mongod, /etc/rc\.d/init\.
 d/autofs, /etc/rc\.d/init\.d/ddclient, /etc/rc\.d/init\.d/roundup, /etc/rc\.d/init\.d/dictd, /etc/rc\.d/init\.d/ricci, /etc/rc\.d/init\.d/motion, /etc/rc\.d/init\.d/zoneminder, /etc/rc\.d/init\.d/certmonger, /etc/rc\.d/init\.d/innd, /etc/rc\.d/init\.d/whatsup-pingd, /etc/rc\.d/init\.d/snortd, /etc/rc\.d/init\.d/snmpd, /etc/rc\.d/init\.d/snmptrapd, /etc/rc\.d/init\.d/iwhd, /etc/rc\.d/init\.d/radiusd, /etc/rc\.d/init\.d/dhcpd(6)?, /etc/rc\.d/init\.d/lirc, /etc/rc\.d/init\.d/cyrus, /etc/rc\.d/init\.d/varnish, /etc/rc\.d/init\.d/libvirtd, /etc/rc\.d/init\.d/aiccu, /etc/rc\.d/init\.d/mysqlmanager, /etc/rc\.d/init\.d/zabbix-agentd, /etc/rc\.d/init\.d/varnishlog, /etc/rc\.d/init\.d/varnishncsa, /etc/rc\.d/init\.d/pulse, /etc/rc\.d/init\.d/openstack-glance-registry, /etc/rc\.d/init\.d/collectd, /etc/rc\.d/init\.d/puppetmaster, /etc/init\.d/cherokee, /etc/rc\.d/init\.d/httpd, /etc/rc\.d/init\.d/lighttpd, /etc/rc\.d/init\.d/kdump, /etc/rc\.d/init\.d/dovecot, /etc/rc\.d/init\.d/bgpd, /
 etc/rc\.d/init\.d/ripd, /etc/rc\.d/init\.d/ospfd, /etc/rc\.d/init\.d/zebra, /etc/rc\.d/init\.d/ospf6d, /etc/rc\.d/init\.d/ripngd, /etc/rc\.d/init\.d/lldpad, /bin/.*, /opt/(.*/)?bin(/.*)?, /usr/(.*/)?Bin(/.*)?, /usr/(.*/)?bin(/.*)?, /usr/(.*/)?sbin(/.*)?, /opt/(.*/)?sbin(/.*)?, /opt/(.*/)?libexec(/.*)?, /sbin/.*, /usr/lib(.*/)?bin(/.*)?, /usr/lib(.*/)?sbin(/.*)?, /etc/gdm/[^/]+, /root/bin(/.*)?, /etc/gdm/[^/]+/.*, /etc/cron.daily(/.*)?, /etc/cron.weekly(/.*)?, /etc/cron.hourly(/.*)?, /etc/cron.monthly(/.*)?, /usr/lib/.*/scripts(/.*)?, /usr/lib/.*/program(/.*)?, /usr/lib/[^/]*/run-mozilla\.sh, /usr/lib/[^/]*/mozilla-xremote-client, /usr/lib/[^/]*thunderbird[^/]*/thunderbird, /usr/lib/[^/]*thunderbird[^/]*/thunderbird-bin, /usr/lib/[^/]*thunderbird[^/]*/open-browser\.sh, /lib/udev/[^/]*, /etc/auto\.[^/]*, /etc/avahi/.*\.action, /usr/lib/qt.*/bin(/.*)?, /usr/lib/yp/.+, /var/ftp/bin(/.*)?, /usr/Brother(/.*)?, /usr/Printer(/.*)?, /usr/libexec(/.*)?, /lib/upstart(/.*)?, /etc/kde/en
 v(/.*)?, /etc/profile.d(/.*)?, /var/mailman.*/bin(/.*)?, /etc/lxdm/Pre.*, /etc/hotplug/.*rc, /usr/lib/cups(/.*)?, /etc/hotplug/.*agent, /usr/Brother/(.*/)?inf/setup.*, /usr/Brother/(.*/)?inf/brprintconf.*, /usr/lib/dpkg/.+, /etc/lxdm/Post.*, /usr/lib/udev/[^/]*, /var/qmail/bin(/.*)?, /usr/lib/xfce4(/.*)?, /usr/lib/fence(/.*)?, /etc/X11/xinit(/.*)?, /lib/readahead(/.*)?, /etc/netplug\.d(/.*)?, /usr/lib/gimp/.*/plug-ins(/.*)?, /usr/lib/ipsec/.*, /etc/ppp/ip-up\..*, /usr/bin/pingus.*, /etc/cipe/ip-up.*, /usr/lib/dracut(/.*)?, /etc/pm/power\.d(/.*)?, /etc/pm/sleep\.d(/.*)?, /etc/redhat-lsb(/.*)?, /usr/lib/tuned/.*/.*\.sh, /usr/lib/xen/bin(/.*)?, /usr/lib/upstart(/.*)?, /usr/lib/courier(/.*)?, /etc/xen/scripts(/.*)?, /usr/share/tucan.*/tucan.py, /usr/lib/mailman.*/bin(/.*)?, /usr/lib/mailman.*/mail(/.*)?, /etc/ppp/ipv6-up\..*, /etc/ppp/ip-down\..*, /etc/cipe/ip-down.*, /usr/share/hplip/[^/]*, /usr/lib/news/bin(/.*)?, /usr/lib/pm-utils(/.*)?, /etc/vmware-tools(/.*)?, /etc/kde/shut
 down(/.*)?, /etc/acpi/actions(/.*)?, /etc/pki/tls/misc(/.*)?, /usr/lib/jvm/java(.*/)bin(/.*), /usr/lib/tumbler-[^/]*/tumblerd, /usr/lib/readahead(/.*)?, /opt/google/chrome(/.*)?, /etc/munin/plugins(/.*)?, /usr/lib/bluetooth(/.*)?, /usr/lib/debug/bin(/.*)?, /usr/lib/xulrunner[^/]*/updater, /usr/lib/xulrunner[^/]*/crashreporter, /usr/lib/xulrunner[^/]*/xulrunner[^/]*, /usr/lib/ruby/gems(/.*)?/helper-scripts(/.*)?, /usr/share/debconf/.+, /etc/ppp/ipv6-down\..*, /usr/share/cluster/.*\.sh, /usr/share/sectool/.*\.py, /usr/share/ssl/misc(/.*)?, /usr/share/e16/misc(/.*)?, /usr/lib/ccache/bin(/.*)?, /etc/racoon/scripts(/.*)?, /usr/lib/debug/sbin(/.*)?, /usr/lib/ruby/gems/.*/agents(/.*)?, /usr/share/mc/extfs/.*, /usr/lib/apt/methods.+, /usr/lib/portage/bin(/.*)?, /usr/lib/MailScanner(/.*)?, /etc/mcelog/triggers(/.*)?, /etc/dhcp/dhclient\.d(/.*)?, /emul/ia32-linux/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/Bin(/.*)?, /emul/ia32-linux/usr(/.*)?/sbin(/.*)
 ?, /usr/lib/thunderbird.*/mozilla-xremote-client, /usr/lib/cyrus-imapd/.*, /usr/share/createrepo(/.*)?, /emul/ia32-linux/sbin(/.*)?, /usr/share/virtualbox/.*\.sh, /usr/share/hal/scripts(/.*)?, /usr/share/wicd/daemon(/.*)?, /lib/security/pam_krb5(/.*)?, /opt/google/talkplugin(/.*)?, /etc/PackageKit/events(/.*)?, /usr/lib/debug/usr/bin(/.*)?, /usr/lib/vmware-tools/(s)?bin32(/.*)?, /usr/lib/vmware-tools/(s)?bin64(/.*)?, /etc/gdm/XKeepsCrashing[^/]*, /usr/lib/oracle/xe/apps(/.*)?, /usr/share/Modules/init(/.*)?, /usr/share/smolt/client(/.*)?, /usr/lib/nagios/plugins(/.*)?, /usr/lib/debug/usr/sbin(/.*)?, /usr/share/apr-0/build/[^/]+\.sh, /usr/lib/emacsen-common/.*, /usr/share/ajaxterm/qweb.py.*, /var/lib/asterisk/agi-bin(/.*)?, /usr/share/shorewall-perl(/.*)?, /usr/share/shorewall-lite(/.*)?, /usr/linuxprinter/filters(/.*)?, /usr/lib/netsaint/plugins(/.*)?, /usr/lib/chromium-browser(/.*)?, /usr/share/turboprint/lib(/.*)?, /usr/lib/nfs-utils/scripts(/.*)?, /usr/share/shorewall-shel
 l(/.*)?, /usr/share/shorewall6-lite(/.*)?, /usr/share/vhostmd/scripts(/.*)?, /usr/lib/debug/usr/libexec(/.*)?, /etc/ConsoleKit/run-seat\.d(/.*)?, /usr/lib/nspluginwrapper/np.*, /usr/share/sandbox/sandboxX.sh, /usr/lib/ConsoleKit/scripts(/.*)?, /usr/share/ajaxterm/ajaxterm.py.*, /usr/lib/pgsql/test/regress/.*\.sh, /usr/share/denyhosts/plugins(/.*)?, /usr/share/denyhosts/scripts(/.*)?, /emul/ia32-linux/usr/libexec(/.*)?, /usr/lib/mediawiki/math/texvc.*, /usr/share/PackageKit/helpers(/.*)?, /etc/ConsoleKit/run-session\.d(/.*)?, /etc/hotplug\.d/default/default.*, /usr/lib/systemd/system-sleep/(.*)?, /opt/gutenprint/cups/lib/filter(/.*)?, /usr/share/system-config-network(/netconfig)?/[^/]+\.py, /usr/lib/ConsoleKit/run-session\.d(/.*)?, /etc/sysconfig/network-scripts/net.*, /etc/sysconfig/network-scripts/ifup.*, /etc/sysconfig/network-scripts/init.*, /usr/share/kde4/apps/kajongg/kajongg.py, /etc/sysconfig/network-scripts/ifdown.*, /opt/OpenPrinting-Gutenprint/cups/lib/filter(/.*)?
 , /usr/share/gedit-2/plugins/externaltools/tools(/.*)?, /bin, /sbin, /usr/bin, /dev/MAKEDEV, /var/qmail/rc, /var/qmail/bin, /etc/mail/make, /bin/mountpoint, /usr/lib/rpm/rpmv, /usr/lib/rpm/rpmk, /usr/lib/rpm/rpmq, /usr/lib/rpm/rpmd, /lib/udev/scsi_id, /sbin/mkfs\.cramfs, /etc/xen/qemu-ifup, /etc/lxdm/Xsession, /etc/sysconfig/init, /usr/bin/mountpoint, /etc/apcupsd/commok, /usr/lib/sftp-server, /etc/sysconfig/crond, /etc/lxdm/LoginReady, /usr/sbin/mkfs\.cramfs, /usr/lib/udev/scsi_id, /etc/X11/xdm/Xsetup_0, /etc/init\.d/functions, /etc/apcupsd/changeme, /usr/lib/iscan/network, /etc/apcupsd/onbattery, /usr/lib/yaboot/addnote, /etc/sysconfig/libvirtd, /etc/apcupsd/apccontrol, /etc/apcupsd/offbattery, /usr/lib/wicd/monitor\.py, /etc/X11/xdm/TakeConsole, /etc/X11/xdm/GiveConsole, /etc/apcupsd/commfailure, /usr/lib/misc/sftp-server, /etc/sysconfig/netconsole, /lib/udev/devices/MAKEDEV, /var/lib/iscan/interpreter, /etc/rc\.d/init\.d/functions, /etc/apcupsd/masterconnect, /etc/apcups
 d/mastertimeout, /usr/share/pydict/pydict\.py, /usr/share/clamav/clamd-gen, /sbin/insmod_ksymoops_clean, /etc/mgetty\+sendfax/new_fax, /usr/lib/xfce4/panel/migrate, /usr/lib/xfce4/panel/wrapper, /etc/sysconfig/readonly-root, /usr/lib/udev/devices/MAKEDEV, /usr/lib/vte/gnome-pty-helper, /usr/lib/xfce4/xfconf/xfconfd, /usr/share/hwbrowser/hwbrowser, /usr/share/cvs/contrib/rcs2log, /usr/X11R6/lib/X11/xkb/xkbcomp, /usr/lib/virtualbox/VBoxManage, /usr/share/cluster/checkquorum, /usr/share/shorewall/getparams, /usr/share/apr-0/build/libtool, /usr/share/cluster/SAPDatabase, /usr/share/cluster/SAPInstance, /etc/hotplug/hotplug\.functions, /usr/share/texmf/web2c/mktexdir, /usr/share/texmf/web2c/mktexupd, /usr/share/texmf/web2c/mktexnam, /usr/share/shorewall/configpath, /usr/sbin/insmod_ksymoops_clean, /etc/mcelog/cache-error-trigger, /usr/share/shorewall/compiler\.pl, /usr/share/dayplanner/dayplanner, /usr/libexec/openssh/sftp-server, /usr/share/texmf/texconfig/tcfmgr, /usr/share/cla
 mav/freshclam-sleep, /usr/share/cluster/ocf-shellfuncs, /usr/share/cluster/svclib_nfslock, /usr/lib/xfce4/exo-1/exo-helper-1, /usr/share/pwlib/make/ptlib-config, /usr/share/fedora-usermgmt/wrapper, /usr/share/printconf/util/print\.py, /usr/lib/xfce4/xfwm4/helper-dialog, /etc/pki/tls/certs/make-dummy-cert, /usr/share/rhn/rhn_applet/applet\.py, /usr/share/authconfig/authconfig\.py, /usr/share/spamassassin/sa-update\.cron, /usr/share/gnucash/finance-quote-check, /usr/share/cluster/fence_scsi_check\.pl, /usr/share/selinux/devel/policygentool, /usr/share/switchdesk/switchdesk-gui\.py, /usr/share/authconfig/authconfig-gtk\.py, /usr/share/authconfig/authconfig-tui\.py, /usr/share/gitolite/hooks/common/update, /usr/share/gnucash/finance-quote-helper, /usr/lib/xfce4/exo-1/exo-compose-mail-1, /usr/share/system-config-services/gui\.py, /lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-config-netboot/pxeos\.py, /usr/lib/xfce4/session/balou-export-theme, /usr/share/system-confi
 g-nfs/nfs-export\.py, /usr/share/system-config-printer/applet\.py, /usr/share/system-config-selinux/polgen\.py, /usr/share/PackageKit/pk-upgrade-distro\.sh, /usr/lib/xfce4/session/balou-install-theme, /usr/share/system-config-netboot/pxeboot\.py, /usr/lib/xfce4/session/xfsm-shutdown-helper, /usr/share/rhn/rhn_applet/needed-packages\.py, /usr/lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-logviewer/system-logviewer\.py, /usr/share/system-config-network/neat-control\.py, /usr/share/system-config-services/serviceconf\.py, /usr/share/hal/device-manager/hal-device-manager, /usr/share/system-config-lvm/system-config-lvm\.py, /usr/share/system-config-nfs/system-config-nfs\.py, /usr/share/system-config-httpd/system-config-httpd, /usr/share/system-config-mouse/system-config-mouse, /usr/share/system-config-users/system-config-users, /usr/share/system-config-date/system-config-date\.py, /usr/share/doc/ghc/html/libraries/gen_contents_index, /usr/share/gitolite/hooks/gitolite
 -admin/post-update, /usr/share/system-config-samba/system-config-samba\.py, /usr/share/system-config-display/system-config-display, /usr/share/system-config-keyboard/system-config-keyboard, /usr/share/system-config-language/system-config-language, /usr/share/system-config-services/system-config-services, /usr/share/system-config-selinux/system-config-selinux\.py, /usr/share/system-config-netboot/system-config-netboot\.py, /usr/share/system-config-soundcard/system-config-soundcard, /usr/share/system-config-rootpassword/system-config-rootpassword, /usr/share/system-config-securitylevel/system-config-securitylevel\.py, /etc/rc\.d/init\.d/munin-node, /etc/rc\.d/init\.d/nasd, /etc/rc\.d/init\.d/uuidd, /etc/rc\.d/init\.d/postfix, /etc/rc\.d/init\.d/ctdb, /usr/sbin/glusterd, /etc/rc\.d/init\.d/glusterd, /etc/rc\.d/init\.d/sasl, /etc/rc\.d/init\.d/(se)?postgresql, /etc/rc\.d/init\.d/kprop, /etc/rc\.d/init\.d/kadmind, /etc/rc\.d/init\.d/krb524d, /etc/rc\.d/init\.d/krb5kdc, /etc/rc\.d
 /init\.d/apcupsd, /etc/rc\.d/init\.d/cups, /etc/rc\.d/init\.d/ksmtuned, /etc/rc\.d/init\.d/tuned, /etc/rc\.d/init\.d/smartd, /etc/rc\.d/init\.d/exim, /etc/rc\.d/init\.d/tgtd, /etc/rc\.d/init\.d/ajaxterm, /etc/rc\.d/init\.d/hddtemp, /etc/rc\.d/init\.d/tcsd, /etc/rc\.d/init\.d/rhsmcertd, /etc/rc.d/init.d/svnserve, /etc/rc\.d/init\.d/vsftpd, /etc/rc\.d/init\.d/proftpd, /etc/rc\.d/init\.d/shorewall, /etc/rc\.d/init\.d/shorewall-lite, /etc/rc\.d/init\.d/openais, /etc/rc\.d/init\.d/auditd, /etc/rc\.d/init\.d/lwiod, /etc/rc\.d/init\.d/lwsmd, /etc/rc\.d/init\.d/lsassd, /etc/rc\.d/init\.d/lwregd, /etc/rc\.d/init\.d/dcerpcd, /etc/rc\.d/init\.d/srvsvcd, /etc/rc\.d/init\.d/eventlogd, /etc/rc\.d/init\.d/netlogond, /etc/rc\.d/init\.d/cf-execd, /etc/rc\.d/init\.d/cf-serverd, /etc/rc\.d/init\.d/cf-monitord, /etc/rc\.d/init\.d/wdmd, /etc/init\.d/.*, /etc/rc\.d/rc\.[^/]+, /etc/rc\.d/init\.d/.*, /usr/libexec/dcc/stop-.*, /usr/libexec/dcc/start-.*, /usr/lib/systemd/fedora[^/]*, /etc/rc\.d/rc, /
 etc/X11/prefdm, /usr/sbin/startx, /usr/bin/sepg_ctl, /usr/sbin/apachectl, /usr/sbin/ldap-agent, /usr/sbin/start-dirsrv, /usr/sbin/open_init_pty, /usr/sbin/restart-dirsrv, /etc/sysconfig/network-scripts/ifup-ipsec, /usr/share/system-config-services/system-config-services-mechanism\.py, /etc/rc\.d/init\.d/postgrey, /etc/rc\.d/init\.d/avahi.*, /etc/rc\.d/init\.d/gpsd, /etc/rc\.d/init\.d/privoxy, /etc/rc\.d/init\.d/nrpe, /etc/rc\.d/init\.d/nagios, /bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /etc/rc\.d/init\.d/cgred, /etc/rc\.d/init\.d/cpglockd, /etc/rc\.d/init\.
 d/rgmanager, /etc/rc\.d/init\.d/heartbeat, /etc/rc\.d/init\.d/tor, /etc/rc\.d/init\.d/radvd, /etc/rc\.d/init\.d/abrt, /etc/rc\.d/init\.d/ipsec, /etc/rc\.d/init\.d/racoon, /etc/rc\.d/init\.d/puppet, /etc/rc\.d/init\.d/named, /etc/rc\.d/init\.d/unbound, /etc/rc\.d/init\.d/psad, /etc/rc\.d/init\.d/squid, /etc/ppp/(auth|ip(v6|x)?)-(up|down), /etc/rc\.d/init\.d/ppp, /etc/rc\.d/init\.d/canna, /etc/rc\.d/init\.d/firewalld, /etc/rc\.d/init\.d/afs, /etc/rc\.d/init\.d/openafs-client, /etc/rc\.d/init\.d/nmb, /etc/rc\.d/init\.d/smb, /etc/rc\.d/init\.d/winbind, /etc/rc\.d/init\.d/mimedefang.*, /etc/rc\.d/init\.d/spamd, /etc/rc\.d/init\.d/spampd, /etc/rc\.d/init\.d/pyzord, /etc/rc\.d/init\.d/pacemaker, /etc/rc\.d/init\.d/ypserv, /etc/rc\.d/init\.d/ypxfrd, /etc/rc\.d/init\.d/yppasswd, /etc/rc\.d/init\.d/amavis, /etc/rc\.d/init\.d/amavisd-snmp, /etc/rc\.d/init\.d/mpd, /etc/rc\.d/init\.d/arpwatch
++/etc/rc\.d/init\.d/openstack-glance-api, /etc/rc\.d/init\.d/slapd, /etc/rc\.d/init\.d/clamd-wrapper, /etc/rc\.d/init\.d/ntpd, /etc/rc\.d/init\.d/rsyslog, /etc/rc\.d/init\.d/ulogd, /etc/rc\.d/init\.d/nscd, /etc/rc\.d/init\.d/dund, /etc/rc\.d/init\.d/pand, /etc/rc\.d/init\.d/bluetooth, /etc/rc\.d/init\.d/chronyd, /etc/rc\.d/init\.d/polipo, /etc/rc\.d/init\.d/boinc-client, /etc/rc\.d/init\.d/openvpn, /etc/rc\.d/init\.d/nfs, /etc/rc\.d/init\.d/denyhosts, /etc/rc\.d/init\.d/cgconfig, /etc/rc\.d/init\.d/ddclient, /etc/rc\.d/init\.d/dictd, /etc/rc\.d/init\.d/mongod, /etc/rc\.d/init\.d/ricci, /etc/rc\.d/init\.d/autofs, /etc/rc\.d/init\.d/innd, /etc/rc\.d/init\.d/whatsup-pingd, /etc/rc\.d/init\.d/roundup, /etc/rc\.d/init\.d/motion, /etc/rc\.d/init\.d/zoneminder, /etc/rc\.d/init\.d/certmonger, /etc/rc\.d/init\.d/snortd, /etc/rc\.d/init\.d/iwhd, /etc/rc\.d/init\.d/snmpd, /etc/rc\.d/init\.d/snmptrapd, /etc/rc\.d/init\.d/radiusd, /etc/rc\.d/init\.d/dhcpd(6)?, /etc/rc\.d/init\.d/lirc, /e
 tc/rc\.d/init\.d/cyrus, /etc/rc\.d/init\.d/varnish, /etc/rc\.d/init\.d/libvirtd, /etc/rc\.d/init\.d/aiccu, /etc/rc\.d/init\.d/mysqlmanager, /etc/rc\.d/init\.d/zabbix-agentd, /etc/rc\.d/init\.d/varnishlog, /etc/rc\.d/init\.d/varnishncsa, /etc/rc\.d/init\.d/pulse, /etc/rc\.d/init\.d/openstack-glance-registry, /etc/rc\.d/init\.d/collectd, /etc/rc\.d/init\.d/puppetmaster, /etc/rc\.d/init\.d/dovecot, /etc/rc\.d/init\.d/bgpd, /etc/rc\.d/init\.d/ripd, /etc/rc\.d/init\.d/ospfd, /etc/rc\.d/init\.d/zebra, /etc/rc\.d/init\.d/ospf6d, /etc/rc\.d/init\.d/ripngd, /etc/rc\.d/init\.d/lldpad, /etc/init\.d/cherokee, /etc/rc\.d/init\.d/httpd, /etc/rc\.d/init\.d/lighttpd, /etc/rc\.d/init\.d/kdump, /etc/rc\.d/init\.d/munin-node, /etc/rc\.d/init\.d/nasd, /bin/.*, /opt/(.*/)?bin(/.*)?, /usr/(.*/)?Bin(/.*)?, /usr/(.*/)?bin(/.*)?, /usr/(.*/)?sbin(/.*)?, /opt/(.*/)?sbin(/.*)?, /opt/(.*/)?libexec(/.*)?, /sbin/.*, /usr/lib(.*/)?bin(/.*)?, /usr/lib(.*/)?sbin(/.*)?, /etc/gdm/[^/]+, /root/bin(/.*)?, /etc/g
 dm/[^/]+/.*, /etc/cron.daily(/.*)?, /etc/cron.weekly(/.*)?, /etc/cron.hourly(/.*)?, /etc/cron.monthly(/.*)?, /usr/lib/.*/program(/.*)?, /usr/lib/.*/scripts(/.*)?, /usr/lib/[^/]*/run-mozilla\.sh, /usr/lib/[^/]*/mozilla-xremote-client, /usr/lib/[^/]*thunderbird[^/]*/thunderbird, /usr/lib/[^/]*thunderbird[^/]*/open-browser\.sh, /usr/lib/[^/]*thunderbird[^/]*/thunderbird-bin, /lib/udev/[^/]*, /etc/auto\.[^/]*, /etc/avahi/.*\.action, /usr/lib/qt.*/bin(/.*)?, /usr/lib/yp/.+, /var/ftp/bin(/.*)?, /usr/Brother(/.*)?, /usr/Printer(/.*)?, /usr/libexec(/.*)?, /lib/upstart(/.*)?, /etc/kde/env(/.*)?, /etc/profile.d(/.*)?, /var/mailman.*/bin(/.*)?, /etc/lxdm/Pre.*, /etc/hotplug/.*rc, /usr/lib/cups(/.*)?, /etc/hotplug/.*agent, /usr/Brother/(.*/)?inf/setup.*, /usr/Brother/(.*/)?inf/brprintconf.*, /usr/lib/dpkg/.+, /etc/lxdm/Post.*, /usr/lib/udev/[^/]*, /var/qmail/bin(/.*)?, /usr/lib/xfce4(/.*)?, /usr/lib/fence(/.*)?, /etc/X11/xinit(/.*)?, /lib/readahead(/.*)?, /etc/netplug\.d(/.*)?, /usr/lib
 /gimp/.*/plug-ins(/.*)?, /usr/lib/ipsec/.*, /etc/ppp/ip-up\..*, /usr/bin/pingus.*, /etc/cipe/ip-up.*, /usr/lib/dracut(/.*)?, /etc/pm/power\.d(/.*)?, /etc/pm/sleep\.d(/.*)?, /etc/redhat-lsb(/.*)?, /usr/lib/tuned/.*/.*\.sh, /usr/lib/xen/bin(/.*)?, /usr/lib/upstart(/.*)?, /usr/lib/courier(/.*)?, /etc/xen/scripts(/.*)?, /usr/share/tucan.*/tucan.py, /usr/lib/mailman.*/bin(/.*)?, /usr/lib/mailman.*/mail(/.*)?, /etc/ppp/ipv6-up\..*, /etc/ppp/ip-down\..*, /etc/cipe/ip-down.*, /usr/share/hplip/[^/]*, /usr/lib/news/bin(/.*)?, /usr/lib/pm-utils(/.*)?, /etc/vmware-tools(/.*)?, /etc/kde/shutdown(/.*)?, /etc/acpi/actions(/.*)?, /etc/pki/tls/misc(/.*)?, /usr/lib/jvm/java(.*/)bin(/.*), /usr/lib/tumbler-[^/]*/tumblerd, /usr/lib/readahead(/.*)?, /opt/google/chrome(/.*)?, /etc/munin/plugins(/.*)?, /usr/lib/bluetooth(/.*)?, /usr/lib/debug/bin(/.*)?, /usr/lib/xulrunner[^/]*/updater, /usr/lib/xulrunner[^/]*/crashreporter, /usr/lib/xulrunner[^/]*/xulrunner[^/]*, /usr/lib/ruby/gems(/.*)?/helper-scr
 ipts(/.*)?, /usr/share/debconf/.+, /etc/ppp/ipv6-down\..*, /usr/share/cluster/.*\.sh, /usr/share/sectool/.*\.py, /usr/share/ssl/misc(/.*)?, /usr/share/e16/misc(/.*)?, /usr/lib/ccache/bin(/.*)?, /etc/racoon/scripts(/.*)?, /usr/lib/debug/sbin(/.*)?, /usr/lib/ruby/gems/.*/agents(/.*)?, /usr/share/mc/extfs/.*, /usr/lib/apt/methods.+, /usr/lib/portage/bin(/.*)?, /usr/lib/MailScanner(/.*)?, /etc/mcelog/triggers(/.*)?, /etc/dhcp/dhclient\.d(/.*)?, /emul/ia32-linux/bin(/.*)?, /usr/lib/libreoffice(/.*)?/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/Bin(/.*)?, /emul/ia32-linux/usr(/.*)?/sbin(/.*)?, /usr/lib/thunderbird.*/mozilla-xremote-client, /usr/lib/cyrus-imapd/.*, /usr/share/createrepo(/.*)?, /emul/ia32-linux/sbin(/.*)?, /usr/share/virtualbox/.*\.sh, /usr/share/wicd/daemon(/.*)?, /usr/share/hal/scripts(/.*)?, /lib/security/pam_krb5(/.*)?, /opt/google/talkplugin(/.*)?, /etc/PackageKit/events(/.*)?, /usr/lib/debug/usr/bin(/.*)?, /usr/lib/vmware-tools/(
 s)?bin64(/.*)?, /usr/lib/vmware-tools/(s)?bin32(/.*)?, /etc/gdm/XKeepsCrashing[^/]*, /usr/lib/oracle/xe/apps(/.*)?, /usr/share/Modules/init(/.*)?, /usr/share/smolt/client(/.*)?, /usr/lib/nagios/plugins(/.*)?, /usr/lib/debug/usr/sbin(/.*)?, /usr/share/apr-0/build/[^/]+\.sh, /usr/lib/emacsen-common/.*, /usr/share/ajaxterm/qweb.py.*, /var/lib/asterisk/agi-bin(/.*)?, /usr/share/shorewall-perl(/.*)?, /usr/share/shorewall-lite(/.*)?, /usr/linuxprinter/filters(/.*)?, /usr/lib/netsaint/plugins(/.*)?, /usr/lib/chromium-browser(/.*)?, /usr/share/turboprint/lib(/.*)?, /usr/lib/nfs-utils/scripts(/.*)?, /usr/share/shorewall6-lite(/.*)?, /usr/share/shorewall-shell(/.*)?, /usr/share/vhostmd/scripts(/.*)?, /usr/lib/debug/usr/libexec(/.*)?, /etc/ConsoleKit/run-seat\.d(/.*)?, /usr/lib/nspluginwrapper/np.*, /usr/share/sandbox/sandboxX.sh, /usr/lib/ConsoleKit/scripts(/.*)?, /usr/share/ajaxterm/ajaxterm.py.*, /usr/lib/pgsql/test/regress/.*\.sh, /usr/share/denyhosts/scripts(/.*)?, /usr/share/deny
 hosts/plugins(/.*)?, /emul/ia32-linux/usr/libexec(/.*)?, /usr/lib/mediawiki/math/texvc.*, /usr/share/PackageKit/helpers(/.*)?, /etc/ConsoleKit/run-session\.d(/.*)?, /etc/hotplug\.d/default/default.*, /usr/lib/systemd/system-sleep/(.*)?, /opt/gutenprint/cups/lib/filter(/.*)?, /usr/share/system-config-network(/netconfig)?/[^/]+\.py, /usr/lib/ConsoleKit/run-session\.d(/.*)?, /etc/sysconfig/network-scripts/net.*, /etc/sysconfig/network-scripts/ifup.*, /etc/sysconfig/network-scripts/init.*, /usr/share/kde4/apps/kajongg/kajongg.py, /etc/sysconfig/network-scripts/ifdown.*, /opt/OpenPrinting-Gutenprint/cups/lib/filter(/.*)?, /usr/share/gedit-2/plugins/externaltools/tools(/.*)?, /bin, /sbin, /usr/bin, /dev/MAKEDEV, /var/qmail/rc, /var/qmail/bin, /etc/mail/make, /bin/mountpoint, /usr/lib/rpm/rpmq, /usr/lib/rpm/rpmv, /usr/lib/rpm/rpmd, /usr/lib/rpm/rpmk, /lib/udev/scsi_id, /sbin/mkfs\.cramfs, /etc/xen/qemu-ifup, /etc/lxdm/Xsession, /etc/sysconfig/init, /usr/bin/mountpoint, /etc/apcupsd
 /commok, /usr/lib/sftp-server, /etc/sysconfig/crond, /etc/lxdm/LoginReady, /usr/sbin/mkfs\.cramfs, /usr/lib/udev/scsi_id, /etc/X11/xdm/Xsetup_0, /etc/init\.d/functions, /etc/apcupsd/changeme, /usr/lib/iscan/network, /etc/apcupsd/onbattery, /usr/lib/yaboot/addnote, /etc/sysconfig/libvirtd, /etc/apcupsd/apccontrol, /etc/apcupsd/offbattery, /usr/lib/wicd/monitor\.py, /etc/X11/xdm/TakeConsole, /etc/X11/xdm/GiveConsole, /etc/apcupsd/commfailure, /usr/lib/misc/sftp-server, /etc/sysconfig/netconsole, /lib/udev/devices/MAKEDEV, /var/lib/iscan/interpreter, /etc/rc\.d/init\.d/functions, /etc/apcupsd/masterconnect, /etc/apcupsd/mastertimeout, /usr/share/pydict/pydict\.py, /usr/share/clamav/clamd-gen, /sbin/insmod_ksymoops_clean, /etc/mgetty\+sendfax/new_fax, /usr/lib/xfce4/panel/migrate, /usr/lib/xfce4/panel/wrapper, /etc/sysconfig/readonly-root, /usr/lib/vte/gnome-pty-helper, /usr/lib/udev/devices/MAKEDEV, /usr/lib/xfce4/xfconf/xfconfd, /usr/share/cvs/contrib/rcs2log, /usr/share/hwbro
 wser/hwbrowser, /usr/X11R6/lib/X11/xkb/xkbcomp, /usr/lib/virtualbox/VBoxManage, /usr/share/cluster/SAPInstance, /usr/share/cluster/checkquorum, /usr/share/shorewall/getparams, /usr/share/apr-0/build/libtool, /usr/share/cluster/SAPDatabase, /etc/hotplug/hotplug\.functions, /usr/share/texmf/web2c/mktexdir, /usr/share/texmf/web2c/mktexnam, /usr/share/texmf/web2c/mktexupd, /usr/share/shorewall/configpath, /usr/sbin/insmod_ksymoops_clean, /etc/mcelog/cache-error-trigger, /usr/share/shorewall/compiler\.pl, /usr/share/dayplanner/dayplanner, /usr/libexec/openssh/sftp-server, /usr/share/texmf/texconfig/tcfmgr, /usr/share/clamav/freshclam-sleep, /usr/share/cluster/svclib_nfslock, /usr/share/cluster/ocf-shellfuncs, /usr/lib/xfce4/exo-1/exo-helper-1, /usr/share/pwlib/make/ptlib-config, /usr/share/fedora-usermgmt/wrapper, /usr/share/printconf/util/print\.py, /usr/lib/xfce4/xfwm4/helper-dialog, /etc/pki/tls/certs/make-dummy-cert, /usr/share/rhn/rhn_applet/applet\.py, /usr/share/authconfig
 /authconfig\.py, /usr/share/spamassassin/sa-update\.cron, /usr/share/gnucash/finance-quote-check, /usr/share/cluster/fence_scsi_check\.pl, /usr/share/selinux/devel/policygentool, /usr/share/switchdesk/switchdesk-gui\.py, /usr/share/authconfig/authconfig-tui\.py, /usr/share/authconfig/authconfig-gtk\.py, /usr/share/gnucash/finance-quote-helper, /usr/share/gitolite/hooks/common/update, /usr/lib/xfce4/exo-1/exo-compose-mail-1, /usr/share/system-config-services/gui\.py, /lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-config-netboot/pxeos\.py, /usr/lib/xfce4/session/balou-export-theme, /usr/share/system-config-selinux/polgen\.py, /usr/share/system-config-nfs/nfs-export\.py, /usr/share/system-config-printer/applet\.py, /usr/share/PackageKit/pk-upgrade-distro\.sh, /usr/lib/xfce4/session/balou-install-theme, /usr/share/system-config-netboot/pxeboot\.py, /usr/lib/xfce4/session/xfsm-shutdown-helper, /usr/share/rhn/rhn_applet/needed-packages\.py, /usr/lib/security/pam_krb5/
 pam_krb5_storetmp, /usr/share/system-logviewer/system-logviewer\.py, /usr/share/system-config-network/neat-control\.py, /usr/share/system-config-services/serviceconf\.py, /usr/share/hal/device-manager/hal-device-manager, /usr/share/system-config-lvm/system-config-lvm\.py, /usr/share/system-config-nfs/system-config-nfs\.py, /usr/share/system-config-mouse/system-config-mouse, /usr/share/system-config-httpd/system-config-httpd, /usr/share/system-config-users/system-config-users, /usr/share/system-config-date/system-config-date\.py, /usr/share/doc/ghc/html/libraries/gen_contents_index, /usr/share/gitolite/hooks/gitolite-admin/post-update, /usr/share/system-config-samba/system-config-samba\.py, /usr/share/system-config-display/system-config-display, /usr/share/system-config-keyboard/system-config-keyboard, /usr/share/system-config-language/system-config-language, /usr/share/system-config-services/system-config-services, /usr/share/system-config-selinux/system-config-selinux\.py, 
 /usr/share/system-config-netboot/system-config-netboot\.py, /usr/share/system-config-soundcard/system-config-soundcard, /usr/share/system-config-rootpassword/system-config-rootpassword, /usr/share/system-config-securitylevel/system-config-securitylevel\.py, /etc/rc\.d/init\.d/uuidd, /etc/rc\.d/init\.d/postfix, /etc/rc\.d/init\.d/ctdb, /usr/sbin/glusterd, /etc/rc\.d/init\.d/glusterd, /etc/rc\.d/init\.d/sasl, /etc/rc\.d/init\.d/(se)?postgresql, /etc/rc\.d/init\.d/kprop, /etc/rc\.d/init\.d/kadmind, /etc/rc\.d/init\.d/krb524d, /etc/rc\.d/init\.d/krb5kdc, /etc/rc\.d/init\.d/apcupsd, /etc/rc\.d/init\.d/cups, /etc/rc\.d/init\.d/ksmtuned, /etc/rc\.d/init\.d/tuned, /etc/rc\.d/init\.d/exim, /etc/rc\.d/init\.d/smartd, /etc/rc\.d/init\.d/tgtd, /etc/rc\.d/init\.d/vsftpd, /etc/rc\.d/init\.d/proftpd, /etc/rc\.d/init\.d/ajaxterm, /etc/rc\.d/init\.d/hddtemp, /etc/rc\.d/init\.d/tcsd, /etc/rc\.d/init\.d/rhsmcertd, /etc/rc.d/init.d/svnserve, /etc/rc\.d/init\.d/shorewall, /etc/rc\.d/init\.d/shor
 ewall-lite, /etc/rc\.d/init\.d/openais, /etc/rc\.d/init\.d/auditd, /etc/rc\.d/init\.d/lwiod, /etc/rc\.d/init\.d/lwsmd, /etc/rc\.d/init\.d/lsassd, /etc/rc\.d/init\.d/lwregd, /etc/rc\.d/init\.d/dcerpcd, /etc/rc\.d/init\.d/srvsvcd, /etc/rc\.d/init\.d/eventlogd, /etc/rc\.d/init\.d/netlogond, /etc/rc\.d/init\.d/cf-execd, /etc/rc\.d/init\.d/cf-serverd, /etc/rc\.d/init\.d/cf-monitord, /etc/init\.d/.*, /etc/rc\.d/rc\.[^/]+, /etc/rc\.d/init\.d/.*, /opt/nfast/sbin/init.d-ncipher, /usr/libexec/dcc/stop-.*, /usr/libexec/dcc/start-.*, /usr/lib/systemd/fedora[^/]*, /opt/nfast/scripts/init.d/(.*), /etc/rc\.d/rc, /etc/X11/prefdm, /usr/sbin/startx, /usr/bin/sepg_ctl, /usr/sbin/apachectl, /usr/sbin/ldap-agent, /usr/sbin/start-dirsrv, /usr/sbin/open_init_pty, /usr/sbin/restart-dirsrv, /etc/sysconfig/network-scripts/ifup-ipsec, /usr/share/system-config-services/system-config-services-mechanism\.py, /etc/rc\.d/init\.d/wdmd, /etc/rc\.d/init\.d/postgrey, /etc/rc\.d/init\.d/avahi.*, /etc/rc\.d/init
 \.d/gpsd, /etc/rc\.d/init\.d/privoxy, /bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /etc/rc\.d/init\.d/nrpe, /etc/rc\.d/init\.d/nagios, /etc/rc\.d/init\.d/cpglockd, /etc/rc\.d/init\.d/rgmanager, /etc/rc\.d/init\.d/heartbeat, /etc/rc\.d/init\.d/tor, /etc/rc\.d/init\.d/radvd, /etc/rc\.d/init\.d/cgred, /etc/rc\.d/init\.d/abrt, /etc/rc\.d/init\.d/ipsec, /etc/rc\.d/init\.d/racoon, /etc/rc\.d/init\.d/puppet, /etc/rc\.d/init\.d/named, /etc/rc\.d/init\.d/unbound, /etc/rc\.d/init\.d/squid, /etc/rc\.d/init\.d/psad, /etc/ppp/(auth|ip(v6|x)?)-(up|down), /etc/rc\.d/init\.d
 /ppp, /etc/rc\.d/init\.d/afs, /etc/rc\.d/init\.d/openafs-client, /etc/rc\.d/init\.d/canna, /etc/rc\.d/init\.d/firewalld, /etc/rc\.d/init\.d/mimedefang.*, /etc/rc\.d/init\.d/spamd, /etc/rc\.d/init\.d/spampd, /etc/rc\.d/init\.d/pyzord, /etc/rc\.d/init\.d/ypserv, /etc/rc\.d/init\.d/ypxfrd, /etc/rc\.d/init\.d/yppasswd, /etc/rc\.d/init\.d/nmb, /etc/rc\.d/init\.d/smb, /etc/rc\.d/init\.d/winbind, /etc/rc\.d/init\.d/pacemaker, /etc/rc\.d/init\.d/mpd, /etc/rc\.d/init\.d/amavis, /etc/rc\.d/init\.d/amavisd-snmp, /etc/rc\.d/init\.d/arpwatch, /etc/rc\.d/init\.d/qpidd, /etc/rc\.d/init\.d/smokeping, /etc/rc\.d/init\.d/bcfg2, /etc/rc\.d/init\.d/callweaver, /etc/rc\.d/init\.d/pads, /etc/rc\.d/init\.d/MailScanner, /etc/rc\.d/init\.d/isnsd, /etc/rc\.d/init\.d/rwhod, /etc/rc\.d/init\.d/xl2tpd, /etc/rc\.d/init\.d/prol2tpd, /etc/rc\.d/init\.d/openl2tpd, /etc/rc\.d/init\.d/portreserve, /usr/libexec/nm-dispatcher.action, /etc/NetworkManager/dispatcher\.d(/.*)?, /etc/rc\.d/init\.d/wicd, /etc/rc\.d/i
 nit\.d/icecast, /etc/rc\.d/init\.d/jabberd, /etc/rc\.d/init\.d/nfslock, /etc/rc\.d/init\.d/rpcidmapd, /etc/rc.d/init.d/vhostmd, /etc/rc\.d/init\.d/nslcd, /etc/rc\.d/init\.d/certmaster, /etc/rc\.d/init\.d/slpd, /etc/rc\.d/init\.d/mysqld, /etc/rc\.d/init\.d/memcached, /etc/rc\.d/init\.d/atd, /etc/rc\.d/init\.d/asterisk, /etc/rc\.d/init\.d/fail2ban, /etc/rc\.d/init\.d/corosync, /etc/rc\.d/init\.d/sssd, /etc/rc\.d/init\.d/zabbix, /etc/rc\.d/init\.d/zabbix-server, /etc/rc\.d/init\.d/ypbind, /etc/rc\.d/init\.d/sshd, /etc/rc\.d/init\.d/dspam, /etc/firestarter/firestarter\.sh, /etc/rc\.d/init\.d/mcstrans, /etc/rc\.d/init\.d/cmirrord, /etc/rc\.d/init\.d/rngd, /etc/rc\.d/init\.d/prelude-lml, /etc/rc\.d/init\.d/prelude-manager, /etc/rc\.d/init\.d/prelude-correlator, /etc/rc\.d/init\.d/ip6?tables, /etc/rc\.d/init\.d/ebtables, /etc/rc\.d/init\.d/sendmail, /etc/rc\.d/init\.d/rpcbind, /etc/rc\.d/init\.d/cobblerd, /etc/rc\.d/init\.d/dnsmasq, /etc/rc\.d/init\.d/bitlbee, /etc/rc\.d/init\.d/sa
 nlock
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux initrc policy is very flexible allowing users to setup their initrc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for initrc:
 +
 +.EX
-+.B initrc_t 
++.B initrc_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux initrc policy is very flexible allowing users to setup their initrc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for initrc:
 +
 +
 +.EX
 +.PP
-+.B initrc_devpts_t 
++.B initrc_devpts_t
 +.EE
 +
 +- Set files with the initrc_devpts_t type, if you want to treat the files as initrc devpts data.
@@ -39163,7 +39369,7 @@ index 0000000..3a33c44
 +
 +.EX
 +.PP
-+.B initrc_exec_t 
++.B initrc_exec_t
 +.EE
 +
 +- Set files with the initrc_exec_t type, if you want to transition an executable to the initrc_t domain.
@@ -39171,7 +39377,7 @@ index 0000000..3a33c44
 +
 +.EX
 +.PP
-+.B initrc_state_t 
++.B initrc_state_t
 +.EE
 +
 +- Set files with the initrc_state_t type, if you want to treat the files as initrc state data.
@@ -39179,7 +39385,7 @@ index 0000000..3a33c44
 +
 +.EX
 +.PP
-+.B initrc_tmp_t 
++.B initrc_tmp_t
 +.EE
 +
 +- Set files with the initrc_tmp_t type, if you want to store initrc temporary files in the /tmp directories.
@@ -39187,7 +39393,7 @@ index 0000000..3a33c44
 +
 +.EX
 +.PP
-+.B initrc_var_log_t 
++.B initrc_var_log_t
 +.EE
 +
 +- Set files with the initrc_var_log_t type, if you want to treat the data as initrc var log data, usually stored under the /var/log directory.
@@ -39195,15 +39401,15 @@ index 0000000..3a33c44
 +
 +.EX
 +.PP
-+.B initrc_var_run_t 
++.B initrc_var_run_t
 +.EE
 +
 +- Set files with the initrc_var_run_t type, if you want to store the initrc files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -39359,16 +39565,14 @@ index 0000000..3a33c44
 +.br
 +.B etc_aliases_t
 +
++	/etc/mail/aliases.*
++.br
 +	/etc/postfix/aliases.*
 +.br
 +	/etc/aliases
 +.br
 +	/etc/aliases\.db
 +.br
-+	/etc/mail/aliases
-+.br
-+	/etc/mail/aliases\.db
-+.br
 +
 +.br
 +.B etc_mail_t
@@ -39397,10 +39601,10 @@ index 0000000..3a33c44
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -39911,13 +40115,13 @@ index 0000000..3a33c44
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), initrc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -39925,18 +40129,18 @@ index 0000000..3a33c44
 \ No newline at end of file
 diff --git a/man/man8/innd_selinux.8 b/man/man8/innd_selinux.8
 new file mode 100644
-index 0000000..b85bf10
+index 0000000..e89f4a3
 --- /dev/null
 +++ b/man/man8/innd_selinux.8
 @@ -0,0 +1,182 @@
-+.TH  "innd_selinux"  "8"  "12-10-19" "innd" "SELinux Policy documentation for innd"
++.TH  "innd_selinux"  "8"  "12-11-01" "innd" "SELinux Policy documentation for innd"
 +.SH "NAME"
 +innd_selinux \- Security Enhanced Linux Policy for the innd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the innd processes via flexible mandatory access control.
 +
-+The innd processes execute with the innd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The innd processes execute with the innd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -39953,33 +40157,33 @@ index 0000000..b85bf10
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux innd policy is very flexible allowing users to setup their innd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for innd:
 +
 +.EX
-+.B innd_t 
++.B innd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux innd policy is very flexible allowing users to setup their innd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for innd:
 +
 +
 +.EX
 +.PP
-+.B innd_etc_t 
++.B innd_etc_t
 +.EE
 +
 +- Set files with the innd_etc_t type, if you want to store innd files in the /etc directories.
@@ -39987,7 +40191,7 @@ index 0000000..b85bf10
 +
 +.EX
 +.PP
-+.B innd_exec_t 
++.B innd_exec_t
 +.EE
 +
 +- Set files with the innd_exec_t type, if you want to transition an executable to the innd_t domain.
@@ -39995,7 +40199,7 @@ index 0000000..b85bf10
 +
 +.EX
 +.PP
-+.B innd_initrc_exec_t 
++.B innd_initrc_exec_t
 +.EE
 +
 +- Set files with the innd_initrc_exec_t type, if you want to transition an executable to the innd_initrc_t domain.
@@ -40003,7 +40207,7 @@ index 0000000..b85bf10
 +
 +.EX
 +.PP
-+.B innd_log_t 
++.B innd_log_t
 +.EE
 +
 +- Set files with the innd_log_t type, if you want to treat the data as innd log data, usually stored under the /var/log directory.
@@ -40011,7 +40215,7 @@ index 0000000..b85bf10
 +
 +.EX
 +.PP
-+.B innd_var_lib_t 
++.B innd_var_lib_t
 +.EE
 +
 +- Set files with the innd_var_lib_t type, if you want to store the innd files under the /var/lib directory.
@@ -40019,35 +40223,35 @@ index 0000000..b85bf10
 +
 +.EX
 +.PP
-+.B innd_var_run_t 
++.B innd_var_run_t
 +.EE
 +
 +- Set files with the innd_var_run_t type, if you want to store the innd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux innd policy is very flexible allowing users to setup their innd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for innd:
 +
 +.EX
 +.TP 5
-+.B innd_port_t 
++.B innd_port_t
 +.TP 10
 +.EE
 +
@@ -40101,30 +40305,30 @@ index 0000000..b85bf10
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), innd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/insmod_selinux.8 b/man/man8/insmod_selinux.8
 new file mode 100644
-index 0000000..0fbec7e
+index 0000000..58787ca
 --- /dev/null
 +++ b/man/man8/insmod_selinux.8
 @@ -0,0 +1,194 @@
-+.TH  "insmod_selinux"  "8"  "12-10-19" "insmod" "SELinux Policy documentation for insmod"
++.TH  "insmod_selinux"  "8"  "12-11-01" "insmod" "SELinux Policy documentation for insmod"
 +.SH "NAME"
 +insmod_selinux \- Security Enhanced Linux Policy for the insmod processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the insmod processes via flexible mandatory access control.
 +
-+The insmod processes execute with the insmod_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The insmod processes execute with the insmod_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -40141,17 +40345,17 @@ index 0000000..0fbec7e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux insmod policy is very flexible allowing users to setup their insmod processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for insmod:
 +
 +.EX
-+.B insmod_t 
++.B insmod_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -40187,19 +40391,19 @@ index 0000000..0fbec7e
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux insmod policy is very flexible allowing users to setup their insmod processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for insmod:
 +
 +
 +.EX
 +.PP
-+.B insmod_exec_t 
++.B insmod_exec_t
 +.EE
 +
 +- Set files with the insmod_exec_t type, if you want to transition an executable to the insmod_t domain.
@@ -40207,15 +40411,15 @@ index 0000000..0fbec7e
 +
 +.EX
 +.PP
-+.B insmod_tmpfs_t 
++.B insmod_tmpfs_t
 +.EE
 +
 +- Set files with the insmod_tmpfs_t type, if you want to store insmod files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -40300,13 +40504,13 @@ index 0000000..0fbec7e
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), insmod(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -40314,18 +40518,18 @@ index 0000000..0fbec7e
 \ No newline at end of file
 diff --git a/man/man8/ipsec_mgmt_selinux.8 b/man/man8/ipsec_mgmt_selinux.8
 new file mode 100644
-index 0000000..2615e5b
+index 0000000..d3feccd
 --- /dev/null
 +++ b/man/man8/ipsec_mgmt_selinux.8
 @@ -0,0 +1,189 @@
-+.TH  "ipsec_mgmt_selinux"  "8"  "12-10-19" "ipsec_mgmt" "SELinux Policy documentation for ipsec_mgmt"
++.TH  "ipsec_mgmt_selinux"  "8"  "12-11-01" "ipsec_mgmt" "SELinux Policy documentation for ipsec_mgmt"
 +.SH "NAME"
 +ipsec_mgmt_selinux \- Security Enhanced Linux Policy for the ipsec_mgmt processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ipsec_mgmt processes via flexible mandatory access control.
 +
-+The ipsec_mgmt processes execute with the ipsec_mgmt_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ipsec_mgmt processes execute with the ipsec_mgmt_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -40334,41 +40538,41 @@ index 0000000..2615e5b
 +
 +.SH "ENTRYPOINTS"
 +
-+The ipsec_mgmt_t SELinux type can be entered via the "ipsec_mgmt_exec_t,shell_exec_t" file types.  The default entrypoint paths for the ipsec_mgmt_t domain are the following:"
++The ipsec_mgmt_t SELinux type can be entered via the "shell_exec_t,ipsec_mgmt_exec_t" file types.  The default entrypoint paths for the ipsec_mgmt_t domain are the following:"
 +
-+/usr/sbin/ipsec, /usr/lib/ipsec/_plutorun, /usr/lib/ipsec/_plutoload, /usr/libexec/ipsec/_plutorun, /usr/libexec/ipsec/_plutoload, /usr/libexec/nm-openswan-service, /bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell
++/bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, /usr/sbin/ipsec, /usr/lib/ipsec/_plutorun, /usr/lib/ipsec/_plutoload, /usr/libexec/ipsec/_plutorun, /usr/libexec/ipsec/_plutoload, /usr/libexec/nm-openswan-service
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ipsec_mgmt policy is very flexible allowing users to setup their ipsec_mgmt processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ipsec_mgmt:
 +
 +.EX
-+.B ipsec_mgmt_t 
++.B ipsec_mgmt_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ipsec_mgmt policy is very flexible allowing users to setup their ipsec_mgmt processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ipsec_mgmt:
 +
 +
 +.EX
 +.PP
-+.B ipsec_mgmt_exec_t 
++.B ipsec_mgmt_exec_t
 +.EE
 +
 +- Set files with the ipsec_mgmt_exec_t type, if you want to transition an executable to the ipsec_mgmt_t domain.
@@ -40376,7 +40580,7 @@ index 0000000..2615e5b
 +
 +.EX
 +.PP
-+.B ipsec_mgmt_lock_t 
++.B ipsec_mgmt_lock_t
 +.EE
 +
 +- Set files with the ipsec_mgmt_lock_t type, if you want to treat the files as ipsec mgmt lock data, stored under the /var/lock directory
@@ -40384,15 +40588,15 @@ index 0000000..2615e5b
 +
 +.EX
 +.PP
-+.B ipsec_mgmt_var_run_t 
++.B ipsec_mgmt_var_run_t
 +.EE
 +
 +- Set files with the ipsec_mgmt_var_run_t type, if you want to store the ipsec mgmt files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -40496,13 +40700,13 @@ index 0000000..2615e5b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ipsec_mgmt(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -40510,18 +40714,18 @@ index 0000000..2615e5b
 \ No newline at end of file
 diff --git a/man/man8/ipsec_selinux.8 b/man/man8/ipsec_selinux.8
 new file mode 100644
-index 0000000..ddc738e
+index 0000000..2c1a0c0
 --- /dev/null
 +++ b/man/man8/ipsec_selinux.8
 @@ -0,0 +1,263 @@
-+.TH  "ipsec_selinux"  "8"  "12-10-19" "ipsec" "SELinux Policy documentation for ipsec"
++.TH  "ipsec_selinux"  "8"  "12-11-01" "ipsec" "SELinux Policy documentation for ipsec"
 +.SH "NAME"
 +ipsec_selinux \- Security Enhanced Linux Policy for the ipsec processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ipsec processes via flexible mandatory access control.
 +
-+The ipsec processes execute with the ipsec_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ipsec processes execute with the ipsec_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -40538,33 +40742,33 @@ index 0000000..ddc738e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ipsec policy is very flexible allowing users to setup their ipsec processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ipsec:
 +
 +.EX
-+.B ipsec_t, ipsec_mgmt_t 
++.B ipsec_t, ipsec_mgmt_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ipsec policy is very flexible allowing users to setup their ipsec processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ipsec:
 +
 +
 +.EX
 +.PP
-+.B ipsec_conf_file_t 
++.B ipsec_conf_file_t
 +.EE
 +
 +- Set files with the ipsec_conf_file_t type, if you want to treat the files as ipsec conf content.
@@ -40572,7 +40776,7 @@ index 0000000..ddc738e
 +
 +.EX
 +.PP
-+.B ipsec_exec_t 
++.B ipsec_exec_t
 +.EE
 +
 +- Set files with the ipsec_exec_t type, if you want to transition an executable to the ipsec_t domain.
@@ -40580,7 +40784,7 @@ index 0000000..ddc738e
 +
 +.EX
 +.PP
-+.B ipsec_initrc_exec_t 
++.B ipsec_initrc_exec_t
 +.EE
 +
 +- Set files with the ipsec_initrc_exec_t type, if you want to transition an executable to the ipsec_initrc_t domain.
@@ -40588,7 +40792,7 @@ index 0000000..ddc738e
 +
 +.EX
 +.PP
-+.B ipsec_key_file_t 
++.B ipsec_key_file_t
 +.EE
 +
 +- Set files with the ipsec_key_file_t type, if you want to treat the files as ipsec key content.
@@ -40596,7 +40800,7 @@ index 0000000..ddc738e
 +
 +.EX
 +.PP
-+.B ipsec_log_t 
++.B ipsec_log_t
 +.EE
 +
 +- Set files with the ipsec_log_t type, if you want to treat the data as ipsec log data, usually stored under the /var/log directory.
@@ -40604,7 +40808,7 @@ index 0000000..ddc738e
 +
 +.EX
 +.PP
-+.B ipsec_mgmt_exec_t 
++.B ipsec_mgmt_exec_t
 +.EE
 +
 +- Set files with the ipsec_mgmt_exec_t type, if you want to transition an executable to the ipsec_mgmt_t domain.
@@ -40612,7 +40816,7 @@ index 0000000..ddc738e
 +
 +.EX
 +.PP
-+.B ipsec_mgmt_lock_t 
++.B ipsec_mgmt_lock_t
 +.EE
 +
 +- Set files with the ipsec_mgmt_lock_t type, if you want to treat the files as ipsec mgmt lock data, stored under the /var/lock directory
@@ -40620,7 +40824,7 @@ index 0000000..ddc738e
 +
 +.EX
 +.PP
-+.B ipsec_mgmt_var_run_t 
++.B ipsec_mgmt_var_run_t
 +.EE
 +
 +- Set files with the ipsec_mgmt_var_run_t type, if you want to store the ipsec mgmt files under the /run directory.
@@ -40628,7 +40832,7 @@ index 0000000..ddc738e
 +
 +.EX
 +.PP
-+.B ipsec_tmp_t 
++.B ipsec_tmp_t
 +.EE
 +
 +- Set files with the ipsec_tmp_t type, if you want to store ipsec temporary files in the /tmp directories.
@@ -40636,35 +40840,35 @@ index 0000000..ddc738e
 +
 +.EX
 +.PP
-+.B ipsec_var_run_t 
++.B ipsec_var_run_t
 +.EE
 +
 +- Set files with the ipsec_var_run_t type, if you want to store the ipsec files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux ipsec policy is very flexible allowing users to setup their ipsec processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for ipsec:
 +
 +.EX
 +.TP 5
-+.B ipsecnat_port_t 
++.B ipsecnat_port_t
 +.TP 10
 +.EE
 +
@@ -40766,13 +40970,13 @@ index 0000000..ddc738e
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ipsec(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -40780,18 +40984,18 @@ index 0000000..ddc738e
 \ No newline at end of file
 diff --git a/man/man8/iptables_selinux.8 b/man/man8/iptables_selinux.8
 new file mode 100644
-index 0000000..c07b09e
+index 0000000..66ccd4a
 --- /dev/null
 +++ b/man/man8/iptables_selinux.8
 @@ -0,0 +1,258 @@
-+.TH  "iptables_selinux"  "8"  "12-10-19" "iptables" "SELinux Policy documentation for iptables"
++.TH  "iptables_selinux"  "8"  "12-11-01" "iptables" "SELinux Policy documentation for iptables"
 +.SH "NAME"
 +iptables_selinux \- Security Enhanced Linux Policy for the iptables processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the iptables processes via flexible mandatory access control.
 +
-+The iptables processes execute with the iptables_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The iptables processes execute with the iptables_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -40808,17 +41012,17 @@ index 0000000..c07b09e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux iptables policy is very flexible allowing users to setup their iptables processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for iptables:
 +
 +.EX
-+.B iptables_t 
++.B iptables_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -40840,19 +41044,19 @@ index 0000000..c07b09e
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux iptables policy is very flexible allowing users to setup their iptables processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for iptables:
 +
 +
 +.EX
 +.PP
-+.B iptables_exec_t 
++.B iptables_exec_t
 +.EE
 +
 +- Set files with the iptables_exec_t type, if you want to transition an executable to the iptables_t domain.
@@ -40860,7 +41064,7 @@ index 0000000..c07b09e
 +
 +.EX
 +.PP
-+.B iptables_initrc_exec_t 
++.B iptables_initrc_exec_t
 +.EE
 +
 +- Set files with the iptables_initrc_exec_t type, if you want to transition an executable to the iptables_initrc_t domain.
@@ -40868,7 +41072,7 @@ index 0000000..c07b09e
 +
 +.EX
 +.PP
-+.B iptables_tmp_t 
++.B iptables_tmp_t
 +.EE
 +
 +- Set files with the iptables_tmp_t type, if you want to store iptables temporary files in the /tmp directories.
@@ -40876,7 +41080,7 @@ index 0000000..c07b09e
 +
 +.EX
 +.PP
-+.B iptables_unit_file_t 
++.B iptables_unit_file_t
 +.EE
 +
 +- Set files with the iptables_unit_file_t type, if you want to treat the files as iptables unit content.
@@ -40884,15 +41088,15 @@ index 0000000..c07b09e
 +
 +.EX
 +.PP
-+.B iptables_var_run_t 
++.B iptables_var_run_t
 +.EE
 +
 +- Set files with the iptables_var_run_t type, if you want to store the iptables files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -40922,10 +41126,10 @@ index 0000000..c07b09e
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -41031,13 +41235,13 @@ index 0000000..c07b09e
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), iptables(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -41045,18 +41249,18 @@ index 0000000..c07b09e
 \ No newline at end of file
 diff --git a/man/man8/irc_selinux.8 b/man/man8/irc_selinux.8
 new file mode 100644
-index 0000000..b48ec36
+index 0000000..8ca561c
 --- /dev/null
 +++ b/man/man8/irc_selinux.8
 @@ -0,0 +1,146 @@
-+.TH  "irc_selinux"  "8"  "12-10-19" "irc" "SELinux Policy documentation for irc"
++.TH  "irc_selinux"  "8"  "12-11-01" "irc" "SELinux Policy documentation for irc"
 +.SH "NAME"
 +irc_selinux \- Security Enhanced Linux Policy for the irc processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the irc processes via flexible mandatory access control.
 +
-+The irc processes execute with the irc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The irc processes execute with the irc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -41073,33 +41277,33 @@ index 0000000..b48ec36
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux irc policy is very flexible allowing users to setup their irc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for irc:
 +
 +.EX
-+.B irc_t 
++.B irc_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux irc policy is very flexible allowing users to setup their irc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for irc:
 +
 +
 +.EX
 +.PP
-+.B irc_exec_t 
++.B irc_exec_t
 +.EE
 +
 +- Set files with the irc_exec_t type, if you want to transition an executable to the irc_t domain.
@@ -41107,7 +41311,7 @@ index 0000000..b48ec36
 +
 +.EX
 +.PP
-+.B irc_home_t 
++.B irc_home_t
 +.EE
 +
 +- Set files with the irc_home_t type, if you want to store irc files in the users home directory.
@@ -41115,35 +41319,35 @@ index 0000000..b48ec36
 +
 +.EX
 +.PP
-+.B irc_tmp_t 
++.B irc_tmp_t
 +.EE
 +
 +- Set files with the irc_tmp_t type, if you want to store irc temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux irc policy is very flexible allowing users to setup their irc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for irc:
 +
 +.EX
 +.TP 5
-+.B ircd_port_t 
++.B ircd_port_t
 +.TP 10
 +.EE
 +
@@ -41185,30 +41389,30 @@ index 0000000..b48ec36
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), irc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/irqbalance_selinux.8 b/man/man8/irqbalance_selinux.8
 new file mode 100644
-index 0000000..4624199
+index 0000000..e967562
 --- /dev/null
 +++ b/man/man8/irqbalance_selinux.8
 @@ -0,0 +1,102 @@
-+.TH  "irqbalance_selinux"  "8"  "12-10-19" "irqbalance" "SELinux Policy documentation for irqbalance"
++.TH  "irqbalance_selinux"  "8"  "12-11-01" "irqbalance" "SELinux Policy documentation for irqbalance"
 +.SH "NAME"
 +irqbalance_selinux \- Security Enhanced Linux Policy for the irqbalance processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the irqbalance processes via flexible mandatory access control.
 +
-+The irqbalance processes execute with the irqbalance_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The irqbalance processes execute with the irqbalance_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -41225,33 +41429,33 @@ index 0000000..4624199
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux irqbalance policy is very flexible allowing users to setup their irqbalance processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for irqbalance:
 +
 +.EX
-+.B irqbalance_t 
++.B irqbalance_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux irqbalance policy is very flexible allowing users to setup their irqbalance processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for irqbalance:
 +
 +
 +.EX
 +.PP
-+.B irqbalance_exec_t 
++.B irqbalance_exec_t
 +.EE
 +
 +- Set files with the irqbalance_exec_t type, if you want to transition an executable to the irqbalance_t domain.
@@ -41259,15 +41463,15 @@ index 0000000..4624199
 +
 +.EX
 +.PP
-+.B irqbalance_var_run_t 
++.B irqbalance_var_run_t
 +.EE
 +
 +- Set files with the irqbalance_var_run_t type, if you want to store the irqbalance files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -41293,30 +41497,30 @@ index 0000000..4624199
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), irqbalance(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/irssi_selinux.8 b/man/man8/irssi_selinux.8
 new file mode 100644
-index 0000000..972641d
+index 0000000..36617d8
 --- /dev/null
 +++ b/man/man8/irssi_selinux.8
 @@ -0,0 +1,158 @@
-+.TH  "irssi_selinux"  "8"  "12-10-19" "irssi" "SELinux Policy documentation for irssi"
++.TH  "irssi_selinux"  "8"  "12-11-01" "irssi" "SELinux Policy documentation for irssi"
 +.SH "NAME"
 +irssi_selinux \- Security Enhanced Linux Policy for the irssi processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the irssi processes via flexible mandatory access control.
 +
-+The irssi processes execute with the irssi_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The irssi processes execute with the irssi_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -41333,17 +41537,17 @@ index 0000000..972641d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux irssi policy is very flexible allowing users to setup their irssi processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for irssi:
 +
 +.EX
-+.B irssi_t 
++.B irssi_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -41365,19 +41569,19 @@ index 0000000..972641d
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux irssi policy is very flexible allowing users to setup their irssi processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for irssi:
 +
 +
 +.EX
 +.PP
-+.B irssi_etc_t 
++.B irssi_etc_t
 +.EE
 +
 +- Set files with the irssi_etc_t type, if you want to store irssi files in the /etc directories.
@@ -41385,7 +41589,7 @@ index 0000000..972641d
 +
 +.EX
 +.PP
-+.B irssi_exec_t 
++.B irssi_exec_t
 +.EE
 +
 +- Set files with the irssi_exec_t type, if you want to transition an executable to the irssi_t domain.
@@ -41393,15 +41597,15 @@ index 0000000..972641d
 +
 +.EX
 +.PP
-+.B irssi_home_t 
++.B irssi_home_t
 +.EE
 +
 +- Set files with the irssi_home_t type, if you want to store irssi files in the users home directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -41456,13 +41660,13 @@ index 0000000..972641d
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), irssi(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -41470,18 +41674,18 @@ index 0000000..972641d
 \ No newline at end of file
 diff --git a/man/man8/iscsid_selinux.8 b/man/man8/iscsid_selinux.8
 new file mode 100644
-index 0000000..5e20d91
+index 0000000..4e63ee8
 --- /dev/null
 +++ b/man/man8/iscsid_selinux.8
 @@ -0,0 +1,160 @@
-+.TH  "iscsid_selinux"  "8"  "12-10-19" "iscsid" "SELinux Policy documentation for iscsid"
++.TH  "iscsid_selinux"  "8"  "12-11-01" "iscsid" "SELinux Policy documentation for iscsid"
 +.SH "NAME"
 +iscsid_selinux \- Security Enhanced Linux Policy for the iscsid processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the iscsid processes via flexible mandatory access control.
 +
-+The iscsid processes execute with the iscsid_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The iscsid processes execute with the iscsid_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -41498,61 +41702,61 @@ index 0000000..5e20d91
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux iscsid policy is very flexible allowing users to setup their iscsid processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for iscsid:
 +
 +.EX
-+.B iscsid_t 
++.B iscsid_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux iscsid policy is very flexible allowing users to setup their iscsid processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for iscsid:
 +
 +
 +.EX
 +.PP
-+.B iscsid_exec_t 
++.B iscsid_exec_t
 +.EE
 +
 +- Set files with the iscsid_exec_t type, if you want to transition an executable to the iscsid_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux iscsid policy is very flexible allowing users to setup their iscsid processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for iscsid:
 +
 +.EX
 +.TP 5
-+.B iscsi_port_t 
++.B iscsi_port_t
 +.TP 10
 +.EE
 +
@@ -41624,30 +41828,192 @@ index 0000000..5e20d91
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), iscsid(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
+diff --git a/man/man8/isnsd_selinux.8 b/man/man8/isnsd_selinux.8
+new file mode 100644
+index 0000000..9811117
+--- /dev/null
++++ b/man/man8/isnsd_selinux.8
+@@ -0,0 +1,156 @@
++.TH  "isnsd_selinux"  "8"  "12-11-01" "isnsd" "SELinux Policy documentation for isnsd"
++.SH "NAME"
++isnsd_selinux \- Security Enhanced Linux Policy for the isnsd processes
++.SH "DESCRIPTION"
++
++Security-Enhanced Linux secures the isnsd processes via flexible mandatory access control.
++
++The isnsd processes execute with the isnsd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
++
++For example:
++
++.B ps -eZ | grep isnsd_t
++
++
++.SH "ENTRYPOINTS"
++
++The isnsd_t SELinux type can be entered via the "isnsd_exec_t" file type.  The default entrypoint paths for the isnsd_t domain are the following:"
++
++/usr/sbin/isnsd
++.SH PROCESS TYPES
++SELinux defines process types (domains) for each process running on the system
++.PP
++You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
++.PP
++Policy governs the access confined processes have to files.
++SELinux isnsd policy is very flexible allowing users to setup their isnsd processes in as secure a method as possible.
++.PP
++The following process types are defined for isnsd:
++
++.EX
++.B isnsd_t
++.EE
++.PP
++Note:
++.B semanage permissive -a PROCESS_TYPE
++can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
++
++.SH FILE CONTEXTS
++SELinux requires files to have an extended attribute to define the file type.
++.PP
++You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
++.PP
++Policy governs the access confined processes have to these files.
++SELinux isnsd policy is very flexible allowing users to setup their isnsd processes in as secure a method as possible.
++.PP
++The following file types are defined for isnsd:
++
++
++.EX
++.PP
++.B isnsd_exec_t
++.EE
++
++- Set files with the isnsd_exec_t type, if you want to transition an executable to the isnsd_t domain.
++
++
++.EX
++.PP
++.B isnsd_initrc_exec_t
++.EE
++
++- Set files with the isnsd_initrc_exec_t type, if you want to transition an executable to the isnsd_initrc_t domain.
++
++
++.EX
++.PP
++.B isnsd_var_lib_t
++.EE
++
++- Set files with the isnsd_var_lib_t type, if you want to store the isnsd files under the /var/lib directory.
++
++
++.EX
++.PP
++.B isnsd_var_run_t
++.EE
++
++- Set files with the isnsd_var_run_t type, if you want to store the isnsd files under the /run directory.
++
++
++.PP
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
++command.  This will modify the SELinux labeling database.  You will need to use
++.B restorecon
++to apply the labels.
++
++.SH PORT TYPES
++SELinux defines port types to represent TCP and UDP ports.
++.PP
++You can see the types associated with a port by using the following command:
++
++.B semanage port -l
++
++.PP
++Policy governs the access confined processes have to these ports.
++SELinux isnsd policy is very flexible allowing users to setup their isnsd processes in as secure a method as possible.
++.PP
++The following port types are defined for isnsd:
++
++.EX
++.TP 5
++.B isns_port_t
++.TP 10
++.EE
++
++
++Default Defined Ports:
++tcp 3205
++.EE
++udp 3205
++.EE
++.SH "MANAGED FILES"
++
++The SELinux process type isnsd_t can manage files labeled with the following file types.  The paths listed are the default paths for these file types.  Note the processes UID still need to have DAC permissions.
++
++.br
++.B isnsd_var_lib_t
++
++	/var/lib/isns(/.*)?
++.br
++
++.br
++.B isnsd_var_run_t
++
++	/var/run/isnsctl
++.br
++	/var/run/isnsd\.pid
++.br
++
++.SH NSSWITCH DOMAIN
++
++.SH "COMMANDS"
++.B semanage fcontext
++can also be used to manipulate default file context mappings.
++.PP
++.B semanage permissive
++can also be used to manipulate whether or not a process type is permissive.
++.PP
++.B semanage module
++can also be used to enable/disable/install/remove policy modules.
++
++.B semanage port
++can also be used to manipulate the port definitions
++
++.PP
++.B system-config-selinux
++is a GUI tool available to customize SELinux policy settings.
++
++.SH AUTHOR
++This manual page was auto-generated using
++.B "sepolicy manpage"
++by Dan Walsh.
++
++.SH "SEE ALSO"
++selinux(8), isnsd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/iwhd_selinux.8 b/man/man8/iwhd_selinux.8
 new file mode 100644
-index 0000000..87ace53
+index 0000000..cea1bb7
 --- /dev/null
 +++ b/man/man8/iwhd_selinux.8
 @@ -0,0 +1,140 @@
-+.TH  "iwhd_selinux"  "8"  "12-10-19" "iwhd" "SELinux Policy documentation for iwhd"
++.TH  "iwhd_selinux"  "8"  "12-11-01" "iwhd" "SELinux Policy documentation for iwhd"
 +.SH "NAME"
 +iwhd_selinux \- Security Enhanced Linux Policy for the iwhd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the iwhd processes via flexible mandatory access control.
 +
-+The iwhd processes execute with the iwhd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The iwhd processes execute with the iwhd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -41664,33 +42030,33 @@ index 0000000..87ace53
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux iwhd policy is very flexible allowing users to setup their iwhd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for iwhd:
 +
 +.EX
-+.B iwhd_t 
++.B iwhd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux iwhd policy is very flexible allowing users to setup their iwhd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for iwhd:
 +
 +
 +.EX
 +.PP
-+.B iwhd_exec_t 
++.B iwhd_exec_t
 +.EE
 +
 +- Set files with the iwhd_exec_t type, if you want to transition an executable to the iwhd_t domain.
@@ -41698,7 +42064,7 @@ index 0000000..87ace53
 +
 +.EX
 +.PP
-+.B iwhd_initrc_exec_t 
++.B iwhd_initrc_exec_t
 +.EE
 +
 +- Set files with the iwhd_initrc_exec_t type, if you want to transition an executable to the iwhd_initrc_t domain.
@@ -41706,7 +42072,7 @@ index 0000000..87ace53
 +
 +.EX
 +.PP
-+.B iwhd_log_t 
++.B iwhd_log_t
 +.EE
 +
 +- Set files with the iwhd_log_t type, if you want to treat the data as iwhd log data, usually stored under the /var/log directory.
@@ -41714,7 +42080,7 @@ index 0000000..87ace53
 +
 +.EX
 +.PP
-+.B iwhd_var_lib_t 
++.B iwhd_var_lib_t
 +.EE
 +
 +- Set files with the iwhd_var_lib_t type, if you want to store the iwhd files under the /var/lib directory.
@@ -41722,15 +42088,15 @@ index 0000000..87ace53
 +
 +.EX
 +.PP
-+.B iwhd_var_run_t 
++.B iwhd_var_run_t
 +.EE
 +
 +- Set files with the iwhd_var_run_t type, if you want to store the iwhd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -41770,30 +42136,30 @@ index 0000000..87ace53
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), iwhd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/jabberd_router_selinux.8 b/man/man8/jabberd_router_selinux.8
 new file mode 100644
-index 0000000..1f0b708
+index 0000000..6c57f11
 --- /dev/null
 +++ b/man/man8/jabberd_router_selinux.8
 @@ -0,0 +1,97 @@
-+.TH  "jabberd_router_selinux"  "8"  "12-10-19" "jabberd_router" "SELinux Policy documentation for jabberd_router"
++.TH  "jabberd_router_selinux"  "8"  "12-11-01" "jabberd_router" "SELinux Policy documentation for jabberd_router"
 +.SH "NAME"
 +jabberd_router_selinux \- Security Enhanced Linux Policy for the jabberd_router processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the jabberd_router processes via flexible mandatory access control.
 +
-+The jabberd_router processes execute with the jabberd_router_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The jabberd_router processes execute with the jabberd_router_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -41810,41 +42176,41 @@ index 0000000..1f0b708
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux jabberd_router policy is very flexible allowing users to setup their jabberd_router processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for jabberd_router:
 +
 +.EX
-+.B jabberd_router_t 
++.B jabberd_router_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux jabberd_router policy is very flexible allowing users to setup their jabberd_router processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for jabberd_router:
 +
 +
 +.EX
 +.PP
-+.B jabberd_router_exec_t 
++.B jabberd_router_exec_t
 +.EE
 +
 +- Set files with the jabberd_router_exec_t type, if you want to transition an executable to the jabberd_router_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -41872,13 +42238,13 @@ index 0000000..1f0b708
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), jabberd_router(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -41886,18 +42252,18 @@ index 0000000..1f0b708
 \ No newline at end of file
 diff --git a/man/man8/jabberd_selinux.8 b/man/man8/jabberd_selinux.8
 new file mode 100644
-index 0000000..fe0222c
+index 0000000..520a42b
 --- /dev/null
 +++ b/man/man8/jabberd_selinux.8
 @@ -0,0 +1,169 @@
-+.TH  "jabberd_selinux"  "8"  "12-10-19" "jabberd" "SELinux Policy documentation for jabberd"
++.TH  "jabberd_selinux"  "8"  "12-11-01" "jabberd" "SELinux Policy documentation for jabberd"
 +.SH "NAME"
 +jabberd_selinux \- Security Enhanced Linux Policy for the jabberd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the jabberd processes via flexible mandatory access control.
 +
-+The jabberd processes execute with the jabberd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The jabberd processes execute with the jabberd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -41914,33 +42280,33 @@ index 0000000..fe0222c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux jabberd policy is very flexible allowing users to setup their jabberd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for jabberd:
 +
 +.EX
-+.B jabberd_router_t, jabberd_t 
++.B jabberd_router_t, jabberd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux jabberd policy is very flexible allowing users to setup their jabberd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for jabberd:
 +
 +
 +.EX
 +.PP
-+.B jabberd_exec_t 
++.B jabberd_exec_t
 +.EE
 +
 +- Set files with the jabberd_exec_t type, if you want to transition an executable to the jabberd_t domain.
@@ -41948,7 +42314,7 @@ index 0000000..fe0222c
 +
 +.EX
 +.PP
-+.B jabberd_initrc_exec_t 
++.B jabberd_initrc_exec_t
 +.EE
 +
 +- Set files with the jabberd_initrc_exec_t type, if you want to transition an executable to the jabberd_initrc_t domain.
@@ -41956,7 +42322,7 @@ index 0000000..fe0222c
 +
 +.EX
 +.PP
-+.B jabberd_router_exec_t 
++.B jabberd_router_exec_t
 +.EE
 +
 +- Set files with the jabberd_router_exec_t type, if you want to transition an executable to the jabberd_router_t domain.
@@ -41964,35 +42330,35 @@ index 0000000..fe0222c
 +
 +.EX
 +.PP
-+.B jabberd_var_lib_t 
++.B jabberd_var_lib_t
 +.EE
 +
 +- Set files with the jabberd_var_lib_t type, if you want to store the jabberd files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux jabberd policy is very flexible allowing users to setup their jabberd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for jabberd:
 +
 +.EX
 +.TP 5
-+.B jabber_client_port_t 
++.B jabber_client_port_t
 +.TP 10
 +.EE
 +
@@ -42003,7 +42369,7 @@ index 0000000..fe0222c
 +
 +.EX
 +.TP 5
-+.B jabber_interserver_port_t 
++.B jabber_interserver_port_t
 +.TP 10
 +.EE
 +
@@ -42014,7 +42380,7 @@ index 0000000..fe0222c
 +
 +.EX
 +.TP 5
-+.B jabber_router_port_t 
++.B jabber_router_port_t
 +.TP 10
 +.EE
 +
@@ -42048,13 +42414,13 @@ index 0000000..fe0222c
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), jabberd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -42062,18 +42428,18 @@ index 0000000..fe0222c
 \ No newline at end of file
 diff --git a/man/man8/jockey_selinux.8 b/man/man8/jockey_selinux.8
 new file mode 100644
-index 0000000..7734101
+index 0000000..2615dc1
 --- /dev/null
 +++ b/man/man8/jockey_selinux.8
 @@ -0,0 +1,120 @@
-+.TH  "jockey_selinux"  "8"  "12-10-19" "jockey" "SELinux Policy documentation for jockey"
++.TH  "jockey_selinux"  "8"  "12-11-01" "jockey" "SELinux Policy documentation for jockey"
 +.SH "NAME"
 +jockey_selinux \- Security Enhanced Linux Policy for the jockey processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the jockey processes via flexible mandatory access control.
 +
-+The jockey processes execute with the jockey_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The jockey processes execute with the jockey_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -42090,33 +42456,33 @@ index 0000000..7734101
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux jockey policy is very flexible allowing users to setup their jockey processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for jockey:
 +
 +.EX
-+.B jockey_t 
++.B jockey_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux jockey policy is very flexible allowing users to setup their jockey processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for jockey:
 +
 +
 +.EX
 +.PP
-+.B jockey_cache_t 
++.B jockey_cache_t
 +.EE
 +
 +- Set files with the jockey_cache_t type, if you want to store the files under the /var/cache directory.
@@ -42124,7 +42490,7 @@ index 0000000..7734101
 +
 +.EX
 +.PP
-+.B jockey_exec_t 
++.B jockey_exec_t
 +.EE
 +
 +- Set files with the jockey_exec_t type, if you want to transition an executable to the jockey_t domain.
@@ -42132,15 +42498,15 @@ index 0000000..7734101
 +
 +.EX
 +.PP
-+.B jockey_var_log_t 
++.B jockey_var_log_t
 +.EE
 +
 +- Set files with the jockey_var_log_t type, if you want to treat the data as jockey var log data, usually stored under the /var/log directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -42176,30 +42542,30 @@ index 0000000..7734101
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), jockey(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/kadmind_selinux.8 b/man/man8/kadmind_selinux.8
 new file mode 100644
-index 0000000..fac3961
+index 0000000..f4e852a
 --- /dev/null
 +++ b/man/man8/kadmind_selinux.8
 @@ -0,0 +1,162 @@
-+.TH  "kadmind_selinux"  "8"  "12-10-19" "kadmind" "SELinux Policy documentation for kadmind"
++.TH  "kadmind_selinux"  "8"  "12-11-01" "kadmind" "SELinux Policy documentation for kadmind"
 +.SH "NAME"
 +kadmind_selinux \- Security Enhanced Linux Policy for the kadmind processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the kadmind processes via flexible mandatory access control.
 +
-+The kadmind processes execute with the kadmind_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The kadmind processes execute with the kadmind_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -42216,33 +42582,33 @@ index 0000000..fac3961
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux kadmind policy is very flexible allowing users to setup their kadmind processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for kadmind:
 +
 +.EX
-+.B kadmind_t 
++.B kadmind_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux kadmind policy is very flexible allowing users to setup their kadmind processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for kadmind:
 +
 +
 +.EX
 +.PP
-+.B kadmind_exec_t 
++.B kadmind_exec_t
 +.EE
 +
 +- Set files with the kadmind_exec_t type, if you want to transition an executable to the kadmind_t domain.
@@ -42250,7 +42616,7 @@ index 0000000..fac3961
 +
 +.EX
 +.PP
-+.B kadmind_log_t 
++.B kadmind_log_t
 +.EE
 +
 +- Set files with the kadmind_log_t type, if you want to treat the data as kadmind log data, usually stored under the /var/log directory.
@@ -42258,7 +42624,7 @@ index 0000000..fac3961
 +
 +.EX
 +.PP
-+.B kadmind_tmp_t 
++.B kadmind_tmp_t
 +.EE
 +
 +- Set files with the kadmind_tmp_t type, if you want to store kadmind temporary files in the /tmp directories.
@@ -42266,15 +42632,15 @@ index 0000000..fac3961
 +
 +.EX
 +.PP
-+.B kadmind_var_run_t 
++.B kadmind_var_run_t
 +.EE
 +
 +- Set files with the kadmind_var_run_t type, if you want to store the kadmind files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -42344,30 +42710,30 @@ index 0000000..fac3961
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), kadmind(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/kdump_selinux.8 b/man/man8/kdump_selinux.8
 new file mode 100644
-index 0000000..e7aed0f
+index 0000000..5b31590
 --- /dev/null
 +++ b/man/man8/kdump_selinux.8
-@@ -0,0 +1,165 @@
-+.TH  "kdump_selinux"  "8"  "12-10-19" "kdump" "SELinux Policy documentation for kdump"
+@@ -0,0 +1,157 @@
++.TH  "kdump_selinux"  "8"  "12-11-01" "kdump" "SELinux Policy documentation for kdump"
 +.SH "NAME"
 +kdump_selinux \- Security Enhanced Linux Policy for the kdump processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the kdump processes via flexible mandatory access control.
 +
-+The kdump processes execute with the kdump_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The kdump processes execute with the kdump_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -42384,33 +42750,33 @@ index 0000000..e7aed0f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux kdump policy is very flexible allowing users to setup their kdump processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for kdump:
 +
 +.EX
-+.B kdumpgui_t, kdumpctl_t, kdump_t 
++.B kdumpgui_t, kdumpctl_t, kdump_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux kdump policy is very flexible allowing users to setup their kdump processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for kdump:
 +
 +
 +.EX
 +.PP
-+.B kdump_etc_t 
++.B kdump_etc_t
 +.EE
 +
 +- Set files with the kdump_etc_t type, if you want to store kdump files in the /etc directories.
@@ -42418,7 +42784,7 @@ index 0000000..e7aed0f
 +
 +.EX
 +.PP
-+.B kdump_exec_t 
++.B kdump_exec_t
 +.EE
 +
 +- Set files with the kdump_exec_t type, if you want to transition an executable to the kdump_t domain.
@@ -42426,7 +42792,7 @@ index 0000000..e7aed0f
 +
 +.EX
 +.PP
-+.B kdump_initrc_exec_t 
++.B kdump_initrc_exec_t
 +.EE
 +
 +- Set files with the kdump_initrc_exec_t type, if you want to transition an executable to the kdump_initrc_t domain.
@@ -42434,7 +42800,7 @@ index 0000000..e7aed0f
 +
 +.EX
 +.PP
-+.B kdump_unit_file_t 
++.B kdump_unit_file_t
 +.EE
 +
 +- Set files with the kdump_unit_file_t type, if you want to treat the files as kdump unit content.
@@ -42442,7 +42808,7 @@ index 0000000..e7aed0f
 +
 +.EX
 +.PP
-+.B kdumpctl_exec_t 
++.B kdumpctl_exec_t
 +.EE
 +
 +- Set files with the kdumpctl_exec_t type, if you want to transition an executable to the kdumpctl_t domain.
@@ -42450,7 +42816,7 @@ index 0000000..e7aed0f
 +
 +.EX
 +.PP
-+.B kdumpctl_tmp_t 
++.B kdumpctl_tmp_t
 +.EE
 +
 +- Set files with the kdumpctl_tmp_t type, if you want to store kdumpctl temporary files in the /tmp directories.
@@ -42458,15 +42824,7 @@ index 0000000..e7aed0f
 +
 +.EX
 +.PP
-+.B kdumpctl_unit_file_t 
-+.EE
-+
-+- Set files with the kdumpctl_unit_file_t type, if you want to treat the files as kdumpctl unit content.
-+
-+
-+.EX
-+.PP
-+.B kdumpgui_exec_t 
++.B kdumpgui_exec_t
 +.EE
 +
 +- Set files with the kdumpgui_exec_t type, if you want to transition an executable to the kdumpgui_t domain.
@@ -42474,15 +42832,15 @@ index 0000000..e7aed0f
 +
 +.EX
 +.PP
-+.B kdumpgui_tmp_t 
++.B kdumpgui_tmp_t
 +.EE
 +
 +- Set files with the kdumpgui_tmp_t type, if you want to store kdumpgui temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -42514,13 +42872,13 @@ index 0000000..e7aed0f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), kdump(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -42528,18 +42886,18 @@ index 0000000..e7aed0f
 \ No newline at end of file
 diff --git a/man/man8/kdumpctl_selinux.8 b/man/man8/kdumpctl_selinux.8
 new file mode 100644
-index 0000000..589e27c
+index 0000000..64c0c6f
 --- /dev/null
 +++ b/man/man8/kdumpctl_selinux.8
-@@ -0,0 +1,131 @@
-+.TH  "kdumpctl_selinux"  "8"  "12-10-19" "kdumpctl" "SELinux Policy documentation for kdumpctl"
+@@ -0,0 +1,169 @@
++.TH  "kdumpctl_selinux"  "8"  "12-11-01" "kdumpctl" "SELinux Policy documentation for kdumpctl"
 +.SH "NAME"
 +kdumpctl_selinux \- Security Enhanced Linux Policy for the kdumpctl processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the kdumpctl processes via flexible mandatory access control.
 +
-+The kdumpctl processes execute with the kdumpctl_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The kdumpctl processes execute with the kdumpctl_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -42556,33 +42914,33 @@ index 0000000..589e27c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux kdumpctl policy is very flexible allowing users to setup their kdumpctl processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for kdumpctl:
 +
 +.EX
-+.B kdumpctl_t 
++.B kdumpctl_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux kdumpctl policy is very flexible allowing users to setup their kdumpctl processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for kdumpctl:
 +
 +
 +.EX
 +.PP
-+.B kdumpctl_exec_t 
++.B kdumpctl_exec_t
 +.EE
 +
 +- Set files with the kdumpctl_exec_t type, if you want to transition an executable to the kdumpctl_t domain.
@@ -42590,23 +42948,15 @@ index 0000000..589e27c
 +
 +.EX
 +.PP
-+.B kdumpctl_tmp_t 
++.B kdumpctl_tmp_t
 +.EE
 +
 +- Set files with the kdumpctl_tmp_t type, if you want to store kdumpctl temporary files in the /tmp directories.
 +
 +
-+.EX
 +.PP
-+.B kdumpctl_unit_file_t 
-+.EE
-+
-+- Set files with the kdumpctl_unit_file_t type, if you want to treat the files as kdumpctl unit content.
-+
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -42639,6 +42989,52 @@ index 0000000..589e27c
 +	/var/run/systemd/ask-password-block(/.*)?
 +.br
 +
++.br
++.B var_log_t
++
++	/var/log/.*
++.br
++	/nsr/logs(/.*)?
++.br
++	/var/webmin(/.*)?
++.br
++	/var/log/cron[^/]*
++.br
++	/var/log/secure[^/]*
++.br
++	/opt/zimbra/log(/.*)?
++.br
++	/var/log/maillog[^/]*
++.br
++	/var/log/spooler[^/]*
++.br
++	/var/log/messages[^/]*
++.br
++	/usr/centreon/log(/.*)?
++.br
++	/var/spool/rsyslog(/.*)?
++.br
++	/var/axfrdns/log/main(/.*)?
++.br
++	/var/spool/bacula/log(/.*)?
++.br
++	/var/tinydns/log/main(/.*)?
++.br
++	/var/dnscache/log/main(/.*)?
++.br
++	/var/stockmaniac/templates_cache(/.*)?
++.br
++	/opt/Symantec/scspagent/IDS/system(/.*)?
++.br
++	/var/log
++.br
++	/var/log/dmesg
++.br
++	/var/log/syslog
++.br
++	/var/named/chroot/var/log
++.br
++
 +.SH NSSWITCH DOMAIN
 +
 +.SH "COMMANDS"
@@ -42652,13 +43048,13 @@ index 0000000..589e27c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), kdumpctl(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -42666,18 +43062,18 @@ index 0000000..589e27c
 \ No newline at end of file
 diff --git a/man/man8/kdumpgui_selinux.8 b/man/man8/kdumpgui_selinux.8
 new file mode 100644
-index 0000000..96bef8e
+index 0000000..cdb1f42
 --- /dev/null
 +++ b/man/man8/kdumpgui_selinux.8
 @@ -0,0 +1,197 @@
-+.TH  "kdumpgui_selinux"  "8"  "12-10-19" "kdumpgui" "SELinux Policy documentation for kdumpgui"
++.TH  "kdumpgui_selinux"  "8"  "12-11-01" "kdumpgui" "SELinux Policy documentation for kdumpgui"
 +.SH "NAME"
 +kdumpgui_selinux \- Security Enhanced Linux Policy for the kdumpgui processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the kdumpgui processes via flexible mandatory access control.
 +
-+The kdumpgui processes execute with the kdumpgui_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The kdumpgui processes execute with the kdumpgui_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -42694,33 +43090,33 @@ index 0000000..96bef8e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux kdumpgui policy is very flexible allowing users to setup their kdumpgui processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for kdumpgui:
 +
 +.EX
-+.B kdumpgui_t 
++.B kdumpgui_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux kdumpgui policy is very flexible allowing users to setup their kdumpgui processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for kdumpgui:
 +
 +
 +.EX
 +.PP
-+.B kdumpgui_exec_t 
++.B kdumpgui_exec_t
 +.EE
 +
 +- Set files with the kdumpgui_exec_t type, if you want to transition an executable to the kdumpgui_t domain.
@@ -42728,15 +43124,15 @@ index 0000000..96bef8e
 +
 +.EX
 +.PP
-+.B kdumpgui_tmp_t 
++.B kdumpgui_tmp_t
 +.EE
 +
 +- Set files with the kdumpgui_tmp_t type, if you want to store kdumpgui temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -42778,10 +43174,10 @@ index 0000000..96bef8e
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -42856,13 +43252,13 @@ index 0000000..96bef8e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), kdumpgui(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -42904,18 +43300,18 @@ index a8f81c8..0000000
 -selinux(8), kerberos(1), chcon(1), setsebool(8)
 diff --git a/man/man8/keyboardd_selinux.8 b/man/man8/keyboardd_selinux.8
 new file mode 100644
-index 0000000..859d54a
+index 0000000..d16fc27
 --- /dev/null
 +++ b/man/man8/keyboardd_selinux.8
 @@ -0,0 +1,144 @@
-+.TH  "keyboardd_selinux"  "8"  "12-10-19" "keyboardd" "SELinux Policy documentation for keyboardd"
++.TH  "keyboardd_selinux"  "8"  "12-11-01" "keyboardd" "SELinux Policy documentation for keyboardd"
 +.SH "NAME"
 +keyboardd_selinux \- Security Enhanced Linux Policy for the keyboardd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the keyboardd processes via flexible mandatory access control.
 +
-+The keyboardd processes execute with the keyboardd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The keyboardd processes execute with the keyboardd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -42932,41 +43328,41 @@ index 0000000..859d54a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux keyboardd policy is very flexible allowing users to setup their keyboardd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for keyboardd:
 +
 +.EX
-+.B keyboardd_t 
++.B keyboardd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux keyboardd policy is very flexible allowing users to setup their keyboardd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for keyboardd:
 +
 +
 +.EX
 +.PP
-+.B keyboardd_exec_t 
++.B keyboardd_exec_t
 +.EE
 +
 +- Set files with the keyboardd_exec_t type, if you want to transition an executable to the keyboardd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -42996,10 +43392,10 @@ index 0000000..859d54a
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -43042,30 +43438,30 @@ index 0000000..859d54a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), keyboardd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/keystone_selinux.8 b/man/man8/keystone_selinux.8
 new file mode 100644
-index 0000000..695ee4e
+index 0000000..92a2ad3
 --- /dev/null
 +++ b/man/man8/keystone_selinux.8
 @@ -0,0 +1,242 @@
-+.TH  "keystone_selinux"  "8"  "12-10-19" "keystone" "SELinux Policy documentation for keystone"
++.TH  "keystone_selinux"  "8"  "12-11-01" "keystone" "SELinux Policy documentation for keystone"
 +.SH "NAME"
 +keystone_selinux \- Security Enhanced Linux Policy for the keystone processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the keystone processes via flexible mandatory access control.
 +
-+The keystone processes execute with the keystone_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The keystone processes execute with the keystone_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -43082,33 +43478,33 @@ index 0000000..695ee4e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux keystone policy is very flexible allowing users to setup their keystone processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for keystone:
 +
 +.EX
-+.B keystone_t 
++.B keystone_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux keystone policy is very flexible allowing users to setup their keystone processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for keystone:
 +
 +
 +.EX
 +.PP
-+.B keystone_exec_t 
++.B keystone_exec_t
 +.EE
 +
 +- Set files with the keystone_exec_t type, if you want to transition an executable to the keystone_t domain.
@@ -43116,7 +43512,7 @@ index 0000000..695ee4e
 +
 +.EX
 +.PP
-+.B keystone_log_t 
++.B keystone_log_t
 +.EE
 +
 +- Set files with the keystone_log_t type, if you want to treat the data as keystone log data, usually stored under the /var/log directory.
@@ -43124,7 +43520,7 @@ index 0000000..695ee4e
 +
 +.EX
 +.PP
-+.B keystone_tmp_t 
++.B keystone_tmp_t
 +.EE
 +
 +- Set files with the keystone_tmp_t type, if you want to store keystone temporary files in the /tmp directories.
@@ -43132,7 +43528,7 @@ index 0000000..695ee4e
 +
 +.EX
 +.PP
-+.B keystone_unit_file_t 
++.B keystone_unit_file_t
 +.EE
 +
 +- Set files with the keystone_unit_file_t type, if you want to treat the files as keystone unit content.
@@ -43140,35 +43536,35 @@ index 0000000..695ee4e
 +
 +.EX
 +.PP
-+.B keystone_var_lib_t 
++.B keystone_var_lib_t
 +.EE
 +
 +- Set files with the keystone_var_lib_t type, if you want to store the keystone files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux keystone policy is very flexible allowing users to setup their keystone processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for keystone:
 +
 +.EX
 +.TP 5
-+.B keystone_port_t 
++.B keystone_port_t
 +.TP 10
 +.EE
 +
@@ -43290,30 +43686,30 @@ index 0000000..695ee4e
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), keystone(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/kismet_selinux.8 b/man/man8/kismet_selinux.8
 new file mode 100644
-index 0000000..827042e
+index 0000000..74f62b3
 --- /dev/null
 +++ b/man/man8/kismet_selinux.8
 @@ -0,0 +1,188 @@
-+.TH  "kismet_selinux"  "8"  "12-10-19" "kismet" "SELinux Policy documentation for kismet"
++.TH  "kismet_selinux"  "8"  "12-11-01" "kismet" "SELinux Policy documentation for kismet"
 +.SH "NAME"
 +kismet_selinux \- Security Enhanced Linux Policy for the kismet processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the kismet processes via flexible mandatory access control.
 +
-+The kismet processes execute with the kismet_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The kismet processes execute with the kismet_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -43330,33 +43726,33 @@ index 0000000..827042e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux kismet policy is very flexible allowing users to setup their kismet processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for kismet:
 +
 +.EX
-+.B kismet_t 
++.B kismet_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux kismet policy is very flexible allowing users to setup their kismet processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for kismet:
 +
 +
 +.EX
 +.PP
-+.B kismet_exec_t 
++.B kismet_exec_t
 +.EE
 +
 +- Set files with the kismet_exec_t type, if you want to transition an executable to the kismet_t domain.
@@ -43364,7 +43760,7 @@ index 0000000..827042e
 +
 +.EX
 +.PP
-+.B kismet_home_t 
++.B kismet_home_t
 +.EE
 +
 +- Set files with the kismet_home_t type, if you want to store kismet files in the users home directory.
@@ -43372,7 +43768,7 @@ index 0000000..827042e
 +
 +.EX
 +.PP
-+.B kismet_log_t 
++.B kismet_log_t
 +.EE
 +
 +- Set files with the kismet_log_t type, if you want to treat the data as kismet log data, usually stored under the /var/log directory.
@@ -43380,7 +43776,7 @@ index 0000000..827042e
 +
 +.EX
 +.PP
-+.B kismet_tmp_t 
++.B kismet_tmp_t
 +.EE
 +
 +- Set files with the kismet_tmp_t type, if you want to store kismet temporary files in the /tmp directories.
@@ -43388,7 +43784,7 @@ index 0000000..827042e
 +
 +.EX
 +.PP
-+.B kismet_tmpfs_t 
++.B kismet_tmpfs_t
 +.EE
 +
 +- Set files with the kismet_tmpfs_t type, if you want to store kismet files on a tmpfs file system.
@@ -43396,7 +43792,7 @@ index 0000000..827042e
 +
 +.EX
 +.PP
-+.B kismet_var_lib_t 
++.B kismet_var_lib_t
 +.EE
 +
 +- Set files with the kismet_var_lib_t type, if you want to store the kismet files under the /var/lib directory.
@@ -43404,15 +43800,15 @@ index 0000000..827042e
 +
 +.EX
 +.PP
-+.B kismet_var_run_t 
++.B kismet_var_run_t
 +.EE
 +
 +- Set files with the kismet_var_run_t type, if you want to store the kismet files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -43484,30 +43880,30 @@ index 0000000..827042e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), kismet(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/klogd_selinux.8 b/man/man8/klogd_selinux.8
 new file mode 100644
-index 0000000..8edeb20
+index 0000000..729c100
 --- /dev/null
 +++ b/man/man8/klogd_selinux.8
 @@ -0,0 +1,116 @@
-+.TH  "klogd_selinux"  "8"  "12-10-19" "klogd" "SELinux Policy documentation for klogd"
++.TH  "klogd_selinux"  "8"  "12-11-01" "klogd" "SELinux Policy documentation for klogd"
 +.SH "NAME"
 +klogd_selinux \- Security Enhanced Linux Policy for the klogd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the klogd processes via flexible mandatory access control.
 +
-+The klogd processes execute with the klogd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The klogd processes execute with the klogd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -43524,33 +43920,33 @@ index 0000000..8edeb20
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux klogd policy is very flexible allowing users to setup their klogd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for klogd:
 +
 +.EX
-+.B klogd_t 
++.B klogd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux klogd policy is very flexible allowing users to setup their klogd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for klogd:
 +
 +
 +.EX
 +.PP
-+.B klogd_exec_t 
++.B klogd_exec_t
 +.EE
 +
 +- Set files with the klogd_exec_t type, if you want to transition an executable to the klogd_t domain.
@@ -43558,7 +43954,7 @@ index 0000000..8edeb20
 +
 +.EX
 +.PP
-+.B klogd_tmp_t 
++.B klogd_tmp_t
 +.EE
 +
 +- Set files with the klogd_tmp_t type, if you want to store klogd temporary files in the /tmp directories.
@@ -43566,15 +43962,15 @@ index 0000000..8edeb20
 +
 +.EX
 +.PP
-+.B klogd_var_run_t 
++.B klogd_var_run_t
 +.EE
 +
 +- Set files with the klogd_var_run_t type, if you want to store the klogd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -43606,30 +44002,30 @@ index 0000000..8edeb20
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), klogd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/kpropd_selinux.8 b/man/man8/kpropd_selinux.8
 new file mode 100644
-index 0000000..63a00c5
+index 0000000..37b1a4f
 --- /dev/null
 +++ b/man/man8/kpropd_selinux.8
 @@ -0,0 +1,168 @@
-+.TH  "kpropd_selinux"  "8"  "12-10-19" "kpropd" "SELinux Policy documentation for kpropd"
++.TH  "kpropd_selinux"  "8"  "12-11-01" "kpropd" "SELinux Policy documentation for kpropd"
 +.SH "NAME"
 +kpropd_selinux \- Security Enhanced Linux Policy for the kpropd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the kpropd processes via flexible mandatory access control.
 +
-+The kpropd processes execute with the kpropd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The kpropd processes execute with the kpropd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -43646,61 +44042,61 @@ index 0000000..63a00c5
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux kpropd policy is very flexible allowing users to setup their kpropd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for kpropd:
 +
 +.EX
-+.B kpropd_t 
++.B kpropd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux kpropd policy is very flexible allowing users to setup their kpropd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for kpropd:
 +
 +
 +.EX
 +.PP
-+.B kpropd_exec_t 
++.B kpropd_exec_t
 +.EE
 +
 +- Set files with the kpropd_exec_t type, if you want to transition an executable to the kpropd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux kpropd policy is very flexible allowing users to setup their kpropd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for kpropd:
 +
 +.EX
 +.TP 5
-+.B kprop_port_t 
++.B kprop_port_t
 +.TP 10
 +.EE
 +
@@ -43780,30 +44176,30 @@ index 0000000..63a00c5
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), kpropd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/krb5kdc_selinux.8 b/man/man8/krb5kdc_selinux.8
 new file mode 100644
-index 0000000..37c90ba
+index 0000000..5b1f8f4
 --- /dev/null
 +++ b/man/man8/krb5kdc_selinux.8
 @@ -0,0 +1,176 @@
-+.TH  "krb5kdc_selinux"  "8"  "12-10-19" "krb5kdc" "SELinux Policy documentation for krb5kdc"
++.TH  "krb5kdc_selinux"  "8"  "12-11-01" "krb5kdc" "SELinux Policy documentation for krb5kdc"
 +.SH "NAME"
 +krb5kdc_selinux \- Security Enhanced Linux Policy for the krb5kdc processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the krb5kdc processes via flexible mandatory access control.
 +
-+The krb5kdc processes execute with the krb5kdc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The krb5kdc processes execute with the krb5kdc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -43820,33 +44216,33 @@ index 0000000..37c90ba
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux krb5kdc policy is very flexible allowing users to setup their krb5kdc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for krb5kdc:
 +
 +.EX
-+.B krb5kdc_t 
++.B krb5kdc_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux krb5kdc policy is very flexible allowing users to setup their krb5kdc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for krb5kdc:
 +
 +
 +.EX
 +.PP
-+.B krb5kdc_conf_t 
++.B krb5kdc_conf_t
 +.EE
 +
 +- Set files with the krb5kdc_conf_t type, if you want to treat the files as krb5kdc configuration data, usually stored under the /etc directory.
@@ -43854,7 +44250,7 @@ index 0000000..37c90ba
 +
 +.EX
 +.PP
-+.B krb5kdc_exec_t 
++.B krb5kdc_exec_t
 +.EE
 +
 +- Set files with the krb5kdc_exec_t type, if you want to transition an executable to the krb5kdc_t domain.
@@ -43862,7 +44258,7 @@ index 0000000..37c90ba
 +
 +.EX
 +.PP
-+.B krb5kdc_lock_t 
++.B krb5kdc_lock_t
 +.EE
 +
 +- Set files with the krb5kdc_lock_t type, if you want to treat the files as krb5kdc lock data, stored under the /var/lock directory
@@ -43870,7 +44266,7 @@ index 0000000..37c90ba
 +
 +.EX
 +.PP
-+.B krb5kdc_log_t 
++.B krb5kdc_log_t
 +.EE
 +
 +- Set files with the krb5kdc_log_t type, if you want to treat the data as krb5kdc log data, usually stored under the /var/log directory.
@@ -43878,7 +44274,7 @@ index 0000000..37c90ba
 +
 +.EX
 +.PP
-+.B krb5kdc_principal_t 
++.B krb5kdc_principal_t
 +.EE
 +
 +- Set files with the krb5kdc_principal_t type, if you want to treat the files as krb5kdc principal data.
@@ -43886,7 +44282,7 @@ index 0000000..37c90ba
 +
 +.EX
 +.PP
-+.B krb5kdc_tmp_t 
++.B krb5kdc_tmp_t
 +.EE
 +
 +- Set files with the krb5kdc_tmp_t type, if you want to store krb5kdc temporary files in the /tmp directories.
@@ -43894,15 +44290,15 @@ index 0000000..37c90ba
 +
 +.EX
 +.PP
-+.B krb5kdc_var_run_t 
++.B krb5kdc_var_run_t
 +.EE
 +
 +- Set files with the krb5kdc_var_run_t type, if you want to store the krb5kdc files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -43962,30 +44358,30 @@ index 0000000..37c90ba
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), krb5kdc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ksmtuned_selinux.8 b/man/man8/ksmtuned_selinux.8
 new file mode 100644
-index 0000000..c6a6b54
+index 0000000..dba373c
 --- /dev/null
 +++ b/man/man8/ksmtuned_selinux.8
 @@ -0,0 +1,146 @@
-+.TH  "ksmtuned_selinux"  "8"  "12-10-19" "ksmtuned" "SELinux Policy documentation for ksmtuned"
++.TH  "ksmtuned_selinux"  "8"  "12-11-01" "ksmtuned" "SELinux Policy documentation for ksmtuned"
 +.SH "NAME"
 +ksmtuned_selinux \- Security Enhanced Linux Policy for the ksmtuned processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ksmtuned processes via flexible mandatory access control.
 +
-+The ksmtuned processes execute with the ksmtuned_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ksmtuned processes execute with the ksmtuned_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -44002,33 +44398,33 @@ index 0000000..c6a6b54
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ksmtuned policy is very flexible allowing users to setup their ksmtuned processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ksmtuned:
 +
 +.EX
-+.B ksmtuned_t 
++.B ksmtuned_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ksmtuned policy is very flexible allowing users to setup their ksmtuned processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ksmtuned:
 +
 +
 +.EX
 +.PP
-+.B ksmtuned_exec_t 
++.B ksmtuned_exec_t
 +.EE
 +
 +- Set files with the ksmtuned_exec_t type, if you want to transition an executable to the ksmtuned_t domain.
@@ -44036,7 +44432,7 @@ index 0000000..c6a6b54
 +
 +.EX
 +.PP
-+.B ksmtuned_initrc_exec_t 
++.B ksmtuned_initrc_exec_t
 +.EE
 +
 +- Set files with the ksmtuned_initrc_exec_t type, if you want to transition an executable to the ksmtuned_initrc_t domain.
@@ -44044,7 +44440,7 @@ index 0000000..c6a6b54
 +
 +.EX
 +.PP
-+.B ksmtuned_log_t 
++.B ksmtuned_log_t
 +.EE
 +
 +- Set files with the ksmtuned_log_t type, if you want to treat the data as ksmtuned log data, usually stored under the /var/log directory.
@@ -44052,15 +44448,15 @@ index 0000000..c6a6b54
 +
 +.EX
 +.PP
-+.B ksmtuned_var_run_t 
++.B ksmtuned_var_run_t
 +.EE
 +
 +- Set files with the ksmtuned_var_run_t type, if you want to store the ksmtuned files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -44114,30 +44510,30 @@ index 0000000..c6a6b54
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ksmtuned(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ktalkd_selinux.8 b/man/man8/ktalkd_selinux.8
 new file mode 100644
-index 0000000..c2f94df
+index 0000000..090a1a6
 --- /dev/null
 +++ b/man/man8/ktalkd_selinux.8
 @@ -0,0 +1,168 @@
-+.TH  "ktalkd_selinux"  "8"  "12-10-19" "ktalkd" "SELinux Policy documentation for ktalkd"
++.TH  "ktalkd_selinux"  "8"  "12-11-01" "ktalkd" "SELinux Policy documentation for ktalkd"
 +.SH "NAME"
 +ktalkd_selinux \- Security Enhanced Linux Policy for the ktalkd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ktalkd processes via flexible mandatory access control.
 +
-+The ktalkd processes execute with the ktalkd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ktalkd processes execute with the ktalkd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -44154,33 +44550,33 @@ index 0000000..c2f94df
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ktalkd policy is very flexible allowing users to setup their ktalkd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ktalkd:
 +
 +.EX
-+.B ktalkd_t 
++.B ktalkd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ktalkd policy is very flexible allowing users to setup their ktalkd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ktalkd:
 +
 +
 +.EX
 +.PP
-+.B ktalkd_exec_t 
++.B ktalkd_exec_t
 +.EE
 +
 +- Set files with the ktalkd_exec_t type, if you want to transition an executable to the ktalkd_t domain.
@@ -44188,7 +44584,7 @@ index 0000000..c2f94df
 +
 +.EX
 +.PP
-+.B ktalkd_log_t 
++.B ktalkd_log_t
 +.EE
 +
 +- Set files with the ktalkd_log_t type, if you want to treat the data as ktalkd log data, usually stored under the /var/log directory.
@@ -44196,7 +44592,7 @@ index 0000000..c2f94df
 +
 +.EX
 +.PP
-+.B ktalkd_tmp_t 
++.B ktalkd_tmp_t
 +.EE
 +
 +- Set files with the ktalkd_tmp_t type, if you want to store ktalkd temporary files in the /tmp directories.
@@ -44204,35 +44600,35 @@ index 0000000..c2f94df
 +
 +.EX
 +.PP
-+.B ktalkd_var_run_t 
++.B ktalkd_var_run_t
 +.EE
 +
 +- Set files with the ktalkd_var_run_t type, if you want to store the ktalkd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux ktalkd policy is very flexible allowing users to setup their ktalkd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for ktalkd:
 +
 +.EX
 +.TP 5
-+.B ktalkd_port_t 
++.B ktalkd_port_t
 +.TP 10
 +.EE
 +
@@ -44288,30 +44684,30 @@ index 0000000..c2f94df
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ktalkd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/l2tpd_selinux.8 b/man/man8/l2tpd_selinux.8
 new file mode 100644
-index 0000000..d65a0dc
+index 0000000..d28edaa
 --- /dev/null
 +++ b/man/man8/l2tpd_selinux.8
 @@ -0,0 +1,158 @@
-+.TH  "l2tpd_selinux"  "8"  "12-10-19" "l2tpd" "SELinux Policy documentation for l2tpd"
++.TH  "l2tpd_selinux"  "8"  "12-11-01" "l2tpd" "SELinux Policy documentation for l2tpd"
 +.SH "NAME"
 +l2tpd_selinux \- Security Enhanced Linux Policy for the l2tpd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the l2tpd processes via flexible mandatory access control.
 +
-+The l2tpd processes execute with the l2tpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The l2tpd processes execute with the l2tpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -44328,33 +44724,33 @@ index 0000000..d65a0dc
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux l2tpd policy is very flexible allowing users to setup their l2tpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for l2tpd:
 +
 +.EX
-+.B l2tpd_t 
++.B l2tpd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux l2tpd policy is very flexible allowing users to setup their l2tpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for l2tpd:
 +
 +
 +.EX
 +.PP
-+.B l2tpd_exec_t 
++.B l2tpd_exec_t
 +.EE
 +
 +- Set files with the l2tpd_exec_t type, if you want to transition an executable to the l2tpd_t domain.
@@ -44362,7 +44758,7 @@ index 0000000..d65a0dc
 +
 +.EX
 +.PP
-+.B l2tpd_initrc_exec_t 
++.B l2tpd_initrc_exec_t
 +.EE
 +
 +- Set files with the l2tpd_initrc_exec_t type, if you want to transition an executable to the l2tpd_initrc_t domain.
@@ -44370,7 +44766,7 @@ index 0000000..d65a0dc
 +
 +.EX
 +.PP
-+.B l2tpd_tmp_t 
++.B l2tpd_tmp_t
 +.EE
 +
 +- Set files with the l2tpd_tmp_t type, if you want to store l2tpd temporary files in the /tmp directories.
@@ -44378,35 +44774,35 @@ index 0000000..d65a0dc
 +
 +.EX
 +.PP
-+.B l2tpd_var_run_t 
++.B l2tpd_var_run_t
 +.EE
 +
 +- Set files with the l2tpd_var_run_t type, if you want to store the l2tpd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux l2tpd policy is very flexible allowing users to setup their l2tpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for l2tpd:
 +
 +.EX
 +.TP 5
-+.B l2tp_port_t 
++.B l2tp_port_t
 +.TP 10
 +.EE
 +
@@ -44452,30 +44848,30 @@ index 0000000..d65a0dc
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), l2tpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ldconfig_selinux.8 b/man/man8/ldconfig_selinux.8
 new file mode 100644
-index 0000000..a3a6175
+index 0000000..ff3b691
 --- /dev/null
 +++ b/man/man8/ldconfig_selinux.8
 @@ -0,0 +1,158 @@
-+.TH  "ldconfig_selinux"  "8"  "12-10-19" "ldconfig" "SELinux Policy documentation for ldconfig"
++.TH  "ldconfig_selinux"  "8"  "12-11-01" "ldconfig" "SELinux Policy documentation for ldconfig"
 +.SH "NAME"
 +ldconfig_selinux \- Security Enhanced Linux Policy for the ldconfig processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ldconfig processes via flexible mandatory access control.
 +
-+The ldconfig processes execute with the ldconfig_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ldconfig processes execute with the ldconfig_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -44492,33 +44888,33 @@ index 0000000..a3a6175
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ldconfig policy is very flexible allowing users to setup their ldconfig processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ldconfig:
 +
 +.EX
-+.B ldconfig_t 
++.B ldconfig_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ldconfig policy is very flexible allowing users to setup their ldconfig processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ldconfig:
 +
 +
 +.EX
 +.PP
-+.B ldconfig_cache_t 
++.B ldconfig_cache_t
 +.EE
 +
 +- Set files with the ldconfig_cache_t type, if you want to store the files under the /var/cache directory.
@@ -44526,7 +44922,7 @@ index 0000000..a3a6175
 +
 +.EX
 +.PP
-+.B ldconfig_exec_t 
++.B ldconfig_exec_t
 +.EE
 +
 +- Set files with the ldconfig_exec_t type, if you want to transition an executable to the ldconfig_t domain.
@@ -44534,15 +44930,15 @@ index 0000000..a3a6175
 +
 +.EX
 +.PP
-+.B ldconfig_tmp_t 
++.B ldconfig_tmp_t
 +.EE
 +
 +- Set files with the ldconfig_tmp_t type, if you want to store ldconfig temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -44616,30 +45012,38 @@ index 0000000..a3a6175
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ldconfig(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
+diff --git a/man/man8/libvirt_selinux.8 b/man/man8/libvirt_selinux.8
+new file mode 100644
+index 0000000..ee560da
+--- /dev/null
++++ b/man/man8/libvirt_selinux.8
+@@ -0,0 +1 @@
++.so man8/virtd_selinux.8
+\ No newline at end of file
 diff --git a/man/man8/lircd_selinux.8 b/man/man8/lircd_selinux.8
 new file mode 100644
-index 0000000..f6f4077
+index 0000000..4f9932c
 --- /dev/null
 +++ b/man/man8/lircd_selinux.8
 @@ -0,0 +1,160 @@
-+.TH  "lircd_selinux"  "8"  "12-10-19" "lircd" "SELinux Policy documentation for lircd"
++.TH  "lircd_selinux"  "8"  "12-11-01" "lircd" "SELinux Policy documentation for lircd"
 +.SH "NAME"
 +lircd_selinux \- Security Enhanced Linux Policy for the lircd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the lircd processes via flexible mandatory access control.
 +
-+The lircd processes execute with the lircd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The lircd processes execute with the lircd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -44656,33 +45060,33 @@ index 0000000..f6f4077
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux lircd policy is very flexible allowing users to setup their lircd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for lircd:
 +
 +.EX
-+.B lircd_t 
++.B lircd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux lircd policy is very flexible allowing users to setup their lircd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for lircd:
 +
 +
 +.EX
 +.PP
-+.B lircd_etc_t 
++.B lircd_etc_t
 +.EE
 +
 +- Set files with the lircd_etc_t type, if you want to store lircd files in the /etc directories.
@@ -44690,7 +45094,7 @@ index 0000000..f6f4077
 +
 +.EX
 +.PP
-+.B lircd_exec_t 
++.B lircd_exec_t
 +.EE
 +
 +- Set files with the lircd_exec_t type, if you want to transition an executable to the lircd_t domain.
@@ -44698,7 +45102,7 @@ index 0000000..f6f4077
 +
 +.EX
 +.PP
-+.B lircd_initrc_exec_t 
++.B lircd_initrc_exec_t
 +.EE
 +
 +- Set files with the lircd_initrc_exec_t type, if you want to transition an executable to the lircd_initrc_t domain.
@@ -44706,35 +45110,35 @@ index 0000000..f6f4077
 +
 +.EX
 +.PP
-+.B lircd_var_run_t 
++.B lircd_var_run_t
 +.EE
 +
 +- Set files with the lircd_var_run_t type, if you want to store the lircd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux lircd policy is very flexible allowing users to setup their lircd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for lircd:
 +
 +.EX
 +.TP 5
-+.B lirc_port_t 
++.B lirc_port_t
 +.TP 10
 +.EE
 +
@@ -44782,30 +45186,30 @@ index 0000000..f6f4077
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), lircd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/livecd_selinux.8 b/man/man8/livecd_selinux.8
 new file mode 100644
-index 0000000..bf16e67
+index 0000000..d7d48dd
 --- /dev/null
 +++ b/man/man8/livecd_selinux.8
 @@ -0,0 +1,104 @@
-+.TH  "livecd_selinux"  "8"  "12-10-19" "livecd" "SELinux Policy documentation for livecd"
++.TH  "livecd_selinux"  "8"  "12-11-01" "livecd" "SELinux Policy documentation for livecd"
 +.SH "NAME"
 +livecd_selinux \- Security Enhanced Linux Policy for the livecd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the livecd processes via flexible mandatory access control.
 +
-+The livecd processes execute with the livecd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The livecd processes execute with the livecd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -44814,41 +45218,41 @@ index 0000000..bf16e67
 +
 +.SH "ENTRYPOINTS"
 +
-+The livecd_t SELinux type can be entered via the "unlabeled_t,proc_type,file_type,livecd_exec_t,sysctl_type,mtrr_device_t,filesystem_type" file types.  The default entrypoint paths for the livecd_t domain are the following:"
++The livecd_t SELinux type can be entered via the "filesystem_type,unlabeled_t,proc_type,mtrr_device_t,sysctl_type,file_type,livecd_exec_t" file types.  The default entrypoint paths for the livecd_t domain are the following:"
 +
-+all files on the system, /usr/bin/livecd-creator, /dev/cpu/mtrr
++/dev/cpu/mtrr, all files on the system, /usr/bin/livecd-creator
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux livecd policy is very flexible allowing users to setup their livecd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for livecd:
 +
 +.EX
-+.B livecd_t 
++.B livecd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux livecd policy is very flexible allowing users to setup their livecd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for livecd:
 +
 +
 +.EX
 +.PP
-+.B livecd_exec_t 
++.B livecd_exec_t
 +.EE
 +
 +- Set files with the livecd_exec_t type, if you want to transition an executable to the livecd_t domain.
@@ -44856,15 +45260,15 @@ index 0000000..bf16e67
 +
 +.EX
 +.PP
-+.B livecd_tmp_t 
++.B livecd_tmp_t
 +.EE
 +
 +- Set files with the livecd_tmp_t type, if you want to store livecd temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -44892,30 +45296,30 @@ index 0000000..bf16e67
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), livecd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/lldpad_selinux.8 b/man/man8/lldpad_selinux.8
 new file mode 100644
-index 0000000..698eef4
+index 0000000..3cbeec5
 --- /dev/null
 +++ b/man/man8/lldpad_selinux.8
 @@ -0,0 +1,138 @@
-+.TH  "lldpad_selinux"  "8"  "12-10-19" "lldpad" "SELinux Policy documentation for lldpad"
++.TH  "lldpad_selinux"  "8"  "12-11-01" "lldpad" "SELinux Policy documentation for lldpad"
 +.SH "NAME"
 +lldpad_selinux \- Security Enhanced Linux Policy for the lldpad processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the lldpad processes via flexible mandatory access control.
 +
-+The lldpad processes execute with the lldpad_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The lldpad processes execute with the lldpad_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -44932,33 +45336,33 @@ index 0000000..698eef4
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux lldpad policy is very flexible allowing users to setup their lldpad processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for lldpad:
 +
 +.EX
-+.B lldpad_t 
++.B lldpad_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux lldpad policy is very flexible allowing users to setup their lldpad processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for lldpad:
 +
 +
 +.EX
 +.PP
-+.B lldpad_exec_t 
++.B lldpad_exec_t
 +.EE
 +
 +- Set files with the lldpad_exec_t type, if you want to transition an executable to the lldpad_t domain.
@@ -44966,7 +45370,7 @@ index 0000000..698eef4
 +
 +.EX
 +.PP
-+.B lldpad_initrc_exec_t 
++.B lldpad_initrc_exec_t
 +.EE
 +
 +- Set files with the lldpad_initrc_exec_t type, if you want to transition an executable to the lldpad_initrc_t domain.
@@ -44974,7 +45378,7 @@ index 0000000..698eef4
 +
 +.EX
 +.PP
-+.B lldpad_tmpfs_t 
++.B lldpad_tmpfs_t
 +.EE
 +
 +- Set files with the lldpad_tmpfs_t type, if you want to store lldpad files on a tmpfs file system.
@@ -44982,7 +45386,7 @@ index 0000000..698eef4
 +
 +.EX
 +.PP
-+.B lldpad_var_lib_t 
++.B lldpad_var_lib_t
 +.EE
 +
 +- Set files with the lldpad_var_lib_t type, if you want to store the lldpad files under the /var/lib directory.
@@ -44990,15 +45394,15 @@ index 0000000..698eef4
 +
 +.EX
 +.PP
-+.B lldpad_var_run_t 
++.B lldpad_var_run_t
 +.EE
 +
 +- Set files with the lldpad_var_run_t type, if you want to store the lldpad files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -45036,30 +45440,30 @@ index 0000000..698eef4
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), lldpad(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/load_policy_selinux.8 b/man/man8/load_policy_selinux.8
 new file mode 100644
-index 0000000..89cd0f7
+index 0000000..30c76e6
 --- /dev/null
 +++ b/man/man8/load_policy_selinux.8
 @@ -0,0 +1,95 @@
-+.TH  "load_policy_selinux"  "8"  "12-10-19" "load_policy" "SELinux Policy documentation for load_policy"
++.TH  "load_policy_selinux"  "8"  "12-11-01" "load_policy" "SELinux Policy documentation for load_policy"
 +.SH "NAME"
 +load_policy_selinux \- Security Enhanced Linux Policy for the load_policy processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the load_policy processes via flexible mandatory access control.
 +
-+The load_policy processes execute with the load_policy_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The load_policy processes execute with the load_policy_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -45076,41 +45480,41 @@ index 0000000..89cd0f7
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux load_policy policy is very flexible allowing users to setup their load_policy processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for load_policy:
 +
 +.EX
-+.B load_policy_t 
++.B load_policy_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux load_policy policy is very flexible allowing users to setup their load_policy processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for load_policy:
 +
 +
 +.EX
 +.PP
-+.B load_policy_exec_t 
++.B load_policy_exec_t
 +.EE
 +
 +- Set files with the load_policy_exec_t type, if you want to transition an executable to the load_policy_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -45136,13 +45540,13 @@ index 0000000..89cd0f7
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), load_policy(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -45150,18 +45554,18 @@ index 0000000..89cd0f7
 \ No newline at end of file
 diff --git a/man/man8/loadkeys_selinux.8 b/man/man8/loadkeys_selinux.8
 new file mode 100644
-index 0000000..32612b6
+index 0000000..3c43c48
 --- /dev/null
 +++ b/man/man8/loadkeys_selinux.8
 @@ -0,0 +1,86 @@
-+.TH  "loadkeys_selinux"  "8"  "12-10-19" "loadkeys" "SELinux Policy documentation for loadkeys"
++.TH  "loadkeys_selinux"  "8"  "12-11-01" "loadkeys" "SELinux Policy documentation for loadkeys"
 +.SH "NAME"
 +loadkeys_selinux \- Security Enhanced Linux Policy for the loadkeys processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the loadkeys processes via flexible mandatory access control.
 +
-+The loadkeys processes execute with the loadkeys_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The loadkeys processes execute with the loadkeys_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -45178,41 +45582,41 @@ index 0000000..32612b6
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux loadkeys policy is very flexible allowing users to setup their loadkeys processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for loadkeys:
 +
 +.EX
-+.B loadkeys_t 
++.B loadkeys_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux loadkeys policy is very flexible allowing users to setup their loadkeys processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for loadkeys:
 +
 +
 +.EX
 +.PP
-+.B loadkeys_exec_t 
++.B loadkeys_exec_t
 +.EE
 +
 +- Set files with the loadkeys_exec_t type, if you want to transition an executable to the loadkeys_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -45230,30 +45634,30 @@ index 0000000..32612b6
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), loadkeys(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/locate_selinux.8 b/man/man8/locate_selinux.8
 new file mode 100644
-index 0000000..ef37c45
+index 0000000..1ab1c6b
 --- /dev/null
 +++ b/man/man8/locate_selinux.8
 @@ -0,0 +1,126 @@
-+.TH  "locate_selinux"  "8"  "12-10-19" "locate" "SELinux Policy documentation for locate"
++.TH  "locate_selinux"  "8"  "12-11-01" "locate" "SELinux Policy documentation for locate"
 +.SH "NAME"
 +locate_selinux \- Security Enhanced Linux Policy for the locate processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the locate processes via flexible mandatory access control.
 +
-+The locate processes execute with the locate_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The locate processes execute with the locate_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -45270,33 +45674,33 @@ index 0000000..ef37c45
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux locate policy is very flexible allowing users to setup their locate processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for locate:
 +
 +.EX
-+.B locate_t 
++.B locate_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux locate policy is very flexible allowing users to setup their locate processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for locate:
 +
 +
 +.EX
 +.PP
-+.B locate_exec_t 
++.B locate_exec_t
 +.EE
 +
 +- Set files with the locate_exec_t type, if you want to transition an executable to the locate_t domain.
@@ -45304,7 +45708,7 @@ index 0000000..ef37c45
 +
 +.EX
 +.PP
-+.B locate_log_t 
++.B locate_log_t
 +.EE
 +
 +- Set files with the locate_log_t type, if you want to treat the data as locate log data, usually stored under the /var/log directory.
@@ -45312,15 +45716,15 @@ index 0000000..ef37c45
 +
 +.EX
 +.PP
-+.B locate_var_lib_t 
++.B locate_var_lib_t
 +.EE
 +
 +- Set files with the locate_var_lib_t type, if you want to store the locate files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -45362,30 +45766,30 @@ index 0000000..ef37c45
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), locate(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/lockdev_selinux.8 b/man/man8/lockdev_selinux.8
 new file mode 100644
-index 0000000..2f295fc
+index 0000000..8c5a3fe
 --- /dev/null
 +++ b/man/man8/lockdev_selinux.8
 @@ -0,0 +1,102 @@
-+.TH  "lockdev_selinux"  "8"  "12-10-19" "lockdev" "SELinux Policy documentation for lockdev"
++.TH  "lockdev_selinux"  "8"  "12-11-01" "lockdev" "SELinux Policy documentation for lockdev"
 +.SH "NAME"
 +lockdev_selinux \- Security Enhanced Linux Policy for the lockdev processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the lockdev processes via flexible mandatory access control.
 +
-+The lockdev processes execute with the lockdev_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The lockdev processes execute with the lockdev_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -45402,33 +45806,33 @@ index 0000000..2f295fc
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux lockdev policy is very flexible allowing users to setup their lockdev processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for lockdev:
 +
 +.EX
-+.B lockdev_t 
++.B lockdev_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux lockdev policy is very flexible allowing users to setup their lockdev processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for lockdev:
 +
 +
 +.EX
 +.PP
-+.B lockdev_exec_t 
++.B lockdev_exec_t
 +.EE
 +
 +- Set files with the lockdev_exec_t type, if you want to transition an executable to the lockdev_t domain.
@@ -45436,15 +45840,15 @@ index 0000000..2f295fc
 +
 +.EX
 +.PP
-+.B lockdev_lock_t 
++.B lockdev_lock_t
 +.EE
 +
 +- Set files with the lockdev_lock_t type, if you want to treat the files as lockdev lock data, stored under the /var/lock directory
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -45470,46 +45874,46 @@ index 0000000..2f295fc
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), lockdev(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/logadm_selinux.8 b/man/man8/logadm_selinux.8
 new file mode 100644
-index 0000000..ac1ff45
+index 0000000..9e18695
 --- /dev/null
 +++ b/man/man8/logadm_selinux.8
 @@ -0,0 +1,161 @@
 +.TH  "logadm_selinux"  "8"  "logadm" "mgrepl at redhat.com" "logadm SELinux Policy documentation"
 +.SH "NAME"
-+logadm_r \- \fBLog administrator role\fP - Security Enhanced Linux Policy 
++logadm_r \- \fBLog administrator role\fP - Security Enhanced Linux Policy
 +
 +.SH DESCRIPTION
 +
-+SELinux supports Roles Based Access Control (RBAC), some Linux roles are login roles, while other roles need to be transition into. 
++SELinux supports Roles Based Access Control (RBAC), some Linux roles are login roles, while other roles need to be transition into.
 +
-+.I Note: 
-+Examples in this man page will use the 
-+.B staff_u 
++.I Note:
++Examples in this man page will use the
++.B staff_u
 +SELinux user.
 +
-+Non login roles are usually used for administrative tasks. For example, tasks that require root privileges.  Roles control which types a user can run processes with. Roles often have default types assigned to them. 
++Non login roles are usually used for administrative tasks. For example, tasks that require root privileges.  Roles control which types a user can run processes with. Roles often have default types assigned to them.
 +
 +The default type for the logadm_r role is logadm_t.
 +
-+The 
-+.B newrole 
++The
++.B newrole
 +program to transition directly to this role.
 +
 +.B newrole -r logadm_r -t logadm_t
 +
-+.B sudo 
++.B sudo
 +is the preferred method to do transition from one role to another.  You setup sudo to transition to logadm_r by adding a similar line to the /etc/sudoers file.
 +
 +USERNAME ALL=(ALL) ROLE=logadm_r TYPE=logadm_t COMMAND
@@ -45525,7 +45929,7 @@ index 0000000..ac1ff45
 +
 +You need to add logadm_r to the staff_u user.  You could setup the staff_u user to be able to use the logadm_r role with a command like:
 +
-+.B $ semanage user -m -R 'staff_r system_r logadm_r' staff_u 
++.B $ semanage user -m -R 'staff_r system_r logadm_r' staff_u
 +
 +
 +.SH "MANAGED FILES"
@@ -45637,30 +46041,30 @@ index 0000000..ac1ff45
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), logadm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/logrotate_selinux.8 b/man/man8/logrotate_selinux.8
 new file mode 100644
-index 0000000..a856329
+index 0000000..b7cec54
 --- /dev/null
 +++ b/man/man8/logrotate_selinux.8
 @@ -0,0 +1,198 @@
-+.TH  "logrotate_selinux"  "8"  "12-10-19" "logrotate" "SELinux Policy documentation for logrotate"
++.TH  "logrotate_selinux"  "8"  "12-11-01" "logrotate" "SELinux Policy documentation for logrotate"
 +.SH "NAME"
 +logrotate_selinux \- Security Enhanced Linux Policy for the logrotate processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the logrotate processes via flexible mandatory access control.
 +
-+The logrotate processes execute with the logrotate_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The logrotate processes execute with the logrotate_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -45677,33 +46081,33 @@ index 0000000..a856329
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux logrotate policy is very flexible allowing users to setup their logrotate processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for logrotate:
 +
 +.EX
-+.B logrotate_t, logrotate_mail_t 
++.B logrotate_t, logrotate_mail_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux logrotate policy is very flexible allowing users to setup their logrotate processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for logrotate:
 +
 +
 +.EX
 +.PP
-+.B logrotate_exec_t 
++.B logrotate_exec_t
 +.EE
 +
 +- Set files with the logrotate_exec_t type, if you want to transition an executable to the logrotate_t domain.
@@ -45711,7 +46115,7 @@ index 0000000..a856329
 +
 +.EX
 +.PP
-+.B logrotate_lock_t 
++.B logrotate_lock_t
 +.EE
 +
 +- Set files with the logrotate_lock_t type, if you want to treat the files as logrotate lock data, stored under the /var/lock directory
@@ -45719,7 +46123,7 @@ index 0000000..a856329
 +
 +.EX
 +.PP
-+.B logrotate_mail_tmp_t 
++.B logrotate_mail_tmp_t
 +.EE
 +
 +- Set files with the logrotate_mail_tmp_t type, if you want to store logrotate mail temporary files in the /tmp directories.
@@ -45727,7 +46131,7 @@ index 0000000..a856329
 +
 +.EX
 +.PP
-+.B logrotate_tmp_t 
++.B logrotate_tmp_t
 +.EE
 +
 +- Set files with the logrotate_tmp_t type, if you want to store logrotate temporary files in the /tmp directories.
@@ -45735,15 +46139,15 @@ index 0000000..a856329
 +
 +.EX
 +.PP
-+.B logrotate_var_lib_t 
++.B logrotate_var_lib_t
 +.EE
 +
 +- Set files with the logrotate_var_lib_t type, if you want to store the logrotate files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -45841,30 +46245,30 @@ index 0000000..a856329
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), logrotate(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/logwatch_selinux.8 b/man/man8/logwatch_selinux.8
 new file mode 100644
-index 0000000..460e128
+index 0000000..bc7bf81
 --- /dev/null
 +++ b/man/man8/logwatch_selinux.8
 @@ -0,0 +1,170 @@
-+.TH  "logwatch_selinux"  "8"  "12-10-19" "logwatch" "SELinux Policy documentation for logwatch"
++.TH  "logwatch_selinux"  "8"  "12-11-01" "logwatch" "SELinux Policy documentation for logwatch"
 +.SH "NAME"
 +logwatch_selinux \- Security Enhanced Linux Policy for the logwatch processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the logwatch processes via flexible mandatory access control.
 +
-+The logwatch processes execute with the logwatch_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The logwatch processes execute with the logwatch_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -45881,33 +46285,33 @@ index 0000000..460e128
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux logwatch policy is very flexible allowing users to setup their logwatch processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for logwatch:
 +
 +.EX
-+.B logwatch_t, logwatch_mail_t 
++.B logwatch_t, logwatch_mail_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux logwatch policy is very flexible allowing users to setup their logwatch processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for logwatch:
 +
 +
 +.EX
 +.PP
-+.B logwatch_cache_t 
++.B logwatch_cache_t
 +.EE
 +
 +- Set files with the logwatch_cache_t type, if you want to store the files under the /var/cache directory.
@@ -45915,7 +46319,7 @@ index 0000000..460e128
 +
 +.EX
 +.PP
-+.B logwatch_exec_t 
++.B logwatch_exec_t
 +.EE
 +
 +- Set files with the logwatch_exec_t type, if you want to transition an executable to the logwatch_t domain.
@@ -45923,7 +46327,7 @@ index 0000000..460e128
 +
 +.EX
 +.PP
-+.B logwatch_lock_t 
++.B logwatch_lock_t
 +.EE
 +
 +- Set files with the logwatch_lock_t type, if you want to treat the files as logwatch lock data, stored under the /var/lock directory
@@ -45931,7 +46335,7 @@ index 0000000..460e128
 +
 +.EX
 +.PP
-+.B logwatch_mail_tmp_t 
++.B logwatch_mail_tmp_t
 +.EE
 +
 +- Set files with the logwatch_mail_tmp_t type, if you want to store logwatch mail temporary files in the /tmp directories.
@@ -45939,7 +46343,7 @@ index 0000000..460e128
 +
 +.EX
 +.PP
-+.B logwatch_tmp_t 
++.B logwatch_tmp_t
 +.EE
 +
 +- Set files with the logwatch_tmp_t type, if you want to store logwatch temporary files in the /tmp directories.
@@ -45947,15 +46351,15 @@ index 0000000..460e128
 +
 +.EX
 +.PP
-+.B logwatch_var_run_t 
++.B logwatch_var_run_t
 +.EE
 +
 +- Set files with the logwatch_var_run_t type, if you want to store the logwatch files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -46017,30 +46421,30 @@ index 0000000..460e128
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), logwatch(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/lpd_selinux.8 b/man/man8/lpd_selinux.8
 new file mode 100644
-index 0000000..db665d6
+index 0000000..0b08fa7
 --- /dev/null
 +++ b/man/man8/lpd_selinux.8
 @@ -0,0 +1,164 @@
-+.TH  "lpd_selinux"  "8"  "12-10-19" "lpd" "SELinux Policy documentation for lpd"
++.TH  "lpd_selinux"  "8"  "12-11-01" "lpd" "SELinux Policy documentation for lpd"
 +.SH "NAME"
 +lpd_selinux \- Security Enhanced Linux Policy for the lpd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the lpd processes via flexible mandatory access control.
 +
-+The lpd processes execute with the lpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The lpd processes execute with the lpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -46057,17 +46461,17 @@ index 0000000..db665d6
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux lpd policy is very flexible allowing users to setup their lpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for lpd:
 +
 +.EX
-+.B lpd_t, lpr_t 
++.B lpd_t, lpr_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -46089,19 +46493,19 @@ index 0000000..db665d6
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux lpd policy is very flexible allowing users to setup their lpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for lpd:
 +
 +
 +.EX
 +.PP
-+.B lpd_exec_t 
++.B lpd_exec_t
 +.EE
 +
 +- Set files with the lpd_exec_t type, if you want to transition an executable to the lpd_t domain.
@@ -46109,7 +46513,7 @@ index 0000000..db665d6
 +
 +.EX
 +.PP
-+.B lpd_tmp_t 
++.B lpd_tmp_t
 +.EE
 +
 +- Set files with the lpd_tmp_t type, if you want to store lpd temporary files in the /tmp directories.
@@ -46117,15 +46521,15 @@ index 0000000..db665d6
 +
 +.EX
 +.PP
-+.B lpd_var_run_t 
++.B lpd_var_run_t
 +.EE
 +
 +- Set files with the lpd_var_run_t type, if you want to store the lpd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -46186,13 +46590,13 @@ index 0000000..db665d6
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), lpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -46200,18 +46604,18 @@ index 0000000..db665d6
 \ No newline at end of file
 diff --git a/man/man8/lpr_selinux.8 b/man/man8/lpr_selinux.8
 new file mode 100644
-index 0000000..82f23da
+index 0000000..2aa3249
 --- /dev/null
 +++ b/man/man8/lpr_selinux.8
 @@ -0,0 +1,108 @@
-+.TH  "lpr_selinux"  "8"  "12-10-19" "lpr" "SELinux Policy documentation for lpr"
++.TH  "lpr_selinux"  "8"  "12-11-01" "lpr" "SELinux Policy documentation for lpr"
 +.SH "NAME"
 +lpr_selinux \- Security Enhanced Linux Policy for the lpr processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the lpr processes via flexible mandatory access control.
 +
-+The lpr processes execute with the lpr_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The lpr processes execute with the lpr_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -46228,33 +46632,33 @@ index 0000000..82f23da
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux lpr policy is very flexible allowing users to setup their lpr processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for lpr:
 +
 +.EX
-+.B lpr_t 
++.B lpr_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux lpr policy is very flexible allowing users to setup their lpr processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for lpr:
 +
 +
 +.EX
 +.PP
-+.B lpr_exec_t 
++.B lpr_exec_t
 +.EE
 +
 +- Set files with the lpr_exec_t type, if you want to transition an executable to the lpr_t domain.
@@ -46262,15 +46666,15 @@ index 0000000..82f23da
 +
 +.EX
 +.PP
-+.B lpr_tmp_t 
++.B lpr_tmp_t
 +.EE
 +
 +- Set files with the lpr_tmp_t type, if you want to store lpr temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -46302,30 +46706,30 @@ index 0000000..82f23da
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), lpr(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/lsassd_selinux.8 b/man/man8/lsassd_selinux.8
 new file mode 100644
-index 0000000..63ced1d
+index 0000000..9b130b2
 --- /dev/null
 +++ b/man/man8/lsassd_selinux.8
-@@ -0,0 +1,266 @@
-+.TH  "lsassd_selinux"  "8"  "12-10-19" "lsassd" "SELinux Policy documentation for lsassd"
+@@ -0,0 +1,264 @@
++.TH  "lsassd_selinux"  "8"  "12-11-01" "lsassd" "SELinux Policy documentation for lsassd"
 +.SH "NAME"
 +lsassd_selinux \- Security Enhanced Linux Policy for the lsassd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the lsassd processes via flexible mandatory access control.
 +
-+The lsassd processes execute with the lsassd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The lsassd processes execute with the lsassd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -46342,33 +46746,33 @@ index 0000000..63ced1d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux lsassd policy is very flexible allowing users to setup their lsassd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for lsassd:
 +
 +.EX
-+.B lsassd_t 
++.B lsassd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux lsassd policy is very flexible allowing users to setup their lsassd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for lsassd:
 +
 +
 +.EX
 +.PP
-+.B lsassd_exec_t 
++.B lsassd_exec_t
 +.EE
 +
 +- Set files with the lsassd_exec_t type, if you want to transition an executable to the lsassd_t domain.
@@ -46376,7 +46780,7 @@ index 0000000..63ced1d
 +
 +.EX
 +.PP
-+.B lsassd_tmp_t 
++.B lsassd_tmp_t
 +.EE
 +
 +- Set files with the lsassd_tmp_t type, if you want to store lsassd temporary files in the /tmp directories.
@@ -46384,7 +46788,7 @@ index 0000000..63ced1d
 +
 +.EX
 +.PP
-+.B lsassd_var_lib_t 
++.B lsassd_var_lib_t
 +.EE
 +
 +- Set files with the lsassd_var_lib_t type, if you want to store the lsassd files under the /var/lib directory.
@@ -46392,7 +46796,7 @@ index 0000000..63ced1d
 +
 +.EX
 +.PP
-+.B lsassd_var_run_t 
++.B lsassd_var_run_t
 +.EE
 +
 +- Set files with the lsassd_var_run_t type, if you want to store the lsassd files under the /run directory.
@@ -46400,15 +46804,15 @@ index 0000000..63ced1d
 +
 +.EX
 +.PP
-+.B lsassd_var_socket_t 
++.B lsassd_var_socket_t
 +.EE
 +
 +- Set files with the lsassd_var_socket_t type, if you want to treat the files as lsassd var socket data.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -46438,10 +46842,10 @@ index 0000000..63ced1d
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -46500,8 +46904,6 @@ index 0000000..63ced1d
 +.br
 +	/etc
 +.br
-+	/etc/localtime
-+.br
 +	/etc/cups/client\.conf
 +.br
 +
@@ -46574,30 +46976,30 @@ index 0000000..63ced1d
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), lsassd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/lvm_selinux.8 b/man/man8/lvm_selinux.8
 new file mode 100644
-index 0000000..b8beab1
+index 0000000..9793bb8
 --- /dev/null
 +++ b/man/man8/lvm_selinux.8
 @@ -0,0 +1,236 @@
-+.TH  "lvm_selinux"  "8"  "12-10-19" "lvm" "SELinux Policy documentation for lvm"
++.TH  "lvm_selinux"  "8"  "12-11-01" "lvm" "SELinux Policy documentation for lvm"
 +.SH "NAME"
 +lvm_selinux \- Security Enhanced Linux Policy for the lvm processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the lvm processes via flexible mandatory access control.
 +
-+The lvm processes execute with the lvm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The lvm processes execute with the lvm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -46614,33 +47016,33 @@ index 0000000..b8beab1
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux lvm policy is very flexible allowing users to setup their lvm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for lvm:
 +
 +.EX
-+.B lvm_t 
++.B lvm_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux lvm policy is very flexible allowing users to setup their lvm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for lvm:
 +
 +
 +.EX
 +.PP
-+.B lvm_etc_t 
++.B lvm_etc_t
 +.EE
 +
 +- Set files with the lvm_etc_t type, if you want to store lvm files in the /etc directories.
@@ -46648,7 +47050,7 @@ index 0000000..b8beab1
 +
 +.EX
 +.PP
-+.B lvm_exec_t 
++.B lvm_exec_t
 +.EE
 +
 +- Set files with the lvm_exec_t type, if you want to transition an executable to the lvm_t domain.
@@ -46656,7 +47058,7 @@ index 0000000..b8beab1
 +
 +.EX
 +.PP
-+.B lvm_lock_t 
++.B lvm_lock_t
 +.EE
 +
 +- Set files with the lvm_lock_t type, if you want to treat the files as lvm lock data, stored under the /var/lock directory
@@ -46664,7 +47066,7 @@ index 0000000..b8beab1
 +
 +.EX
 +.PP
-+.B lvm_metadata_t 
++.B lvm_metadata_t
 +.EE
 +
 +- Set files with the lvm_metadata_t type, if you want to treat the files as lvm metadata data.
@@ -46672,7 +47074,7 @@ index 0000000..b8beab1
 +
 +.EX
 +.PP
-+.B lvm_tmp_t 
++.B lvm_tmp_t
 +.EE
 +
 +- Set files with the lvm_tmp_t type, if you want to store lvm temporary files in the /tmp directories.
@@ -46680,7 +47082,7 @@ index 0000000..b8beab1
 +
 +.EX
 +.PP
-+.B lvm_var_lib_t 
++.B lvm_var_lib_t
 +.EE
 +
 +- Set files with the lvm_var_lib_t type, if you want to store the lvm files under the /var/lib directory.
@@ -46688,15 +47090,15 @@ index 0000000..b8beab1
 +
 +.EX
 +.PP
-+.B lvm_var_run_t 
++.B lvm_var_run_t
 +.EE
 +
 +- Set files with the lvm_var_run_t type, if you want to store the lvm files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -46816,30 +47218,30 @@ index 0000000..b8beab1
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), lvm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/lwiod_selinux.8 b/man/man8/lwiod_selinux.8
 new file mode 100644
-index 0000000..723d428
+index 0000000..249014f
 --- /dev/null
 +++ b/man/man8/lwiod_selinux.8
 @@ -0,0 +1,130 @@
-+.TH  "lwiod_selinux"  "8"  "12-10-19" "lwiod" "SELinux Policy documentation for lwiod"
++.TH  "lwiod_selinux"  "8"  "12-11-01" "lwiod" "SELinux Policy documentation for lwiod"
 +.SH "NAME"
 +lwiod_selinux \- Security Enhanced Linux Policy for the lwiod processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the lwiod processes via flexible mandatory access control.
 +
-+The lwiod processes execute with the lwiod_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The lwiod processes execute with the lwiod_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -46856,33 +47258,33 @@ index 0000000..723d428
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux lwiod policy is very flexible allowing users to setup their lwiod processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for lwiod:
 +
 +.EX
-+.B lwiod_t 
++.B lwiod_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux lwiod policy is very flexible allowing users to setup their lwiod processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for lwiod:
 +
 +
 +.EX
 +.PP
-+.B lwiod_exec_t 
++.B lwiod_exec_t
 +.EE
 +
 +- Set files with the lwiod_exec_t type, if you want to transition an executable to the lwiod_t domain.
@@ -46890,7 +47292,7 @@ index 0000000..723d428
 +
 +.EX
 +.PP
-+.B lwiod_var_lib_t 
++.B lwiod_var_lib_t
 +.EE
 +
 +- Set files with the lwiod_var_lib_t type, if you want to store the lwiod files under the /var/lib directory.
@@ -46898,7 +47300,7 @@ index 0000000..723d428
 +
 +.EX
 +.PP
-+.B lwiod_var_run_t 
++.B lwiod_var_run_t
 +.EE
 +
 +- Set files with the lwiod_var_run_t type, if you want to store the lwiod files under the /run directory.
@@ -46906,15 +47308,15 @@ index 0000000..723d428
 +
 +.EX
 +.PP
-+.B lwiod_var_socket_t 
++.B lwiod_var_socket_t
 +.EE
 +
 +- Set files with the lwiod_var_socket_t type, if you want to treat the files as lwiod var socket data.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -46952,30 +47354,30 @@ index 0000000..723d428
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), lwiod(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/lwregd_selinux.8 b/man/man8/lwregd_selinux.8
 new file mode 100644
-index 0000000..00d4e0d
+index 0000000..9bc985a
 --- /dev/null
 +++ b/man/man8/lwregd_selinux.8
 @@ -0,0 +1,128 @@
-+.TH  "lwregd_selinux"  "8"  "12-10-19" "lwregd" "SELinux Policy documentation for lwregd"
++.TH  "lwregd_selinux"  "8"  "12-11-01" "lwregd" "SELinux Policy documentation for lwregd"
 +.SH "NAME"
 +lwregd_selinux \- Security Enhanced Linux Policy for the lwregd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the lwregd processes via flexible mandatory access control.
 +
-+The lwregd processes execute with the lwregd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The lwregd processes execute with the lwregd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -46992,33 +47394,33 @@ index 0000000..00d4e0d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux lwregd policy is very flexible allowing users to setup their lwregd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for lwregd:
 +
 +.EX
-+.B lwregd_t 
++.B lwregd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux lwregd policy is very flexible allowing users to setup their lwregd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for lwregd:
 +
 +
 +.EX
 +.PP
-+.B lwregd_exec_t 
++.B lwregd_exec_t
 +.EE
 +
 +- Set files with the lwregd_exec_t type, if you want to transition an executable to the lwregd_t domain.
@@ -47026,7 +47428,7 @@ index 0000000..00d4e0d
 +
 +.EX
 +.PP
-+.B lwregd_var_lib_t 
++.B lwregd_var_lib_t
 +.EE
 +
 +- Set files with the lwregd_var_lib_t type, if you want to store the lwregd files under the /var/lib directory.
@@ -47034,7 +47436,7 @@ index 0000000..00d4e0d
 +
 +.EX
 +.PP
-+.B lwregd_var_run_t 
++.B lwregd_var_run_t
 +.EE
 +
 +- Set files with the lwregd_var_run_t type, if you want to store the lwregd files under the /run directory.
@@ -47042,15 +47444,15 @@ index 0000000..00d4e0d
 +
 +.EX
 +.PP
-+.B lwregd_var_socket_t 
++.B lwregd_var_socket_t
 +.EE
 +
 +- Set files with the lwregd_var_socket_t type, if you want to treat the files as lwregd var socket data.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -47086,30 +47488,30 @@ index 0000000..00d4e0d
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), lwregd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/lwsmd_selinux.8 b/man/man8/lwsmd_selinux.8
 new file mode 100644
-index 0000000..c631309
+index 0000000..82a32da
 --- /dev/null
 +++ b/man/man8/lwsmd_selinux.8
 @@ -0,0 +1,122 @@
-+.TH  "lwsmd_selinux"  "8"  "12-10-19" "lwsmd" "SELinux Policy documentation for lwsmd"
++.TH  "lwsmd_selinux"  "8"  "12-11-01" "lwsmd" "SELinux Policy documentation for lwsmd"
 +.SH "NAME"
 +lwsmd_selinux \- Security Enhanced Linux Policy for the lwsmd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the lwsmd processes via flexible mandatory access control.
 +
-+The lwsmd processes execute with the lwsmd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The lwsmd processes execute with the lwsmd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -47126,33 +47528,33 @@ index 0000000..c631309
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux lwsmd policy is very flexible allowing users to setup their lwsmd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for lwsmd:
 +
 +.EX
-+.B lwsmd_t 
++.B lwsmd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux lwsmd policy is very flexible allowing users to setup their lwsmd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for lwsmd:
 +
 +
 +.EX
 +.PP
-+.B lwsmd_exec_t 
++.B lwsmd_exec_t
 +.EE
 +
 +- Set files with the lwsmd_exec_t type, if you want to transition an executable to the lwsmd_t domain.
@@ -47160,7 +47562,7 @@ index 0000000..c631309
 +
 +.EX
 +.PP
-+.B lwsmd_var_lib_t 
++.B lwsmd_var_lib_t
 +.EE
 +
 +- Set files with the lwsmd_var_lib_t type, if you want to store the lwsmd files under the /var/lib directory.
@@ -47168,7 +47570,7 @@ index 0000000..c631309
 +
 +.EX
 +.PP
-+.B lwsmd_var_run_t 
++.B lwsmd_var_run_t
 +.EE
 +
 +- Set files with the lwsmd_var_run_t type, if you want to store the lwsmd files under the /run directory.
@@ -47176,15 +47578,15 @@ index 0000000..c631309
 +
 +.EX
 +.PP
-+.B lwsmd_var_socket_t 
++.B lwsmd_var_socket_t
 +.EE
 +
 +- Set files with the lwsmd_var_socket_t type, if you want to treat the files as lwsmd var socket data.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -47214,30 +47616,30 @@ index 0000000..c631309
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), lwsmd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/mail_munin_plugin_selinux.8 b/man/man8/mail_munin_plugin_selinux.8
 new file mode 100644
-index 0000000..ee66900
+index 0000000..fc8cf0a
 --- /dev/null
 +++ b/man/man8/mail_munin_plugin_selinux.8
 @@ -0,0 +1,115 @@
-+.TH  "mail_munin_plugin_selinux"  "8"  "12-10-19" "mail_munin_plugin" "SELinux Policy documentation for mail_munin_plugin"
++.TH  "mail_munin_plugin_selinux"  "8"  "12-11-01" "mail_munin_plugin" "SELinux Policy documentation for mail_munin_plugin"
 +.SH "NAME"
 +mail_munin_plugin_selinux \- Security Enhanced Linux Policy for the mail_munin_plugin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mail_munin_plugin processes via flexible mandatory access control.
 +
-+The mail_munin_plugin processes execute with the mail_munin_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mail_munin_plugin processes execute with the mail_munin_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -47254,33 +47656,33 @@ index 0000000..ee66900
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mail_munin_plugin policy is very flexible allowing users to setup their mail_munin_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mail_munin_plugin:
 +
 +.EX
-+.B mail_munin_plugin_t 
++.B mail_munin_plugin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mail_munin_plugin policy is very flexible allowing users to setup their mail_munin_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mail_munin_plugin:
 +
 +
 +.EX
 +.PP
-+.B mail_munin_plugin_exec_t 
++.B mail_munin_plugin_exec_t
 +.EE
 +
 +- Set files with the mail_munin_plugin_exec_t type, if you want to transition an executable to the mail_munin_plugin_t domain.
@@ -47288,15 +47690,15 @@ index 0000000..ee66900
 +
 +.EX
 +.PP
-+.B mail_munin_plugin_tmp_t 
++.B mail_munin_plugin_tmp_t
 +.EE
 +
 +- Set files with the mail_munin_plugin_tmp_t type, if you want to store mail munin plugin temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -47334,13 +47736,13 @@ index 0000000..ee66900
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mail_munin_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -47348,18 +47750,18 @@ index 0000000..ee66900
 \ No newline at end of file
 diff --git a/man/man8/mailman_cgi_selinux.8 b/man/man8/mailman_cgi_selinux.8
 new file mode 100644
-index 0000000..25d1ae1
+index 0000000..3314d81
 --- /dev/null
 +++ b/man/man8/mailman_cgi_selinux.8
 @@ -0,0 +1,145 @@
-+.TH  "mailman_cgi_selinux"  "8"  "12-10-19" "mailman_cgi" "SELinux Policy documentation for mailman_cgi"
++.TH  "mailman_cgi_selinux"  "8"  "12-11-01" "mailman_cgi" "SELinux Policy documentation for mailman_cgi"
 +.SH "NAME"
 +mailman_cgi_selinux \- Security Enhanced Linux Policy for the mailman_cgi processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mailman_cgi processes via flexible mandatory access control.
 +
-+The mailman_cgi processes execute with the mailman_cgi_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mailman_cgi processes execute with the mailman_cgi_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -47376,33 +47778,33 @@ index 0000000..25d1ae1
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mailman_cgi policy is very flexible allowing users to setup their mailman_cgi processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mailman_cgi:
 +
 +.EX
-+.B mailman_cgi_t 
++.B mailman_cgi_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mailman_cgi policy is very flexible allowing users to setup their mailman_cgi processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mailman_cgi:
 +
 +
 +.EX
 +.PP
-+.B mailman_cgi_exec_t 
++.B mailman_cgi_exec_t
 +.EE
 +
 +- Set files with the mailman_cgi_exec_t type, if you want to transition an executable to the mailman_cgi_t domain.
@@ -47410,15 +47812,15 @@ index 0000000..25d1ae1
 +
 +.EX
 +.PP
-+.B mailman_cgi_tmp_t 
++.B mailman_cgi_tmp_t
 +.EE
 +
 +- Set files with the mailman_cgi_tmp_t type, if you want to store mailman cgi temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -47486,13 +47888,13 @@ index 0000000..25d1ae1
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mailman_cgi(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -47500,18 +47902,18 @@ index 0000000..25d1ae1
 \ No newline at end of file
 diff --git a/man/man8/mailman_mail_selinux.8 b/man/man8/mailman_mail_selinux.8
 new file mode 100644
-index 0000000..1d6bc0b
+index 0000000..e86936f
 --- /dev/null
 +++ b/man/man8/mailman_mail_selinux.8
 @@ -0,0 +1,155 @@
-+.TH  "mailman_mail_selinux"  "8"  "12-10-19" "mailman_mail" "SELinux Policy documentation for mailman_mail"
++.TH  "mailman_mail_selinux"  "8"  "12-11-01" "mailman_mail" "SELinux Policy documentation for mailman_mail"
 +.SH "NAME"
 +mailman_mail_selinux \- Security Enhanced Linux Policy for the mailman_mail processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mailman_mail processes via flexible mandatory access control.
 +
-+The mailman_mail processes execute with the mailman_mail_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mailman_mail processes execute with the mailman_mail_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -47528,33 +47930,33 @@ index 0000000..1d6bc0b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mailman_mail policy is very flexible allowing users to setup their mailman_mail processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mailman_mail:
 +
 +.EX
-+.B mailman_mail_t 
++.B mailman_mail_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mailman_mail policy is very flexible allowing users to setup their mailman_mail processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mailman_mail:
 +
 +
 +.EX
 +.PP
-+.B mailman_mail_exec_t 
++.B mailman_mail_exec_t
 +.EE
 +
 +- Set files with the mailman_mail_exec_t type, if you want to transition an executable to the mailman_mail_t domain.
@@ -47562,15 +47964,15 @@ index 0000000..1d6bc0b
 +
 +.EX
 +.PP
-+.B mailman_mail_tmp_t 
++.B mailman_mail_tmp_t
 +.EE
 +
 +- Set files with the mailman_mail_tmp_t type, if you want to store mailman mail temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -47648,13 +48050,13 @@ index 0000000..1d6bc0b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mailman_mail(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -47662,18 +48064,18 @@ index 0000000..1d6bc0b
 \ No newline at end of file
 diff --git a/man/man8/mailman_queue_selinux.8 b/man/man8/mailman_queue_selinux.8
 new file mode 100644
-index 0000000..6daeb08
+index 0000000..b1d3963
 --- /dev/null
 +++ b/man/man8/mailman_queue_selinux.8
 @@ -0,0 +1,171 @@
-+.TH  "mailman_queue_selinux"  "8"  "12-10-19" "mailman_queue" "SELinux Policy documentation for mailman_queue"
++.TH  "mailman_queue_selinux"  "8"  "12-11-01" "mailman_queue" "SELinux Policy documentation for mailman_queue"
 +.SH "NAME"
 +mailman_queue_selinux \- Security Enhanced Linux Policy for the mailman_queue processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mailman_queue processes via flexible mandatory access control.
 +
-+The mailman_queue processes execute with the mailman_queue_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mailman_queue processes execute with the mailman_queue_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -47690,33 +48092,33 @@ index 0000000..6daeb08
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mailman_queue policy is very flexible allowing users to setup their mailman_queue processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mailman_queue:
 +
 +.EX
-+.B mailman_queue_t 
++.B mailman_queue_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mailman_queue policy is very flexible allowing users to setup their mailman_queue processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mailman_queue:
 +
 +
 +.EX
 +.PP
-+.B mailman_queue_exec_t 
++.B mailman_queue_exec_t
 +.EE
 +
 +- Set files with the mailman_queue_exec_t type, if you want to transition an executable to the mailman_queue_t domain.
@@ -47724,15 +48126,15 @@ index 0000000..6daeb08
 +
 +.EX
 +.PP
-+.B mailman_queue_tmp_t 
++.B mailman_queue_tmp_t
 +.EE
 +
 +- Set files with the mailman_queue_tmp_t type, if you want to store mailman queue temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -47826,13 +48228,13 @@ index 0000000..6daeb08
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mailman_queue(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -47840,18 +48242,18 @@ index 0000000..6daeb08
 \ No newline at end of file
 diff --git a/man/man8/mandb_selinux.8 b/man/man8/mandb_selinux.8
 new file mode 100644
-index 0000000..ea1d158
+index 0000000..962bcc4
 --- /dev/null
 +++ b/man/man8/mandb_selinux.8
 @@ -0,0 +1,104 @@
-+.TH  "mandb_selinux"  "8"  "12-10-19" "mandb" "SELinux Policy documentation for mandb"
++.TH  "mandb_selinux"  "8"  "12-11-01" "mandb" "SELinux Policy documentation for mandb"
 +.SH "NAME"
 +mandb_selinux \- Security Enhanced Linux Policy for the mandb processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mandb processes via flexible mandatory access control.
 +
-+The mandb processes execute with the mandb_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mandb processes execute with the mandb_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -47868,33 +48270,33 @@ index 0000000..ea1d158
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mandb policy is very flexible allowing users to setup their mandb processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mandb:
 +
 +.EX
-+.B mandb_t 
++.B mandb_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mandb policy is very flexible allowing users to setup their mandb processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mandb:
 +
 +
 +.EX
 +.PP
-+.B mandb_cache_t 
++.B mandb_cache_t
 +.EE
 +
 +- Set files with the mandb_cache_t type, if you want to store the files under the /var/cache directory.
@@ -47902,15 +48304,15 @@ index 0000000..ea1d158
 +
 +.EX
 +.PP
-+.B mandb_exec_t 
++.B mandb_exec_t
 +.EE
 +
 +- Set files with the mandb_exec_t type, if you want to transition an executable to the mandb_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -47938,30 +48340,30 @@ index 0000000..ea1d158
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mandb(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/mcelog_selinux.8 b/man/man8/mcelog_selinux.8
 new file mode 100644
-index 0000000..4a8e9c2
+index 0000000..5259ce7
 --- /dev/null
 +++ b/man/man8/mcelog_selinux.8
 @@ -0,0 +1,124 @@
-+.TH  "mcelog_selinux"  "8"  "12-10-19" "mcelog" "SELinux Policy documentation for mcelog"
++.TH  "mcelog_selinux"  "8"  "12-11-01" "mcelog" "SELinux Policy documentation for mcelog"
 +.SH "NAME"
 +mcelog_selinux \- Security Enhanced Linux Policy for the mcelog processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mcelog processes via flexible mandatory access control.
 +
-+The mcelog processes execute with the mcelog_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mcelog processes execute with the mcelog_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -47978,33 +48380,33 @@ index 0000000..4a8e9c2
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mcelog policy is very flexible allowing users to setup their mcelog processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mcelog:
 +
 +.EX
-+.B mcelog_t 
++.B mcelog_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mcelog policy is very flexible allowing users to setup their mcelog processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mcelog:
 +
 +
 +.EX
 +.PP
-+.B mcelog_exec_t 
++.B mcelog_exec_t
 +.EE
 +
 +- Set files with the mcelog_exec_t type, if you want to transition an executable to the mcelog_t domain.
@@ -48012,7 +48414,7 @@ index 0000000..4a8e9c2
 +
 +.EX
 +.PP
-+.B mcelog_log_t 
++.B mcelog_log_t
 +.EE
 +
 +- Set files with the mcelog_log_t type, if you want to treat the data as mcelog log data, usually stored under the /var/log directory.
@@ -48020,15 +48422,15 @@ index 0000000..4a8e9c2
 +
 +.EX
 +.PP
-+.B mcelog_var_run_t 
++.B mcelog_var_run_t
 +.EE
 +
 +- Set files with the mcelog_var_run_t type, if you want to store the mcelog files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -48068,30 +48470,30 @@ index 0000000..4a8e9c2
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mcelog(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/mdadm_selinux.8 b/man/man8/mdadm_selinux.8
 new file mode 100644
-index 0000000..801d879
+index 0000000..e023488
 --- /dev/null
 +++ b/man/man8/mdadm_selinux.8
 @@ -0,0 +1,128 @@
-+.TH  "mdadm_selinux"  "8"  "12-10-19" "mdadm" "SELinux Policy documentation for mdadm"
++.TH  "mdadm_selinux"  "8"  "12-11-01" "mdadm" "SELinux Policy documentation for mdadm"
 +.SH "NAME"
 +mdadm_selinux \- Security Enhanced Linux Policy for the mdadm processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mdadm processes via flexible mandatory access control.
 +
-+The mdadm processes execute with the mdadm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mdadm processes execute with the mdadm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -48108,33 +48510,33 @@ index 0000000..801d879
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mdadm policy is very flexible allowing users to setup their mdadm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mdadm:
 +
 +.EX
-+.B mdadm_t 
++.B mdadm_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mdadm policy is very flexible allowing users to setup their mdadm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mdadm:
 +
 +
 +.EX
 +.PP
-+.B mdadm_exec_t 
++.B mdadm_exec_t
 +.EE
 +
 +- Set files with the mdadm_exec_t type, if you want to transition an executable to the mdadm_t domain.
@@ -48142,15 +48544,15 @@ index 0000000..801d879
 +
 +.EX
 +.PP
-+.B mdadm_var_run_t 
++.B mdadm_var_run_t
 +.EE
 +
 +- Set files with the mdadm_var_run_t type, if you want to store the mdadm files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -48202,30 +48604,30 @@ index 0000000..801d879
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mdadm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/memcached_selinux.8 b/man/man8/memcached_selinux.8
 new file mode 100644
-index 0000000..5e860f7
+index 0000000..f286679
 --- /dev/null
 +++ b/man/man8/memcached_selinux.8
 @@ -0,0 +1,178 @@
-+.TH  "memcached_selinux"  "8"  "12-10-19" "memcached" "SELinux Policy documentation for memcached"
++.TH  "memcached_selinux"  "8"  "12-11-01" "memcached" "SELinux Policy documentation for memcached"
 +.SH "NAME"
 +memcached_selinux \- Security Enhanced Linux Policy for the memcached processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the memcached processes via flexible mandatory access control.
 +
-+The memcached processes execute with the memcached_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The memcached processes execute with the memcached_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -48242,17 +48644,17 @@ index 0000000..5e860f7
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux memcached policy is very flexible allowing users to setup their memcached processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for memcached:
 +
 +.EX
-+.B memcached_t 
++.B memcached_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -48274,19 +48676,19 @@ index 0000000..5e860f7
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux memcached policy is very flexible allowing users to setup their memcached processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for memcached:
 +
 +
 +.EX
 +.PP
-+.B memcached_exec_t 
++.B memcached_exec_t
 +.EE
 +
 +- Set files with the memcached_exec_t type, if you want to transition an executable to the memcached_t domain.
@@ -48294,7 +48696,7 @@ index 0000000..5e860f7
 +
 +.EX
 +.PP
-+.B memcached_initrc_exec_t 
++.B memcached_initrc_exec_t
 +.EE
 +
 +- Set files with the memcached_initrc_exec_t type, if you want to transition an executable to the memcached_initrc_t domain.
@@ -48302,35 +48704,35 @@ index 0000000..5e860f7
 +
 +.EX
 +.PP
-+.B memcached_var_run_t 
++.B memcached_var_run_t
 +.EE
 +
 +- Set files with the memcached_var_run_t type, if you want to store the memcached files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux memcached policy is very flexible allowing users to setup their memcached processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for memcached:
 +
 +.EX
 +.TP 5
-+.B memcache_port_t 
++.B memcache_port_t
 +.TP 10
 +.EE
 +
@@ -48385,13 +48787,13 @@ index 0000000..5e860f7
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), memcached(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -48399,18 +48801,18 @@ index 0000000..5e860f7
 \ No newline at end of file
 diff --git a/man/man8/mencoder_selinux.8 b/man/man8/mencoder_selinux.8
 new file mode 100644
-index 0000000..4139292
+index 0000000..70bc6e1
 --- /dev/null
 +++ b/man/man8/mencoder_selinux.8
 @@ -0,0 +1,100 @@
-+.TH  "mencoder_selinux"  "8"  "12-10-19" "mencoder" "SELinux Policy documentation for mencoder"
++.TH  "mencoder_selinux"  "8"  "12-11-01" "mencoder" "SELinux Policy documentation for mencoder"
 +.SH "NAME"
 +mencoder_selinux \- Security Enhanced Linux Policy for the mencoder processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mencoder processes via flexible mandatory access control.
 +
-+The mencoder processes execute with the mencoder_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mencoder processes execute with the mencoder_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -48427,41 +48829,41 @@ index 0000000..4139292
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mencoder policy is very flexible allowing users to setup their mencoder processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mencoder:
 +
 +.EX
-+.B mencoder_t 
++.B mencoder_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mencoder policy is very flexible allowing users to setup their mencoder processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mencoder:
 +
 +
 +.EX
 +.PP
-+.B mencoder_exec_t 
++.B mencoder_exec_t
 +.EE
 +
 +- Set files with the mencoder_exec_t type, if you want to transition an executable to the mencoder_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -48493,30 +48895,30 @@ index 0000000..4139292
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mencoder(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/mock_build_selinux.8 b/man/man8/mock_build_selinux.8
 new file mode 100644
-index 0000000..1ea082b
+index 0000000..82e2f70
 --- /dev/null
 +++ b/man/man8/mock_build_selinux.8
 @@ -0,0 +1,129 @@
-+.TH  "mock_build_selinux"  "8"  "12-10-19" "mock_build" "SELinux Policy documentation for mock_build"
++.TH  "mock_build_selinux"  "8"  "12-11-01" "mock_build" "SELinux Policy documentation for mock_build"
 +.SH "NAME"
 +mock_build_selinux \- Security Enhanced Linux Policy for the mock_build processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mock_build processes via flexible mandatory access control.
 +
-+The mock_build processes execute with the mock_build_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mock_build processes execute with the mock_build_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -48533,41 +48935,41 @@ index 0000000..1ea082b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mock_build policy is very flexible allowing users to setup their mock_build processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mock_build:
 +
 +.EX
-+.B mock_build_t 
++.B mock_build_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mock_build policy is very flexible allowing users to setup their mock_build processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mock_build:
 +
 +
 +.EX
 +.PP
-+.B mock_build_exec_t 
++.B mock_build_exec_t
 +.EE
 +
 +- Set files with the mock_build_exec_t type, if you want to transition an executable to the mock_build_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -48627,13 +49029,13 @@ index 0000000..1ea082b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mock_build(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -48641,18 +49043,18 @@ index 0000000..1ea082b
 \ No newline at end of file
 diff --git a/man/man8/mock_selinux.8 b/man/man8/mock_selinux.8
 new file mode 100644
-index 0000000..4eca5ec
+index 0000000..d8f798e
 --- /dev/null
 +++ b/man/man8/mock_selinux.8
 @@ -0,0 +1,190 @@
-+.TH  "mock_selinux"  "8"  "12-10-19" "mock" "SELinux Policy documentation for mock"
++.TH  "mock_selinux"  "8"  "12-11-01" "mock" "SELinux Policy documentation for mock"
 +.SH "NAME"
 +mock_selinux \- Security Enhanced Linux Policy for the mock processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mock processes via flexible mandatory access control.
 +
-+The mock processes execute with the mock_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mock processes execute with the mock_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -48669,17 +49071,17 @@ index 0000000..4eca5ec
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mock policy is very flexible allowing users to setup their mock processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mock:
 +
 +.EX
-+.B mock_t, mock_build_t 
++.B mock_t, mock_build_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -48701,19 +49103,19 @@ index 0000000..4eca5ec
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mock policy is very flexible allowing users to setup their mock processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mock:
 +
 +
 +.EX
 +.PP
-+.B mock_build_exec_t 
++.B mock_build_exec_t
 +.EE
 +
 +- Set files with the mock_build_exec_t type, if you want to transition an executable to the mock_build_t domain.
@@ -48721,7 +49123,7 @@ index 0000000..4eca5ec
 +
 +.EX
 +.PP
-+.B mock_cache_t 
++.B mock_cache_t
 +.EE
 +
 +- Set files with the mock_cache_t type, if you want to store the files under the /var/cache directory.
@@ -48729,7 +49131,7 @@ index 0000000..4eca5ec
 +
 +.EX
 +.PP
-+.B mock_etc_t 
++.B mock_etc_t
 +.EE
 +
 +- Set files with the mock_etc_t type, if you want to store mock files in the /etc directories.
@@ -48737,7 +49139,7 @@ index 0000000..4eca5ec
 +
 +.EX
 +.PP
-+.B mock_exec_t 
++.B mock_exec_t
 +.EE
 +
 +- Set files with the mock_exec_t type, if you want to transition an executable to the mock_t domain.
@@ -48745,7 +49147,7 @@ index 0000000..4eca5ec
 +
 +.EX
 +.PP
-+.B mock_tmp_t 
++.B mock_tmp_t
 +.EE
 +
 +- Set files with the mock_tmp_t type, if you want to store mock temporary files in the /tmp directories.
@@ -48753,15 +49155,15 @@ index 0000000..4eca5ec
 +
 +.EX
 +.PP
-+.B mock_var_lib_t 
++.B mock_var_lib_t
 +.EE
 +
 +- Set files with the mock_var_lib_t type, if you want to store the mock files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -48824,13 +49226,13 @@ index 0000000..4eca5ec
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mock(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -48838,18 +49240,18 @@ index 0000000..4eca5ec
 \ No newline at end of file
 diff --git a/man/man8/modemmanager_selinux.8 b/man/man8/modemmanager_selinux.8
 new file mode 100644
-index 0000000..0661efe
+index 0000000..97ff255
 --- /dev/null
 +++ b/man/man8/modemmanager_selinux.8
 @@ -0,0 +1,86 @@
-+.TH  "modemmanager_selinux"  "8"  "12-10-19" "modemmanager" "SELinux Policy documentation for modemmanager"
++.TH  "modemmanager_selinux"  "8"  "12-11-01" "modemmanager" "SELinux Policy documentation for modemmanager"
 +.SH "NAME"
 +modemmanager_selinux \- Security Enhanced Linux Policy for the modemmanager processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the modemmanager processes via flexible mandatory access control.
 +
-+The modemmanager processes execute with the modemmanager_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The modemmanager processes execute with the modemmanager_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -48866,41 +49268,41 @@ index 0000000..0661efe
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux modemmanager policy is very flexible allowing users to setup their modemmanager processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for modemmanager:
 +
 +.EX
-+.B modemmanager_t 
++.B modemmanager_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux modemmanager policy is very flexible allowing users to setup their modemmanager processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for modemmanager:
 +
 +
 +.EX
 +.PP
-+.B modemmanager_exec_t 
++.B modemmanager_exec_t
 +.EE
 +
 +- Set files with the modemmanager_exec_t type, if you want to transition an executable to the modemmanager_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -48918,30 +49320,30 @@ index 0000000..0661efe
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), modemmanager(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/mongod_selinux.8 b/man/man8/mongod_selinux.8
 new file mode 100644
-index 0000000..e098099
+index 0000000..a9bc3c3
 --- /dev/null
 +++ b/man/man8/mongod_selinux.8
 @@ -0,0 +1,186 @@
-+.TH  "mongod_selinux"  "8"  "12-10-19" "mongod" "SELinux Policy documentation for mongod"
++.TH  "mongod_selinux"  "8"  "12-11-01" "mongod" "SELinux Policy documentation for mongod"
 +.SH "NAME"
 +mongod_selinux \- Security Enhanced Linux Policy for the mongod processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mongod processes via flexible mandatory access control.
 +
-+The mongod processes execute with the mongod_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mongod processes execute with the mongod_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -48958,33 +49360,33 @@ index 0000000..e098099
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mongod policy is very flexible allowing users to setup their mongod processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mongod:
 +
 +.EX
-+.B mongod_t 
++.B mongod_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mongod policy is very flexible allowing users to setup their mongod processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mongod:
 +
 +
 +.EX
 +.PP
-+.B mongod_exec_t 
++.B mongod_exec_t
 +.EE
 +
 +- Set files with the mongod_exec_t type, if you want to transition an executable to the mongod_t domain.
@@ -48992,7 +49394,7 @@ index 0000000..e098099
 +
 +.EX
 +.PP
-+.B mongod_initrc_exec_t 
++.B mongod_initrc_exec_t
 +.EE
 +
 +- Set files with the mongod_initrc_exec_t type, if you want to transition an executable to the mongod_initrc_t domain.
@@ -49000,7 +49402,7 @@ index 0000000..e098099
 +
 +.EX
 +.PP
-+.B mongod_log_t 
++.B mongod_log_t
 +.EE
 +
 +- Set files with the mongod_log_t type, if you want to treat the data as mongod log data, usually stored under the /var/log directory.
@@ -49008,7 +49410,7 @@ index 0000000..e098099
 +
 +.EX
 +.PP
-+.B mongod_tmp_t 
++.B mongod_tmp_t
 +.EE
 +
 +- Set files with the mongod_tmp_t type, if you want to store mongod temporary files in the /tmp directories.
@@ -49016,7 +49418,7 @@ index 0000000..e098099
 +
 +.EX
 +.PP
-+.B mongod_var_lib_t 
++.B mongod_var_lib_t
 +.EE
 +
 +- Set files with the mongod_var_lib_t type, if you want to store the mongod files under the /var/lib directory.
@@ -49024,35 +49426,35 @@ index 0000000..e098099
 +
 +.EX
 +.PP
-+.B mongod_var_run_t 
++.B mongod_var_run_t
 +.EE
 +
 +- Set files with the mongod_var_run_t type, if you want to store the mongod files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux mongod policy is very flexible allowing users to setup their mongod processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for mongod:
 +
 +.EX
 +.TP 5
-+.B mongod_port_t 
++.B mongod_port_t
 +.TP 10
 +.EE
 +
@@ -49110,30 +49512,30 @@ index 0000000..e098099
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mongod(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/mount_ecryptfs_selinux.8 b/man/man8/mount_ecryptfs_selinux.8
 new file mode 100644
-index 0000000..738b214
+index 0000000..47e1952
 --- /dev/null
 +++ b/man/man8/mount_ecryptfs_selinux.8
 @@ -0,0 +1,125 @@
-+.TH  "mount_ecryptfs_selinux"  "8"  "12-10-19" "mount_ecryptfs" "SELinux Policy documentation for mount_ecryptfs"
++.TH  "mount_ecryptfs_selinux"  "8"  "12-11-01" "mount_ecryptfs" "SELinux Policy documentation for mount_ecryptfs"
 +.SH "NAME"
 +mount_ecryptfs_selinux \- Security Enhanced Linux Policy for the mount_ecryptfs processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mount_ecryptfs processes via flexible mandatory access control.
 +
-+The mount_ecryptfs processes execute with the mount_ecryptfs_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mount_ecryptfs processes execute with the mount_ecryptfs_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -49150,33 +49552,33 @@ index 0000000..738b214
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mount_ecryptfs policy is very flexible allowing users to setup their mount_ecryptfs processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mount_ecryptfs:
 +
 +.EX
-+.B mount_ecryptfs_t 
++.B mount_ecryptfs_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mount_ecryptfs policy is very flexible allowing users to setup their mount_ecryptfs processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mount_ecryptfs:
 +
 +
 +.EX
 +.PP
-+.B mount_ecryptfs_exec_t 
++.B mount_ecryptfs_exec_t
 +.EE
 +
 +- Set files with the mount_ecryptfs_exec_t type, if you want to transition an executable to the mount_ecryptfs_t domain.
@@ -49184,15 +49586,15 @@ index 0000000..738b214
 +
 +.EX
 +.PP
-+.B mount_ecryptfs_tmpfs_t 
++.B mount_ecryptfs_tmpfs_t
 +.EE
 +
 +- Set files with the mount_ecryptfs_tmpfs_t type, if you want to store mount ecryptfs files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -49240,13 +49642,13 @@ index 0000000..738b214
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mount_ecryptfs(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -49254,18 +49656,18 @@ index 0000000..738b214
 \ No newline at end of file
 diff --git a/man/man8/mount_selinux.8 b/man/man8/mount_selinux.8
 new file mode 100644
-index 0000000..0165b6b
+index 0000000..1f6de58
 --- /dev/null
 +++ b/man/man8/mount_selinux.8
 @@ -0,0 +1,242 @@
-+.TH  "mount_selinux"  "8"  "12-10-19" "mount" "SELinux Policy documentation for mount"
++.TH  "mount_selinux"  "8"  "12-11-01" "mount" "SELinux Policy documentation for mount"
 +.SH "NAME"
 +mount_selinux \- Security Enhanced Linux Policy for the mount processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mount processes via flexible mandatory access control.
 +
-+The mount processes execute with the mount_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mount processes execute with the mount_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -49274,25 +49676,25 @@ index 0000000..0165b6b
 +
 +.SH "ENTRYPOINTS"
 +
-+The mount_t SELinux type can be entered via the "fusermount_exec_t,mount_exec_t" file types.  The default entrypoint paths for the mount_t domain are the following:"
++The mount_t SELinux type can be entered via the "mount_exec_t,fusermount_exec_t" file types.  The default entrypoint paths for the mount_t domain are the following:"
 +
-+/bin/fusermount, /usr/bin/fusermount, /bin/mount.*, /bin/umount.*, /sbin/mount.*, /sbin/umount.*, /usr/bin/mount.*, /usr/bin/umount.*, /usr/sbin/mount.*, /usr/sbin/umount.*
++/bin/mount.*, /bin/umount.*, /sbin/mount.*, /sbin/umount.*, /usr/bin/mount.*, /usr/bin/umount.*, /usr/sbin/mount.*, /usr/sbin/umount.*, /bin/fusermount, /usr/bin/fusermount
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mount policy is very flexible allowing users to setup their mount processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mount:
 +
 +.EX
-+.B mount_t, mount_ecryptfs_t 
++.B mount_t, mount_ecryptfs_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -49328,19 +49730,19 @@ index 0000000..0165b6b
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mount policy is very flexible allowing users to setup their mount processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mount:
 +
 +
 +.EX
 +.PP
-+.B mount_ecryptfs_exec_t 
++.B mount_ecryptfs_exec_t
 +.EE
 +
 +- Set files with the mount_ecryptfs_exec_t type, if you want to transition an executable to the mount_ecryptfs_t domain.
@@ -49348,7 +49750,7 @@ index 0000000..0165b6b
 +
 +.EX
 +.PP
-+.B mount_ecryptfs_tmpfs_t 
++.B mount_ecryptfs_tmpfs_t
 +.EE
 +
 +- Set files with the mount_ecryptfs_tmpfs_t type, if you want to store mount ecryptfs files on a tmpfs file system.
@@ -49356,7 +49758,7 @@ index 0000000..0165b6b
 +
 +.EX
 +.PP
-+.B mount_exec_t 
++.B mount_exec_t
 +.EE
 +
 +- Set files with the mount_exec_t type, if you want to transition an executable to the mount_t domain.
@@ -49364,7 +49766,7 @@ index 0000000..0165b6b
 +
 +.EX
 +.PP
-+.B mount_loopback_t 
++.B mount_loopback_t
 +.EE
 +
 +- Set files with the mount_loopback_t type, if you want to treat the files as mount loopback data.
@@ -49372,7 +49774,7 @@ index 0000000..0165b6b
 +
 +.EX
 +.PP
-+.B mount_tmp_t 
++.B mount_tmp_t
 +.EE
 +
 +- Set files with the mount_tmp_t type, if you want to store mount temporary files in the /tmp directories.
@@ -49380,15 +49782,15 @@ index 0000000..0165b6b
 +
 +.EX
 +.PP
-+.B mount_var_run_t 
++.B mount_var_run_t
 +.EE
 +
 +- Set files with the mount_var_run_t type, if you want to store the mount files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -49418,10 +49820,10 @@ index 0000000..0165b6b
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -49489,13 +49891,13 @@ index 0000000..0165b6b
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mount(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -49503,18 +49905,18 @@ index 0000000..0165b6b
 \ No newline at end of file
 diff --git a/man/man8/mozilla_plugin_config_selinux.8 b/man/man8/mozilla_plugin_config_selinux.8
 new file mode 100644
-index 0000000..7eeda9a
+index 0000000..ad663f1
 --- /dev/null
 +++ b/man/man8/mozilla_plugin_config_selinux.8
 @@ -0,0 +1,233 @@
-+.TH  "mozilla_plugin_config_selinux"  "8"  "12-10-19" "mozilla_plugin_config" "SELinux Policy documentation for mozilla_plugin_config"
++.TH  "mozilla_plugin_config_selinux"  "8"  "12-11-01" "mozilla_plugin_config" "SELinux Policy documentation for mozilla_plugin_config"
 +.SH "NAME"
 +mozilla_plugin_config_selinux \- Security Enhanced Linux Policy for the mozilla_plugin_config processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mozilla_plugin_config processes via flexible mandatory access control.
 +
-+The mozilla_plugin_config processes execute with the mozilla_plugin_config_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mozilla_plugin_config processes execute with the mozilla_plugin_config_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -49531,41 +49933,41 @@ index 0000000..7eeda9a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mozilla_plugin_config policy is very flexible allowing users to setup their mozilla_plugin_config processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mozilla_plugin_config:
 +
 +.EX
-+.B mozilla_plugin_config_t 
++.B mozilla_plugin_config_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mozilla_plugin_config policy is very flexible allowing users to setup their mozilla_plugin_config processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mozilla_plugin_config:
 +
 +
 +.EX
 +.PP
-+.B mozilla_plugin_config_exec_t 
++.B mozilla_plugin_config_exec_t
 +.EE
 +
 +- Set files with the mozilla_plugin_config_exec_t type, if you want to transition an executable to the mozilla_plugin_config_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -49729,13 +50131,13 @@ index 0000000..7eeda9a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mozilla_plugin_config(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -49743,18 +50145,18 @@ index 0000000..7eeda9a
 \ No newline at end of file
 diff --git a/man/man8/mozilla_plugin_selinux.8 b/man/man8/mozilla_plugin_selinux.8
 new file mode 100644
-index 0000000..4d7ef86
+index 0000000..a873bb4
 --- /dev/null
 +++ b/man/man8/mozilla_plugin_selinux.8
-@@ -0,0 +1,390 @@
-+.TH  "mozilla_plugin_selinux"  "8"  "12-10-19" "mozilla_plugin" "SELinux Policy documentation for mozilla_plugin"
+@@ -0,0 +1,392 @@
++.TH  "mozilla_plugin_selinux"  "8"  "12-11-01" "mozilla_plugin" "SELinux Policy documentation for mozilla_plugin"
 +.SH "NAME"
 +mozilla_plugin_selinux \- Security Enhanced Linux Policy for the mozilla_plugin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mozilla_plugin processes via flexible mandatory access control.
 +
-+The mozilla_plugin processes execute with the mozilla_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mozilla_plugin processes execute with the mozilla_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -49771,17 +50173,17 @@ index 0000000..4d7ef86
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mozilla_plugin policy is very flexible allowing users to setup their mozilla_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mozilla_plugin:
 +
 +.EX
-+.B mozilla_plugin_config_t, mozilla_plugin_t 
++.B mozilla_plugin_config_t, mozilla_plugin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -49831,19 +50233,19 @@ index 0000000..4d7ef86
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mozilla_plugin policy is very flexible allowing users to setup their mozilla_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mozilla_plugin:
 +
 +
 +.EX
 +.PP
-+.B mozilla_plugin_config_exec_t 
++.B mozilla_plugin_config_exec_t
 +.EE
 +
 +- Set files with the mozilla_plugin_config_exec_t type, if you want to transition an executable to the mozilla_plugin_config_t domain.
@@ -49851,7 +50253,7 @@ index 0000000..4d7ef86
 +
 +.EX
 +.PP
-+.B mozilla_plugin_exec_t 
++.B mozilla_plugin_exec_t
 +.EE
 +
 +- Set files with the mozilla_plugin_exec_t type, if you want to transition an executable to the mozilla_plugin_t domain.
@@ -49859,7 +50261,7 @@ index 0000000..4d7ef86
 +
 +.EX
 +.PP
-+.B mozilla_plugin_rw_t 
++.B mozilla_plugin_rw_t
 +.EE
 +
 +- Set files with the mozilla_plugin_rw_t type, if you want to treat the files as mozilla plugin read/write content.
@@ -49867,7 +50269,7 @@ index 0000000..4d7ef86
 +
 +.EX
 +.PP
-+.B mozilla_plugin_tmp_t 
++.B mozilla_plugin_tmp_t
 +.EE
 +
 +- Set files with the mozilla_plugin_tmp_t type, if you want to store mozilla plugin temporary files in the /tmp directories.
@@ -49875,15 +50277,15 @@ index 0000000..4d7ef86
 +
 +.EX
 +.PP
-+.B mozilla_plugin_tmpfs_t 
++.B mozilla_plugin_tmpfs_t
 +.EE
 +
 +- Set files with the mozilla_plugin_tmpfs_t type, if you want to store mozilla plugin files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -49899,6 +50301,8 @@ index 0000000..4d7ef86
 +.br
 +.B home_cert_t
 +
++	/root/\.pki(/.*)?
++.br
 +	/root/\.cert(/.*)?
 +.br
 +	/home/[^/]*/.kde/share/apps/networkmanagement/certificates(/.*)?
@@ -50126,13 +50530,13 @@ index 0000000..4d7ef86
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mozilla_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -50140,18 +50544,18 @@ index 0000000..4d7ef86
 \ No newline at end of file
 diff --git a/man/man8/mozilla_selinux.8 b/man/man8/mozilla_selinux.8
 new file mode 100644
-index 0000000..c941a7d
+index 0000000..5c7618a
 --- /dev/null
 +++ b/man/man8/mozilla_selinux.8
 @@ -0,0 +1,422 @@
-+.TH  "mozilla_selinux"  "8"  "12-10-19" "mozilla" "SELinux Policy documentation for mozilla"
++.TH  "mozilla_selinux"  "8"  "12-11-01" "mozilla" "SELinux Policy documentation for mozilla"
 +.SH "NAME"
 +mozilla_selinux \- Security Enhanced Linux Policy for the mozilla processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mozilla processes via flexible mandatory access control.
 +
-+The mozilla processes execute with the mozilla_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mozilla processes execute with the mozilla_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -50168,17 +50572,17 @@ index 0000000..c941a7d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mozilla policy is very flexible allowing users to setup their mozilla processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mozilla:
 +
 +.EX
-+.B mozilla_t, mozilla_plugin_config_t, mozilla_plugin_t 
++.B mozilla_t, mozilla_plugin_config_t, mozilla_plugin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -50242,19 +50646,19 @@ index 0000000..c941a7d
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mozilla policy is very flexible allowing users to setup their mozilla processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mozilla:
 +
 +
 +.EX
 +.PP
-+.B mozilla_conf_t 
++.B mozilla_conf_t
 +.EE
 +
 +- Set files with the mozilla_conf_t type, if you want to treat the files as mozilla configuration data, usually stored under the /etc directory.
@@ -50262,7 +50666,7 @@ index 0000000..c941a7d
 +
 +.EX
 +.PP
-+.B mozilla_exec_t 
++.B mozilla_exec_t
 +.EE
 +
 +- Set files with the mozilla_exec_t type, if you want to transition an executable to the mozilla_t domain.
@@ -50270,7 +50674,7 @@ index 0000000..c941a7d
 +
 +.EX
 +.PP
-+.B mozilla_home_t 
++.B mozilla_home_t
 +.EE
 +
 +- Set files with the mozilla_home_t type, if you want to store mozilla files in the users home directory.
@@ -50278,7 +50682,7 @@ index 0000000..c941a7d
 +
 +.EX
 +.PP
-+.B mozilla_plugin_config_exec_t 
++.B mozilla_plugin_config_exec_t
 +.EE
 +
 +- Set files with the mozilla_plugin_config_exec_t type, if you want to transition an executable to the mozilla_plugin_config_t domain.
@@ -50286,7 +50690,7 @@ index 0000000..c941a7d
 +
 +.EX
 +.PP
-+.B mozilla_plugin_exec_t 
++.B mozilla_plugin_exec_t
 +.EE
 +
 +- Set files with the mozilla_plugin_exec_t type, if you want to transition an executable to the mozilla_plugin_t domain.
@@ -50294,7 +50698,7 @@ index 0000000..c941a7d
 +
 +.EX
 +.PP
-+.B mozilla_plugin_rw_t 
++.B mozilla_plugin_rw_t
 +.EE
 +
 +- Set files with the mozilla_plugin_rw_t type, if you want to treat the files as mozilla plugin read/write content.
@@ -50302,7 +50706,7 @@ index 0000000..c941a7d
 +
 +.EX
 +.PP
-+.B mozilla_plugin_tmp_t 
++.B mozilla_plugin_tmp_t
 +.EE
 +
 +- Set files with the mozilla_plugin_tmp_t type, if you want to store mozilla plugin temporary files in the /tmp directories.
@@ -50310,7 +50714,7 @@ index 0000000..c941a7d
 +
 +.EX
 +.PP
-+.B mozilla_plugin_tmpfs_t 
++.B mozilla_plugin_tmpfs_t
 +.EE
 +
 +- Set files with the mozilla_plugin_tmpfs_t type, if you want to store mozilla plugin files on a tmpfs file system.
@@ -50318,7 +50722,7 @@ index 0000000..c941a7d
 +
 +.EX
 +.PP
-+.B mozilla_tmp_t 
++.B mozilla_tmp_t
 +.EE
 +
 +- Set files with the mozilla_tmp_t type, if you want to store mozilla temporary files in the /tmp directories.
@@ -50326,15 +50730,15 @@ index 0000000..c941a7d
 +
 +.EX
 +.PP
-+.B mozilla_tmpfs_t 
++.B mozilla_tmpfs_t
 +.EE
 +
 +- Set files with the mozilla_tmpfs_t type, if you want to store mozilla files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -50555,13 +50959,13 @@ index 0000000..c941a7d
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mozilla(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -50569,18 +50973,18 @@ index 0000000..c941a7d
 \ No newline at end of file
 diff --git a/man/man8/mpd_selinux.8 b/man/man8/mpd_selinux.8
 new file mode 100644
-index 0000000..582aed8
+index 0000000..ee3fb08
 --- /dev/null
 +++ b/man/man8/mpd_selinux.8
 @@ -0,0 +1,296 @@
-+.TH  "mpd_selinux"  "8"  "12-10-19" "mpd" "SELinux Policy documentation for mpd"
++.TH  "mpd_selinux"  "8"  "12-11-01" "mpd" "SELinux Policy documentation for mpd"
 +.SH "NAME"
 +mpd_selinux \- Security Enhanced Linux Policy for the mpd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mpd processes via flexible mandatory access control.
 +
-+The mpd processes execute with the mpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mpd processes execute with the mpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -50597,17 +51001,17 @@ index 0000000..582aed8
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mpd policy is very flexible allowing users to setup their mpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mpd:
 +
 +.EX
-+.B mpd_t, mplayer_t 
++.B mpd_t, mplayer_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -50685,19 +51089,19 @@ index 0000000..582aed8
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mpd policy is very flexible allowing users to setup their mpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mpd:
 +
 +
 +.EX
 +.PP
-+.B mpd_data_t 
++.B mpd_data_t
 +.EE
 +
 +- Set files with the mpd_data_t type, if you want to treat the files as mpd content.
@@ -50705,7 +51109,7 @@ index 0000000..582aed8
 +
 +.EX
 +.PP
-+.B mpd_etc_t 
++.B mpd_etc_t
 +.EE
 +
 +- Set files with the mpd_etc_t type, if you want to store mpd files in the /etc directories.
@@ -50713,7 +51117,7 @@ index 0000000..582aed8
 +
 +.EX
 +.PP
-+.B mpd_exec_t 
++.B mpd_exec_t
 +.EE
 +
 +- Set files with the mpd_exec_t type, if you want to transition an executable to the mpd_t domain.
@@ -50721,7 +51125,7 @@ index 0000000..582aed8
 +
 +.EX
 +.PP
-+.B mpd_initrc_exec_t 
++.B mpd_initrc_exec_t
 +.EE
 +
 +- Set files with the mpd_initrc_exec_t type, if you want to transition an executable to the mpd_initrc_t domain.
@@ -50729,7 +51133,7 @@ index 0000000..582aed8
 +
 +.EX
 +.PP
-+.B mpd_log_t 
++.B mpd_log_t
 +.EE
 +
 +- Set files with the mpd_log_t type, if you want to treat the data as mpd log data, usually stored under the /var/log directory.
@@ -50737,7 +51141,7 @@ index 0000000..582aed8
 +
 +.EX
 +.PP
-+.B mpd_tmp_t 
++.B mpd_tmp_t
 +.EE
 +
 +- Set files with the mpd_tmp_t type, if you want to store mpd temporary files in the /tmp directories.
@@ -50745,7 +51149,7 @@ index 0000000..582aed8
 +
 +.EX
 +.PP
-+.B mpd_tmpfs_t 
++.B mpd_tmpfs_t
 +.EE
 +
 +- Set files with the mpd_tmpfs_t type, if you want to store mpd files on a tmpfs file system.
@@ -50753,35 +51157,35 @@ index 0000000..582aed8
 +
 +.EX
 +.PP
-+.B mpd_var_lib_t 
++.B mpd_var_lib_t
 +.EE
 +
 +- Set files with the mpd_var_lib_t type, if you want to store the mpd files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux mpd policy is very flexible allowing users to setup their mpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for mpd:
 +
 +.EX
 +.TP 5
-+.B mpd_port_t 
++.B mpd_port_t
 +.TP 10
 +.EE
 +
@@ -50858,13 +51262,13 @@ index 0000000..582aed8
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -50872,18 +51276,18 @@ index 0000000..582aed8
 \ No newline at end of file
 diff --git a/man/man8/mplayer_selinux.8 b/man/man8/mplayer_selinux.8
 new file mode 100644
-index 0000000..338bdfa
+index 0000000..5be39fe
 --- /dev/null
 +++ b/man/man8/mplayer_selinux.8
 @@ -0,0 +1,206 @@
-+.TH  "mplayer_selinux"  "8"  "12-10-19" "mplayer" "SELinux Policy documentation for mplayer"
++.TH  "mplayer_selinux"  "8"  "12-11-01" "mplayer" "SELinux Policy documentation for mplayer"
 +.SH "NAME"
 +mplayer_selinux \- Security Enhanced Linux Policy for the mplayer processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mplayer processes via flexible mandatory access control.
 +
-+The mplayer processes execute with the mplayer_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mplayer processes execute with the mplayer_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -50900,17 +51304,17 @@ index 0000000..338bdfa
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mplayer policy is very flexible allowing users to setup their mplayer processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mplayer:
 +
 +.EX
-+.B mplayer_t 
++.B mplayer_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -50946,19 +51350,19 @@ index 0000000..338bdfa
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mplayer policy is very flexible allowing users to setup their mplayer processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mplayer:
 +
 +
 +.EX
 +.PP
-+.B mplayer_etc_t 
++.B mplayer_etc_t
 +.EE
 +
 +- Set files with the mplayer_etc_t type, if you want to store mplayer files in the /etc directories.
@@ -50966,7 +51370,7 @@ index 0000000..338bdfa
 +
 +.EX
 +.PP
-+.B mplayer_exec_t 
++.B mplayer_exec_t
 +.EE
 +
 +- Set files with the mplayer_exec_t type, if you want to transition an executable to the mplayer_t domain.
@@ -50974,7 +51378,7 @@ index 0000000..338bdfa
 +
 +.EX
 +.PP
-+.B mplayer_home_t 
++.B mplayer_home_t
 +.EE
 +
 +- Set files with the mplayer_home_t type, if you want to store mplayer files in the users home directory.
@@ -50982,15 +51386,15 @@ index 0000000..338bdfa
 +
 +.EX
 +.PP
-+.B mplayer_tmpfs_t 
++.B mplayer_tmpfs_t
 +.EE
 +
 +- Set files with the mplayer_tmpfs_t type, if you want to store mplayer files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -51071,13 +51475,13 @@ index 0000000..338bdfa
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mplayer(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -51085,18 +51489,18 @@ index 0000000..338bdfa
 \ No newline at end of file
 diff --git a/man/man8/mrtg_selinux.8 b/man/man8/mrtg_selinux.8
 new file mode 100644
-index 0000000..425785f
+index 0000000..f49743b
 --- /dev/null
 +++ b/man/man8/mrtg_selinux.8
 @@ -0,0 +1,210 @@
-+.TH  "mrtg_selinux"  "8"  "12-10-19" "mrtg" "SELinux Policy documentation for mrtg"
++.TH  "mrtg_selinux"  "8"  "12-11-01" "mrtg" "SELinux Policy documentation for mrtg"
 +.SH "NAME"
 +mrtg_selinux \- Security Enhanced Linux Policy for the mrtg processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mrtg processes via flexible mandatory access control.
 +
-+The mrtg processes execute with the mrtg_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mrtg processes execute with the mrtg_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -51113,33 +51517,33 @@ index 0000000..425785f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mrtg policy is very flexible allowing users to setup their mrtg processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mrtg:
 +
 +.EX
-+.B mrtg_t 
++.B mrtg_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mrtg policy is very flexible allowing users to setup their mrtg processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mrtg:
 +
 +
 +.EX
 +.PP
-+.B mrtg_etc_t 
++.B mrtg_etc_t
 +.EE
 +
 +- Set files with the mrtg_etc_t type, if you want to store mrtg files in the /etc directories.
@@ -51147,7 +51551,7 @@ index 0000000..425785f
 +
 +.EX
 +.PP
-+.B mrtg_exec_t 
++.B mrtg_exec_t
 +.EE
 +
 +- Set files with the mrtg_exec_t type, if you want to transition an executable to the mrtg_t domain.
@@ -51155,7 +51559,7 @@ index 0000000..425785f
 +
 +.EX
 +.PP
-+.B mrtg_lock_t 
++.B mrtg_lock_t
 +.EE
 +
 +- Set files with the mrtg_lock_t type, if you want to treat the files as mrtg lock data, stored under the /var/lock directory
@@ -51163,7 +51567,7 @@ index 0000000..425785f
 +
 +.EX
 +.PP
-+.B mrtg_log_t 
++.B mrtg_log_t
 +.EE
 +
 +- Set files with the mrtg_log_t type, if you want to treat the data as mrtg log data, usually stored under the /var/log directory.
@@ -51171,7 +51575,7 @@ index 0000000..425785f
 +
 +.EX
 +.PP
-+.B mrtg_var_lib_t 
++.B mrtg_var_lib_t
 +.EE
 +
 +- Set files with the mrtg_var_lib_t type, if you want to store the mrtg files under the /var/lib directory.
@@ -51179,15 +51583,15 @@ index 0000000..425785f
 +
 +.EX
 +.PP
-+.B mrtg_var_run_t 
++.B mrtg_var_run_t
 +.EE
 +
 +- Set files with the mrtg_var_run_t type, if you want to store the mrtg files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -51289,30 +51693,30 @@ index 0000000..425785f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mrtg(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/mscan_selinux.8 b/man/man8/mscan_selinux.8
 new file mode 100644
-index 0000000..5e9afdf
+index 0000000..3349daa
 --- /dev/null
 +++ b/man/man8/mscan_selinux.8
 @@ -0,0 +1,204 @@
-+.TH  "mscan_selinux"  "8"  "12-10-19" "mscan" "SELinux Policy documentation for mscan"
++.TH  "mscan_selinux"  "8"  "12-11-01" "mscan" "SELinux Policy documentation for mscan"
 +.SH "NAME"
 +mscan_selinux \- Security Enhanced Linux Policy for the mscan processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mscan processes via flexible mandatory access control.
 +
-+The mscan processes execute with the mscan_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mscan processes execute with the mscan_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -51329,17 +51733,17 @@ index 0000000..5e9afdf
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mscan policy is very flexible allowing users to setup their mscan processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mscan:
 +
 +.EX
-+.B mscan_t 
++.B mscan_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -51375,19 +51779,19 @@ index 0000000..5e9afdf
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mscan policy is very flexible allowing users to setup their mscan processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mscan:
 +
 +
 +.EX
 +.PP
-+.B mscan_etc_t 
++.B mscan_etc_t
 +.EE
 +
 +- Set files with the mscan_etc_t type, if you want to store mscan files in the /etc directories.
@@ -51395,7 +51799,7 @@ index 0000000..5e9afdf
 +
 +.EX
 +.PP
-+.B mscan_exec_t 
++.B mscan_exec_t
 +.EE
 +
 +- Set files with the mscan_exec_t type, if you want to transition an executable to the mscan_t domain.
@@ -51403,7 +51807,7 @@ index 0000000..5e9afdf
 +
 +.EX
 +.PP
-+.B mscan_initrc_exec_t 
++.B mscan_initrc_exec_t
 +.EE
 +
 +- Set files with the mscan_initrc_exec_t type, if you want to transition an executable to the mscan_initrc_t domain.
@@ -51411,7 +51815,7 @@ index 0000000..5e9afdf
 +
 +.EX
 +.PP
-+.B mscan_tmp_t 
++.B mscan_tmp_t
 +.EE
 +
 +- Set files with the mscan_tmp_t type, if you want to store mscan temporary files in the /tmp directories.
@@ -51419,15 +51823,15 @@ index 0000000..5e9afdf
 +
 +.EX
 +.PP
-+.B mscan_var_run_t 
++.B mscan_var_run_t
 +.EE
 +
 +- Set files with the mscan_var_run_t type, if you want to store the mscan files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -51498,13 +51902,13 @@ index 0000000..5e9afdf
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mscan(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -51512,18 +51916,18 @@ index 0000000..5e9afdf
 \ No newline at end of file
 diff --git a/man/man8/munin_selinux.8 b/man/man8/munin_selinux.8
 new file mode 100644
-index 0000000..3dd443d
+index 0000000..4e6e830
 --- /dev/null
 +++ b/man/man8/munin_selinux.8
 @@ -0,0 +1,222 @@
-+.TH  "munin_selinux"  "8"  "12-10-19" "munin" "SELinux Policy documentation for munin"
++.TH  "munin_selinux"  "8"  "12-11-01" "munin" "SELinux Policy documentation for munin"
 +.SH "NAME"
 +munin_selinux \- Security Enhanced Linux Policy for the munin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the munin processes via flexible mandatory access control.
 +
-+The munin processes execute with the munin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The munin processes execute with the munin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -51540,33 +51944,33 @@ index 0000000..3dd443d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux munin policy is very flexible allowing users to setup their munin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for munin:
 +
 +.EX
-+.B munin_t 
++.B munin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux munin policy is very flexible allowing users to setup their munin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for munin:
 +
 +
 +.EX
 +.PP
-+.B munin_etc_t 
++.B munin_etc_t
 +.EE
 +
 +- Set files with the munin_etc_t type, if you want to store munin files in the /etc directories.
@@ -51574,7 +51978,7 @@ index 0000000..3dd443d
 +
 +.EX
 +.PP
-+.B munin_exec_t 
++.B munin_exec_t
 +.EE
 +
 +- Set files with the munin_exec_t type, if you want to transition an executable to the munin_t domain.
@@ -51582,7 +51986,7 @@ index 0000000..3dd443d
 +
 +.EX
 +.PP
-+.B munin_initrc_exec_t 
++.B munin_initrc_exec_t
 +.EE
 +
 +- Set files with the munin_initrc_exec_t type, if you want to transition an executable to the munin_initrc_t domain.
@@ -51590,7 +51994,7 @@ index 0000000..3dd443d
 +
 +.EX
 +.PP
-+.B munin_log_t 
++.B munin_log_t
 +.EE
 +
 +- Set files with the munin_log_t type, if you want to treat the data as munin log data, usually stored under the /var/log directory.
@@ -51598,7 +52002,7 @@ index 0000000..3dd443d
 +
 +.EX
 +.PP
-+.B munin_plugin_state_t 
++.B munin_plugin_state_t
 +.EE
 +
 +- Set files with the munin_plugin_state_t type, if you want to treat the files as munin plugin state data.
@@ -51606,7 +52010,7 @@ index 0000000..3dd443d
 +
 +.EX
 +.PP
-+.B munin_tmp_t 
++.B munin_tmp_t
 +.EE
 +
 +- Set files with the munin_tmp_t type, if you want to store munin temporary files in the /tmp directories.
@@ -51614,7 +52018,7 @@ index 0000000..3dd443d
 +
 +.EX
 +.PP
-+.B munin_var_lib_t 
++.B munin_var_lib_t
 +.EE
 +
 +- Set files with the munin_var_lib_t type, if you want to store the munin files under the /var/lib directory.
@@ -51622,35 +52026,35 @@ index 0000000..3dd443d
 +
 +.EX
 +.PP
-+.B munin_var_run_t 
++.B munin_var_run_t
 +.EE
 +
 +- Set files with the munin_var_run_t type, if you want to store the munin files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux munin policy is very flexible allowing users to setup their munin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for munin:
 +
 +.EX
 +.TP 5
-+.B munin_port_t 
++.B munin_port_t
 +.TP 10
 +.EE
 +
@@ -51728,30 +52132,30 @@ index 0000000..3dd443d
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), munin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/mysqld_safe_selinux.8 b/man/man8/mysqld_safe_selinux.8
 new file mode 100644
-index 0000000..cfdbddd
+index 0000000..33c4086
 --- /dev/null
 +++ b/man/man8/mysqld_safe_selinux.8
 @@ -0,0 +1,111 @@
-+.TH  "mysqld_safe_selinux"  "8"  "12-10-19" "mysqld_safe" "SELinux Policy documentation for mysqld_safe"
++.TH  "mysqld_safe_selinux"  "8"  "12-11-01" "mysqld_safe" "SELinux Policy documentation for mysqld_safe"
 +.SH "NAME"
 +mysqld_safe_selinux \- Security Enhanced Linux Policy for the mysqld_safe processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mysqld_safe processes via flexible mandatory access control.
 +
-+The mysqld_safe processes execute with the mysqld_safe_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mysqld_safe processes execute with the mysqld_safe_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -51768,41 +52172,41 @@ index 0000000..cfdbddd
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mysqld_safe policy is very flexible allowing users to setup their mysqld_safe processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mysqld_safe:
 +
 +.EX
-+.B mysqld_safe_t 
++.B mysqld_safe_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mysqld_safe policy is very flexible allowing users to setup their mysqld_safe processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mysqld_safe:
 +
 +
 +.EX
 +.PP
-+.B mysqld_safe_exec_t 
++.B mysqld_safe_exec_t
 +.EE
 +
 +- Set files with the mysqld_safe_exec_t type, if you want to transition an executable to the mysqld_safe_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -51844,13 +52248,13 @@ index 0000000..cfdbddd
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mysqld_safe(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -51858,18 +52262,18 @@ index 0000000..cfdbddd
 \ No newline at end of file
 diff --git a/man/man8/mysqld_selinux.8 b/man/man8/mysqld_selinux.8
 new file mode 100644
-index 0000000..353b095
+index 0000000..4a21c03
 --- /dev/null
 +++ b/man/man8/mysqld_selinux.8
 @@ -0,0 +1,283 @@
-+.TH  "mysqld_selinux"  "8"  "12-10-19" "mysqld" "SELinux Policy documentation for mysqld"
++.TH  "mysqld_selinux"  "8"  "12-11-01" "mysqld" "SELinux Policy documentation for mysqld"
 +.SH "NAME"
 +mysqld_selinux \- Security Enhanced Linux Policy for the mysqld processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mysqld processes via flexible mandatory access control.
 +
-+The mysqld processes execute with the mysqld_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mysqld processes execute with the mysqld_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -51886,17 +52290,17 @@ index 0000000..353b095
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mysqld policy is very flexible allowing users to setup their mysqld processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mysqld:
 +
 +.EX
-+.B mysqld_safe_t, mysqlmanagerd_t, mysqld_t 
++.B mysqld_safe_t, mysqlmanagerd_t, mysqld_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -51932,19 +52336,19 @@ index 0000000..353b095
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mysqld policy is very flexible allowing users to setup their mysqld processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mysqld:
 +
 +
 +.EX
 +.PP
-+.B mysqld_db_t 
++.B mysqld_db_t
 +.EE
 +
 +- Set files with the mysqld_db_t type, if you want to treat the files as mysqld database content.
@@ -51952,7 +52356,7 @@ index 0000000..353b095
 +
 +.EX
 +.PP
-+.B mysqld_etc_t 
++.B mysqld_etc_t
 +.EE
 +
 +- Set files with the mysqld_etc_t type, if you want to store mysqld files in the /etc directories.
@@ -51960,7 +52364,7 @@ index 0000000..353b095
 +
 +.EX
 +.PP
-+.B mysqld_exec_t 
++.B mysqld_exec_t
 +.EE
 +
 +- Set files with the mysqld_exec_t type, if you want to transition an executable to the mysqld_t domain.
@@ -51968,7 +52372,7 @@ index 0000000..353b095
 +
 +.EX
 +.PP
-+.B mysqld_home_t 
++.B mysqld_home_t
 +.EE
 +
 +- Set files with the mysqld_home_t type, if you want to store mysqld files in the users home directory.
@@ -51976,7 +52380,7 @@ index 0000000..353b095
 +
 +.EX
 +.PP
-+.B mysqld_initrc_exec_t 
++.B mysqld_initrc_exec_t
 +.EE
 +
 +- Set files with the mysqld_initrc_exec_t type, if you want to transition an executable to the mysqld_initrc_t domain.
@@ -51984,7 +52388,7 @@ index 0000000..353b095
 +
 +.EX
 +.PP
-+.B mysqld_log_t 
++.B mysqld_log_t
 +.EE
 +
 +- Set files with the mysqld_log_t type, if you want to treat the data as mysqld log data, usually stored under the /var/log directory.
@@ -51992,7 +52396,7 @@ index 0000000..353b095
 +
 +.EX
 +.PP
-+.B mysqld_safe_exec_t 
++.B mysqld_safe_exec_t
 +.EE
 +
 +- Set files with the mysqld_safe_exec_t type, if you want to transition an executable to the mysqld_safe_t domain.
@@ -52000,7 +52404,7 @@ index 0000000..353b095
 +
 +.EX
 +.PP
-+.B mysqld_tmp_t 
++.B mysqld_tmp_t
 +.EE
 +
 +- Set files with the mysqld_tmp_t type, if you want to store mysqld temporary files in the /tmp directories.
@@ -52008,7 +52412,7 @@ index 0000000..353b095
 +
 +.EX
 +.PP
-+.B mysqld_unit_file_t 
++.B mysqld_unit_file_t
 +.EE
 +
 +- Set files with the mysqld_unit_file_t type, if you want to treat the files as mysqld unit content.
@@ -52016,35 +52420,35 @@ index 0000000..353b095
 +
 +.EX
 +.PP
-+.B mysqld_var_run_t 
++.B mysqld_var_run_t
 +.EE
 +
 +- Set files with the mysqld_var_run_t type, if you want to store the mysqld files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux mysqld policy is very flexible allowing users to setup their mysqld processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for mysqld:
 +
 +.EX
 +.TP 5
-+.B mysqld_port_t 
++.B mysqld_port_t
 +.TP 10
 +.EE
 +
@@ -52055,7 +52459,7 @@ index 0000000..353b095
 +
 +.EX
 +.TP 5
-+.B mysqlmanagerd_port_t 
++.B mysqlmanagerd_port_t
 +.TP 10
 +.EE
 +
@@ -52134,13 +52538,13 @@ index 0000000..353b095
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mysqld(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -52148,18 +52552,18 @@ index 0000000..353b095
 \ No newline at end of file
 diff --git a/man/man8/mysqlmanagerd_selinux.8 b/man/man8/mysqlmanagerd_selinux.8
 new file mode 100644
-index 0000000..2669008
+index 0000000..1634a0c
 --- /dev/null
 +++ b/man/man8/mysqlmanagerd_selinux.8
 @@ -0,0 +1,138 @@
-+.TH  "mysqlmanagerd_selinux"  "8"  "12-10-19" "mysqlmanagerd" "SELinux Policy documentation for mysqlmanagerd"
++.TH  "mysqlmanagerd_selinux"  "8"  "12-11-01" "mysqlmanagerd" "SELinux Policy documentation for mysqlmanagerd"
 +.SH "NAME"
 +mysqlmanagerd_selinux \- Security Enhanced Linux Policy for the mysqlmanagerd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the mysqlmanagerd processes via flexible mandatory access control.
 +
-+The mysqlmanagerd processes execute with the mysqlmanagerd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The mysqlmanagerd processes execute with the mysqlmanagerd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -52176,33 +52580,33 @@ index 0000000..2669008
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux mysqlmanagerd policy is very flexible allowing users to setup their mysqlmanagerd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for mysqlmanagerd:
 +
 +.EX
-+.B mysqlmanagerd_t 
++.B mysqlmanagerd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux mysqlmanagerd policy is very flexible allowing users to setup their mysqlmanagerd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for mysqlmanagerd:
 +
 +
 +.EX
 +.PP
-+.B mysqlmanagerd_exec_t 
++.B mysqlmanagerd_exec_t
 +.EE
 +
 +- Set files with the mysqlmanagerd_exec_t type, if you want to transition an executable to the mysqlmanagerd_t domain.
@@ -52210,7 +52614,7 @@ index 0000000..2669008
 +
 +.EX
 +.PP
-+.B mysqlmanagerd_initrc_exec_t 
++.B mysqlmanagerd_initrc_exec_t
 +.EE
 +
 +- Set files with the mysqlmanagerd_initrc_exec_t type, if you want to transition an executable to the mysqlmanagerd_initrc_t domain.
@@ -52218,35 +52622,35 @@ index 0000000..2669008
 +
 +.EX
 +.PP
-+.B mysqlmanagerd_var_run_t 
++.B mysqlmanagerd_var_run_t
 +.EE
 +
 +- Set files with the mysqlmanagerd_var_run_t type, if you want to store the mysqlmanagerd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux mysqlmanagerd policy is very flexible allowing users to setup their mysqlmanagerd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for mysqlmanagerd:
 +
 +.EX
 +.TP 5
-+.B mysqlmanagerd_port_t 
++.B mysqlmanagerd_port_t
 +.TP 10
 +.EE
 +
@@ -52280,30 +52684,30 @@ index 0000000..2669008
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), mysqlmanagerd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/nagios_admin_plugin_selinux.8 b/man/man8/nagios_admin_plugin_selinux.8
 new file mode 100644
-index 0000000..0cdcd8d
+index 0000000..505d3a1
 --- /dev/null
 +++ b/man/man8/nagios_admin_plugin_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "nagios_admin_plugin_selinux"  "8"  "12-10-19" "nagios_admin_plugin" "SELinux Policy documentation for nagios_admin_plugin"
++.TH  "nagios_admin_plugin_selinux"  "8"  "12-11-01" "nagios_admin_plugin" "SELinux Policy documentation for nagios_admin_plugin"
 +.SH "NAME"
 +nagios_admin_plugin_selinux \- Security Enhanced Linux Policy for the nagios_admin_plugin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nagios_admin_plugin processes via flexible mandatory access control.
 +
-+The nagios_admin_plugin processes execute with the nagios_admin_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nagios_admin_plugin processes execute with the nagios_admin_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -52320,41 +52724,41 @@ index 0000000..0cdcd8d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nagios_admin_plugin policy is very flexible allowing users to setup their nagios_admin_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nagios_admin_plugin:
 +
 +.EX
-+.B nagios_admin_plugin_t 
++.B nagios_admin_plugin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nagios_admin_plugin policy is very flexible allowing users to setup their nagios_admin_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nagios_admin_plugin:
 +
 +
 +.EX
 +.PP
-+.B nagios_admin_plugin_exec_t 
++.B nagios_admin_plugin_exec_t
 +.EE
 +
 +- Set files with the nagios_admin_plugin_exec_t type, if you want to transition an executable to the nagios_admin_plugin_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -52372,13 +52776,13 @@ index 0000000..0cdcd8d
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nagios_admin_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -52386,18 +52790,18 @@ index 0000000..0cdcd8d
 \ No newline at end of file
 diff --git a/man/man8/nagios_checkdisk_plugin_selinux.8 b/man/man8/nagios_checkdisk_plugin_selinux.8
 new file mode 100644
-index 0000000..43b8d3f
+index 0000000..9ccef93
 --- /dev/null
 +++ b/man/man8/nagios_checkdisk_plugin_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "nagios_checkdisk_plugin_selinux"  "8"  "12-10-19" "nagios_checkdisk_plugin" "SELinux Policy documentation for nagios_checkdisk_plugin"
++.TH  "nagios_checkdisk_plugin_selinux"  "8"  "12-11-01" "nagios_checkdisk_plugin" "SELinux Policy documentation for nagios_checkdisk_plugin"
 +.SH "NAME"
 +nagios_checkdisk_plugin_selinux \- Security Enhanced Linux Policy for the nagios_checkdisk_plugin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nagios_checkdisk_plugin processes via flexible mandatory access control.
 +
-+The nagios_checkdisk_plugin processes execute with the nagios_checkdisk_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nagios_checkdisk_plugin processes execute with the nagios_checkdisk_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -52414,41 +52818,41 @@ index 0000000..43b8d3f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nagios_checkdisk_plugin policy is very flexible allowing users to setup their nagios_checkdisk_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nagios_checkdisk_plugin:
 +
 +.EX
-+.B nagios_checkdisk_plugin_t 
++.B nagios_checkdisk_plugin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nagios_checkdisk_plugin policy is very flexible allowing users to setup their nagios_checkdisk_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nagios_checkdisk_plugin:
 +
 +
 +.EX
 +.PP
-+.B nagios_checkdisk_plugin_exec_t 
++.B nagios_checkdisk_plugin_exec_t
 +.EE
 +
 +- Set files with the nagios_checkdisk_plugin_exec_t type, if you want to transition an executable to the nagios_checkdisk_plugin_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -52466,13 +52870,13 @@ index 0000000..43b8d3f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nagios_checkdisk_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -52480,18 +52884,18 @@ index 0000000..43b8d3f
 \ No newline at end of file
 diff --git a/man/man8/nagios_eventhandler_plugin_selinux.8 b/man/man8/nagios_eventhandler_plugin_selinux.8
 new file mode 100644
-index 0000000..6062bdf
+index 0000000..507c175
 --- /dev/null
 +++ b/man/man8/nagios_eventhandler_plugin_selinux.8
 @@ -0,0 +1,111 @@
-+.TH  "nagios_eventhandler_plugin_selinux"  "8"  "12-10-19" "nagios_eventhandler_plugin" "SELinux Policy documentation for nagios_eventhandler_plugin"
++.TH  "nagios_eventhandler_plugin_selinux"  "8"  "12-11-01" "nagios_eventhandler_plugin" "SELinux Policy documentation for nagios_eventhandler_plugin"
 +.SH "NAME"
 +nagios_eventhandler_plugin_selinux \- Security Enhanced Linux Policy for the nagios_eventhandler_plugin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nagios_eventhandler_plugin processes via flexible mandatory access control.
 +
-+The nagios_eventhandler_plugin processes execute with the nagios_eventhandler_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nagios_eventhandler_plugin processes execute with the nagios_eventhandler_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -52508,33 +52912,33 @@ index 0000000..6062bdf
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nagios_eventhandler_plugin policy is very flexible allowing users to setup their nagios_eventhandler_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nagios_eventhandler_plugin:
 +
 +.EX
-+.B nagios_eventhandler_plugin_t 
++.B nagios_eventhandler_plugin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nagios_eventhandler_plugin policy is very flexible allowing users to setup their nagios_eventhandler_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nagios_eventhandler_plugin:
 +
 +
 +.EX
 +.PP
-+.B nagios_eventhandler_plugin_exec_t 
++.B nagios_eventhandler_plugin_exec_t
 +.EE
 +
 +- Set files with the nagios_eventhandler_plugin_exec_t type, if you want to transition an executable to the nagios_eventhandler_plugin_t domain.
@@ -52542,15 +52946,15 @@ index 0000000..6062bdf
 +
 +.EX
 +.PP
-+.B nagios_eventhandler_plugin_tmp_t 
++.B nagios_eventhandler_plugin_tmp_t
 +.EE
 +
 +- Set files with the nagios_eventhandler_plugin_tmp_t type, if you want to store nagios eventhandler plugin temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -52584,13 +52988,13 @@ index 0000000..6062bdf
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nagios_eventhandler_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -52598,18 +53002,18 @@ index 0000000..6062bdf
 \ No newline at end of file
 diff --git a/man/man8/nagios_mail_plugin_selinux.8 b/man/man8/nagios_mail_plugin_selinux.8
 new file mode 100644
-index 0000000..0267447
+index 0000000..0140264
 --- /dev/null
 +++ b/man/man8/nagios_mail_plugin_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "nagios_mail_plugin_selinux"  "8"  "12-10-19" "nagios_mail_plugin" "SELinux Policy documentation for nagios_mail_plugin"
++.TH  "nagios_mail_plugin_selinux"  "8"  "12-11-01" "nagios_mail_plugin" "SELinux Policy documentation for nagios_mail_plugin"
 +.SH "NAME"
 +nagios_mail_plugin_selinux \- Security Enhanced Linux Policy for the nagios_mail_plugin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nagios_mail_plugin processes via flexible mandatory access control.
 +
-+The nagios_mail_plugin processes execute with the nagios_mail_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nagios_mail_plugin processes execute with the nagios_mail_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -52626,41 +53030,41 @@ index 0000000..0267447
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nagios_mail_plugin policy is very flexible allowing users to setup their nagios_mail_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nagios_mail_plugin:
 +
 +.EX
-+.B nagios_mail_plugin_t 
++.B nagios_mail_plugin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nagios_mail_plugin policy is very flexible allowing users to setup their nagios_mail_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nagios_mail_plugin:
 +
 +
 +.EX
 +.PP
-+.B nagios_mail_plugin_exec_t 
++.B nagios_mail_plugin_exec_t
 +.EE
 +
 +- Set files with the nagios_mail_plugin_exec_t type, if you want to transition an executable to the nagios_mail_plugin_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -52678,13 +53082,13 @@ index 0000000..0267447
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nagios_mail_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -52692,18 +53096,18 @@ index 0000000..0267447
 \ No newline at end of file
 diff --git a/man/man8/nagios_selinux.8 b/man/man8/nagios_selinux.8
 new file mode 100644
-index 0000000..8bc7a6f
+index 0000000..2208671
 --- /dev/null
 +++ b/man/man8/nagios_selinux.8
 @@ -0,0 +1,257 @@
-+.TH  "nagios_selinux"  "8"  "12-10-19" "nagios" "SELinux Policy documentation for nagios"
++.TH  "nagios_selinux"  "8"  "12-11-01" "nagios" "SELinux Policy documentation for nagios"
 +.SH "NAME"
 +nagios_selinux \- Security Enhanced Linux Policy for the nagios processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nagios processes via flexible mandatory access control.
 +
-+The nagios processes execute with the nagios_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nagios processes execute with the nagios_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -52720,33 +53124,33 @@ index 0000000..8bc7a6f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nagios policy is very flexible allowing users to setup their nagios processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nagios:
 +
 +.EX
-+.B nagios_t, nagios_mail_plugin_t, nagios_checkdisk_plugin_t, nagios_services_plugin_t, nagios_eventhandler_plugin_t, nagios_system_plugin_t, nagios_unconfined_plugin_t, nagios_admin_plugin_t 
++.B nagios_t, nagios_mail_plugin_t, nagios_checkdisk_plugin_t, nagios_services_plugin_t, nagios_eventhandler_plugin_t, nagios_system_plugin_t, nagios_unconfined_plugin_t, nagios_admin_plugin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nagios policy is very flexible allowing users to setup their nagios processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nagios:
 +
 +
 +.EX
 +.PP
-+.B nagios_admin_plugin_exec_t 
++.B nagios_admin_plugin_exec_t
 +.EE
 +
 +- Set files with the nagios_admin_plugin_exec_t type, if you want to transition an executable to the nagios_admin_plugin_t domain.
@@ -52754,7 +53158,7 @@ index 0000000..8bc7a6f
 +
 +.EX
 +.PP
-+.B nagios_checkdisk_plugin_exec_t 
++.B nagios_checkdisk_plugin_exec_t
 +.EE
 +
 +- Set files with the nagios_checkdisk_plugin_exec_t type, if you want to transition an executable to the nagios_checkdisk_plugin_t domain.
@@ -52762,7 +53166,7 @@ index 0000000..8bc7a6f
 +
 +.EX
 +.PP
-+.B nagios_etc_t 
++.B nagios_etc_t
 +.EE
 +
 +- Set files with the nagios_etc_t type, if you want to store nagios files in the /etc directories.
@@ -52770,7 +53174,7 @@ index 0000000..8bc7a6f
 +
 +.EX
 +.PP
-+.B nagios_eventhandler_plugin_exec_t 
++.B nagios_eventhandler_plugin_exec_t
 +.EE
 +
 +- Set files with the nagios_eventhandler_plugin_exec_t type, if you want to transition an executable to the nagios_eventhandler_plugin_t domain.
@@ -52778,7 +53182,7 @@ index 0000000..8bc7a6f
 +
 +.EX
 +.PP
-+.B nagios_eventhandler_plugin_tmp_t 
++.B nagios_eventhandler_plugin_tmp_t
 +.EE
 +
 +- Set files with the nagios_eventhandler_plugin_tmp_t type, if you want to store nagios eventhandler plugin temporary files in the /tmp directories.
@@ -52786,7 +53190,7 @@ index 0000000..8bc7a6f
 +
 +.EX
 +.PP
-+.B nagios_exec_t 
++.B nagios_exec_t
 +.EE
 +
 +- Set files with the nagios_exec_t type, if you want to transition an executable to the nagios_t domain.
@@ -52794,7 +53198,7 @@ index 0000000..8bc7a6f
 +
 +.EX
 +.PP
-+.B nagios_initrc_exec_t 
++.B nagios_initrc_exec_t
 +.EE
 +
 +- Set files with the nagios_initrc_exec_t type, if you want to transition an executable to the nagios_initrc_t domain.
@@ -52802,7 +53206,7 @@ index 0000000..8bc7a6f
 +
 +.EX
 +.PP
-+.B nagios_log_t 
++.B nagios_log_t
 +.EE
 +
 +- Set files with the nagios_log_t type, if you want to treat the data as nagios log data, usually stored under the /var/log directory.
@@ -52810,7 +53214,7 @@ index 0000000..8bc7a6f
 +
 +.EX
 +.PP
-+.B nagios_mail_plugin_exec_t 
++.B nagios_mail_plugin_exec_t
 +.EE
 +
 +- Set files with the nagios_mail_plugin_exec_t type, if you want to transition an executable to the nagios_mail_plugin_t domain.
@@ -52818,7 +53222,7 @@ index 0000000..8bc7a6f
 +
 +.EX
 +.PP
-+.B nagios_services_plugin_exec_t 
++.B nagios_services_plugin_exec_t
 +.EE
 +
 +- Set files with the nagios_services_plugin_exec_t type, if you want to transition an executable to the nagios_services_plugin_t domain.
@@ -52826,7 +53230,7 @@ index 0000000..8bc7a6f
 +
 +.EX
 +.PP
-+.B nagios_spool_t 
++.B nagios_spool_t
 +.EE
 +
 +- Set files with the nagios_spool_t type, if you want to store the nagios files under the /var/spool directory.
@@ -52834,7 +53238,7 @@ index 0000000..8bc7a6f
 +
 +.EX
 +.PP
-+.B nagios_system_plugin_exec_t 
++.B nagios_system_plugin_exec_t
 +.EE
 +
 +- Set files with the nagios_system_plugin_exec_t type, if you want to transition an executable to the nagios_system_plugin_t domain.
@@ -52842,7 +53246,7 @@ index 0000000..8bc7a6f
 +
 +.EX
 +.PP
-+.B nagios_system_plugin_tmp_t 
++.B nagios_system_plugin_tmp_t
 +.EE
 +
 +- Set files with the nagios_system_plugin_tmp_t type, if you want to store nagios system plugin temporary files in the /tmp directories.
@@ -52850,7 +53254,7 @@ index 0000000..8bc7a6f
 +
 +.EX
 +.PP
-+.B nagios_tmp_t 
++.B nagios_tmp_t
 +.EE
 +
 +- Set files with the nagios_tmp_t type, if you want to store nagios temporary files in the /tmp directories.
@@ -52858,7 +53262,7 @@ index 0000000..8bc7a6f
 +
 +.EX
 +.PP
-+.B nagios_unconfined_plugin_exec_t 
++.B nagios_unconfined_plugin_exec_t
 +.EE
 +
 +- Set files with the nagios_unconfined_plugin_exec_t type, if you want to transition an executable to the nagios_unconfined_plugin_t domain.
@@ -52866,7 +53270,7 @@ index 0000000..8bc7a6f
 +
 +.EX
 +.PP
-+.B nagios_var_lib_t 
++.B nagios_var_lib_t
 +.EE
 +
 +- Set files with the nagios_var_lib_t type, if you want to store the nagios files under the /var/lib directory.
@@ -52874,15 +53278,15 @@ index 0000000..8bc7a6f
 +
 +.EX
 +.PP
-+.B nagios_var_run_t 
++.B nagios_var_run_t
 +.EE
 +
 +- Set files with the nagios_var_run_t type, if you want to store the nagios files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -52942,13 +53346,13 @@ index 0000000..8bc7a6f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nagios(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -52956,18 +53360,18 @@ index 0000000..8bc7a6f
 \ No newline at end of file
 diff --git a/man/man8/nagios_services_plugin_selinux.8 b/man/man8/nagios_services_plugin_selinux.8
 new file mode 100644
-index 0000000..235655f
+index 0000000..4b2f93e
 --- /dev/null
 +++ b/man/man8/nagios_services_plugin_selinux.8
 @@ -0,0 +1,101 @@
-+.TH  "nagios_services_plugin_selinux"  "8"  "12-10-19" "nagios_services_plugin" "SELinux Policy documentation for nagios_services_plugin"
++.TH  "nagios_services_plugin_selinux"  "8"  "12-11-01" "nagios_services_plugin" "SELinux Policy documentation for nagios_services_plugin"
 +.SH "NAME"
 +nagios_services_plugin_selinux \- Security Enhanced Linux Policy for the nagios_services_plugin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nagios_services_plugin processes via flexible mandatory access control.
 +
-+The nagios_services_plugin processes execute with the nagios_services_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nagios_services_plugin processes execute with the nagios_services_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -52984,41 +53388,41 @@ index 0000000..235655f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nagios_services_plugin policy is very flexible allowing users to setup their nagios_services_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nagios_services_plugin:
 +
 +.EX
-+.B nagios_services_plugin_t 
++.B nagios_services_plugin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nagios_services_plugin policy is very flexible allowing users to setup their nagios_services_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nagios_services_plugin:
 +
 +
 +.EX
 +.PP
-+.B nagios_services_plugin_exec_t 
++.B nagios_services_plugin_exec_t
 +.EE
 +
 +- Set files with the nagios_services_plugin_exec_t type, if you want to transition an executable to the nagios_services_plugin_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -53050,13 +53454,13 @@ index 0000000..235655f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nagios_services_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -53064,18 +53468,18 @@ index 0000000..235655f
 \ No newline at end of file
 diff --git a/man/man8/nagios_system_plugin_selinux.8 b/man/man8/nagios_system_plugin_selinux.8
 new file mode 100644
-index 0000000..acea398
+index 0000000..0005f14
 --- /dev/null
 +++ b/man/man8/nagios_system_plugin_selinux.8
 @@ -0,0 +1,103 @@
-+.TH  "nagios_system_plugin_selinux"  "8"  "12-10-19" "nagios_system_plugin" "SELinux Policy documentation for nagios_system_plugin"
++.TH  "nagios_system_plugin_selinux"  "8"  "12-11-01" "nagios_system_plugin" "SELinux Policy documentation for nagios_system_plugin"
 +.SH "NAME"
 +nagios_system_plugin_selinux \- Security Enhanced Linux Policy for the nagios_system_plugin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nagios_system_plugin processes via flexible mandatory access control.
 +
-+The nagios_system_plugin processes execute with the nagios_system_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nagios_system_plugin processes execute with the nagios_system_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -53092,33 +53496,33 @@ index 0000000..acea398
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nagios_system_plugin policy is very flexible allowing users to setup their nagios_system_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nagios_system_plugin:
 +
 +.EX
-+.B nagios_system_plugin_t 
++.B nagios_system_plugin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nagios_system_plugin policy is very flexible allowing users to setup their nagios_system_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nagios_system_plugin:
 +
 +
 +.EX
 +.PP
-+.B nagios_system_plugin_exec_t 
++.B nagios_system_plugin_exec_t
 +.EE
 +
 +- Set files with the nagios_system_plugin_exec_t type, if you want to transition an executable to the nagios_system_plugin_t domain.
@@ -53126,15 +53530,15 @@ index 0000000..acea398
 +
 +.EX
 +.PP
-+.B nagios_system_plugin_tmp_t 
++.B nagios_system_plugin_tmp_t
 +.EE
 +
 +- Set files with the nagios_system_plugin_tmp_t type, if you want to store nagios system plugin temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -53160,13 +53564,13 @@ index 0000000..acea398
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nagios_system_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -53174,18 +53578,18 @@ index 0000000..acea398
 \ No newline at end of file
 diff --git a/man/man8/nagios_unconfined_plugin_selinux.8 b/man/man8/nagios_unconfined_plugin_selinux.8
 new file mode 100644
-index 0000000..536ef0a
+index 0000000..ccf2eed
 --- /dev/null
 +++ b/man/man8/nagios_unconfined_plugin_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "nagios_unconfined_plugin_selinux"  "8"  "12-10-19" "nagios_unconfined_plugin" "SELinux Policy documentation for nagios_unconfined_plugin"
++.TH  "nagios_unconfined_plugin_selinux"  "8"  "12-11-01" "nagios_unconfined_plugin" "SELinux Policy documentation for nagios_unconfined_plugin"
 +.SH "NAME"
 +nagios_unconfined_plugin_selinux \- Security Enhanced Linux Policy for the nagios_unconfined_plugin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nagios_unconfined_plugin processes via flexible mandatory access control.
 +
-+The nagios_unconfined_plugin processes execute with the nagios_unconfined_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nagios_unconfined_plugin processes execute with the nagios_unconfined_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -53202,41 +53606,41 @@ index 0000000..536ef0a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nagios_unconfined_plugin policy is very flexible allowing users to setup their nagios_unconfined_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nagios_unconfined_plugin:
 +
 +.EX
-+.B nagios_unconfined_plugin_t 
++.B nagios_unconfined_plugin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nagios_unconfined_plugin policy is very flexible allowing users to setup their nagios_unconfined_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nagios_unconfined_plugin:
 +
 +
 +.EX
 +.PP
-+.B nagios_unconfined_plugin_exec_t 
++.B nagios_unconfined_plugin_exec_t
 +.EE
 +
 +- Set files with the nagios_unconfined_plugin_exec_t type, if you want to transition an executable to the nagios_unconfined_plugin_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -53254,20 +53658,20 @@ index 0000000..536ef0a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nagios_unconfined_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 +, nagios_selinux(8), nagios_selinux(8), nagios_admin_plugin_selinux(8), nagios_checkdisk_plugin_selinux(8), nagios_eventhandler_plugin_selinux(8), nagios_mail_plugin_selinux(8), nagios_services_plugin_selinux(8), nagios_system_plugin_selinux(8)
 \ No newline at end of file
 diff --git a/man/man8/named_selinux.8 b/man/man8/named_selinux.8
-index fce0b48..1f725c7 100644
+index fce0b48..8d2debb 100644
 --- a/man/man8/named_selinux.8
 +++ b/man/man8/named_selinux.8
 @@ -1,30 +1,288 @@
@@ -53280,7 +53684,7 @@ index fce0b48..1f725c7 100644
 -.ft R
 -.fi
 -..
-+.TH  "named_selinux"  "8"  "12-10-19" "named" "SELinux Policy documentation for named"
++.TH  "named_selinux"  "8"  "12-11-01" "named" "SELinux Policy documentation for named"
  .SH "NAME"
 -named_selinux \- Security Enhanced Linux Policy for the Internet Name server (named) daemon
 +named_selinux \- Security Enhanced Linux Policy for the named processes
@@ -53290,7 +53694,7 @@ index fce0b48..1f725c7 100644
 -control.  
 +Security-Enhanced Linux secures the named processes via flexible mandatory access control.
 +
-+The named processes execute with the named_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The named processes execute with the named_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -53299,25 +53703,25 @@ index fce0b48..1f725c7 100644
 +
 +.SH "ENTRYPOINTS"
 +
-+The named_t SELinux type can be entered via the "named_checkconf_exec_t,named_exec_t" file types.  The default entrypoint paths for the named_t domain are the following:"
++The named_t SELinux type can be entered via the "named_exec_t,named_checkconf_exec_t" file types.  The default entrypoint paths for the named_t domain are the following:"
 +
-+/usr/sbin/named-checkconf, /usr/sbin/named, /usr/sbin/lwresd, /usr/sbin/unbound
++/usr/sbin/named, /usr/sbin/lwresd, /usr/sbin/unbound, /usr/sbin/named-checkconf
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux named policy is very flexible allowing users to setup their named processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for named:
 +
 +.EX
-+.B named_t, namespace_init_t 
++.B named_t, namespace_init_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
  .SH BOOLEANS
@@ -53339,9 +53743,7 @@ index fce0b48..1f725c7 100644
 -.SH AUTHOR	
 -This manual page was written by Dan Walsh <dwalsh at redhat.com>.
 +If you want to allow BIND to bind apache port, you must turn on the named_bind_http_port boolean.
- 
--.SH "SEE ALSO"
--selinux(8), named(8), chcon(1), setsebool(8)
++
 +.EX
 +.B setsebool -P named_bind_http_port 1
 +.EE
@@ -53361,19 +53763,19 @@ index fce0b48..1f725c7 100644
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux named policy is very flexible allowing users to setup their named processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for named:
 +
 +
 +.EX
 +.PP
-+.B named_cache_t 
++.B named_cache_t
 +.EE
 +
 +- Set files with the named_cache_t type, if you want to store the files under the /var/cache directory.
@@ -53381,7 +53783,7 @@ index fce0b48..1f725c7 100644
 +
 +.EX
 +.PP
-+.B named_checkconf_exec_t 
++.B named_checkconf_exec_t
 +.EE
 +
 +- Set files with the named_checkconf_exec_t type, if you want to transition an executable to the named_checkconf_t domain.
@@ -53389,7 +53791,7 @@ index fce0b48..1f725c7 100644
 +
 +.EX
 +.PP
-+.B named_conf_t 
++.B named_conf_t
 +.EE
 +
 +- Set files with the named_conf_t type, if you want to treat the files as named configuration data, usually stored under the /etc directory.
@@ -53397,7 +53799,7 @@ index fce0b48..1f725c7 100644
 +
 +.EX
 +.PP
-+.B named_exec_t 
++.B named_exec_t
 +.EE
 +
 +- Set files with the named_exec_t type, if you want to transition an executable to the named_t domain.
@@ -53405,15 +53807,17 @@ index fce0b48..1f725c7 100644
 +
 +.EX
 +.PP
-+.B named_initrc_exec_t 
++.B named_initrc_exec_t
 +.EE
 +
 +- Set files with the named_initrc_exec_t type, if you want to transition an executable to the named_initrc_t domain.
-+
-+
+ 
+-.SH "SEE ALSO"
+-selinux(8), named(8), chcon(1), setsebool(8)
+ 
 +.EX
 +.PP
-+.B named_keytab_t 
++.B named_keytab_t
 +.EE
 +
 +- Set files with the named_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -53421,7 +53825,7 @@ index fce0b48..1f725c7 100644
 +
 +.EX
 +.PP
-+.B named_log_t 
++.B named_log_t
 +.EE
 +
 +- Set files with the named_log_t type, if you want to treat the data as named log data, usually stored under the /var/log directory.
@@ -53429,7 +53833,7 @@ index fce0b48..1f725c7 100644
 +
 +.EX
 +.PP
-+.B named_tmp_t 
++.B named_tmp_t
 +.EE
 +
 +- Set files with the named_tmp_t type, if you want to store named temporary files in the /tmp directories.
@@ -53437,7 +53841,7 @@ index fce0b48..1f725c7 100644
 +
 +.EX
 +.PP
-+.B named_unit_file_t 
++.B named_unit_file_t
 +.EE
 +
 +- Set files with the named_unit_file_t type, if you want to treat the files as named unit content.
@@ -53445,7 +53849,7 @@ index fce0b48..1f725c7 100644
 +
 +.EX
 +.PP
-+.B named_var_run_t 
++.B named_var_run_t
 +.EE
 +
 +- Set files with the named_var_run_t type, if you want to store the named files under the /run directory.
@@ -53453,15 +53857,15 @@ index fce0b48..1f725c7 100644
 +
 +.EX
 +.PP
-+.B named_zone_t 
++.B named_zone_t
 +.EE
 +
 +- Set files with the named_zone_t type, if you want to treat the files as named zone data.
  
- 
++
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -53568,13 +53972,13 @@ index fce0b48..1f725c7 100644
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), named(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -53582,18 +53986,18 @@ index fce0b48..1f725c7 100644
 \ No newline at end of file
 diff --git a/man/man8/namespace_init_selinux.8 b/man/man8/namespace_init_selinux.8
 new file mode 100644
-index 0000000..b68fcda
+index 0000000..9d3197d
 --- /dev/null
 +++ b/man/man8/namespace_init_selinux.8
 @@ -0,0 +1,120 @@
-+.TH  "namespace_init_selinux"  "8"  "12-10-19" "namespace_init" "SELinux Policy documentation for namespace_init"
++.TH  "namespace_init_selinux"  "8"  "12-11-01" "namespace_init" "SELinux Policy documentation for namespace_init"
 +.SH "NAME"
 +namespace_init_selinux \- Security Enhanced Linux Policy for the namespace_init processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the namespace_init processes via flexible mandatory access control.
 +
-+The namespace_init processes execute with the namespace_init_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The namespace_init processes execute with the namespace_init_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -53610,41 +54014,41 @@ index 0000000..b68fcda
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux namespace_init policy is very flexible allowing users to setup their namespace_init processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for namespace_init:
 +
 +.EX
-+.B namespace_init_t 
++.B namespace_init_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux namespace_init policy is very flexible allowing users to setup their namespace_init processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for namespace_init:
 +
 +
 +.EX
 +.PP
-+.B namespace_init_exec_t 
++.B namespace_init_exec_t
 +.EE
 +
 +- Set files with the namespace_init_exec_t type, if you want to transition an executable to the namespace_init_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -53696,30 +54100,30 @@ index 0000000..b68fcda
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), namespace_init(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ncftool_selinux.8 b/man/man8/ncftool_selinux.8
 new file mode 100644
-index 0000000..b4b75af
+index 0000000..2b164c1
 --- /dev/null
 +++ b/man/man8/ncftool_selinux.8
 @@ -0,0 +1,138 @@
-+.TH  "ncftool_selinux"  "8"  "12-10-19" "ncftool" "SELinux Policy documentation for ncftool"
++.TH  "ncftool_selinux"  "8"  "12-11-01" "ncftool" "SELinux Policy documentation for ncftool"
 +.SH "NAME"
 +ncftool_selinux \- Security Enhanced Linux Policy for the ncftool processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ncftool processes via flexible mandatory access control.
 +
-+The ncftool processes execute with the ncftool_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ncftool processes execute with the ncftool_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -53736,41 +54140,41 @@ index 0000000..b4b75af
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ncftool policy is very flexible allowing users to setup their ncftool processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ncftool:
 +
 +.EX
-+.B ncftool_t 
++.B ncftool_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ncftool policy is very flexible allowing users to setup their ncftool processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ncftool:
 +
 +
 +.EX
 +.PP
-+.B ncftool_exec_t 
++.B ncftool_exec_t
 +.EE
 +
 +- Set files with the ncftool_exec_t type, if you want to transition an executable to the ncftool_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -53840,30 +54244,30 @@ index 0000000..b4b75af
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ncftool(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ndc_selinux.8 b/man/man8/ndc_selinux.8
 new file mode 100644
-index 0000000..62b5184
+index 0000000..3fbc319
 --- /dev/null
 +++ b/man/man8/ndc_selinux.8
 @@ -0,0 +1,100 @@
-+.TH  "ndc_selinux"  "8"  "12-10-19" "ndc" "SELinux Policy documentation for ndc"
++.TH  "ndc_selinux"  "8"  "12-11-01" "ndc" "SELinux Policy documentation for ndc"
 +.SH "NAME"
 +ndc_selinux \- Security Enhanced Linux Policy for the ndc processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ndc processes via flexible mandatory access control.
 +
-+The ndc processes execute with the ndc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ndc processes execute with the ndc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -53880,41 +54284,41 @@ index 0000000..62b5184
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ndc policy is very flexible allowing users to setup their ndc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ndc:
 +
 +.EX
-+.B ndc_t 
++.B ndc_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ndc policy is very flexible allowing users to setup their ndc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ndc:
 +
 +
 +.EX
 +.PP
-+.B ndc_exec_t 
++.B ndc_exec_t
 +.EE
 +
 +- Set files with the ndc_exec_t type, if you want to transition an executable to the ndc_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -53946,30 +54350,30 @@ index 0000000..62b5184
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ndc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/netlabel_mgmt_selinux.8 b/man/man8/netlabel_mgmt_selinux.8
 new file mode 100644
-index 0000000..e6101c2
+index 0000000..9ee6f73
 --- /dev/null
 +++ b/man/man8/netlabel_mgmt_selinux.8
 @@ -0,0 +1,86 @@
-+.TH  "netlabel_mgmt_selinux"  "8"  "12-10-19" "netlabel_mgmt" "SELinux Policy documentation for netlabel_mgmt"
++.TH  "netlabel_mgmt_selinux"  "8"  "12-11-01" "netlabel_mgmt" "SELinux Policy documentation for netlabel_mgmt"
 +.SH "NAME"
 +netlabel_mgmt_selinux \- Security Enhanced Linux Policy for the netlabel_mgmt processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the netlabel_mgmt processes via flexible mandatory access control.
 +
-+The netlabel_mgmt processes execute with the netlabel_mgmt_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The netlabel_mgmt processes execute with the netlabel_mgmt_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -53986,41 +54390,41 @@ index 0000000..e6101c2
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux netlabel_mgmt policy is very flexible allowing users to setup their netlabel_mgmt processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for netlabel_mgmt:
 +
 +.EX
-+.B netlabel_mgmt_t 
++.B netlabel_mgmt_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux netlabel_mgmt policy is very flexible allowing users to setup their netlabel_mgmt processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for netlabel_mgmt:
 +
 +
 +.EX
 +.PP
-+.B netlabel_mgmt_exec_t 
++.B netlabel_mgmt_exec_t
 +.EE
 +
 +- Set files with the netlabel_mgmt_exec_t type, if you want to transition an executable to the netlabel_mgmt_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -54038,30 +54442,30 @@ index 0000000..e6101c2
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), netlabel_mgmt(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/netlogond_selinux.8 b/man/man8/netlogond_selinux.8
 new file mode 100644
-index 0000000..95003f9
+index 0000000..56dbd55
 --- /dev/null
 +++ b/man/man8/netlogond_selinux.8
 @@ -0,0 +1,134 @@
-+.TH  "netlogond_selinux"  "8"  "12-10-19" "netlogond" "SELinux Policy documentation for netlogond"
++.TH  "netlogond_selinux"  "8"  "12-11-01" "netlogond" "SELinux Policy documentation for netlogond"
 +.SH "NAME"
 +netlogond_selinux \- Security Enhanced Linux Policy for the netlogond processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the netlogond processes via flexible mandatory access control.
 +
-+The netlogond processes execute with the netlogond_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The netlogond processes execute with the netlogond_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -54078,33 +54482,33 @@ index 0000000..95003f9
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux netlogond policy is very flexible allowing users to setup their netlogond processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for netlogond:
 +
 +.EX
-+.B netlogond_t 
++.B netlogond_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux netlogond policy is very flexible allowing users to setup their netlogond processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for netlogond:
 +
 +
 +.EX
 +.PP
-+.B netlogond_exec_t 
++.B netlogond_exec_t
 +.EE
 +
 +- Set files with the netlogond_exec_t type, if you want to transition an executable to the netlogond_t domain.
@@ -54112,7 +54516,7 @@ index 0000000..95003f9
 +
 +.EX
 +.PP
-+.B netlogond_var_lib_t 
++.B netlogond_var_lib_t
 +.EE
 +
 +- Set files with the netlogond_var_lib_t type, if you want to store the netlogond files under the /var/lib directory.
@@ -54120,7 +54524,7 @@ index 0000000..95003f9
 +
 +.EX
 +.PP
-+.B netlogond_var_run_t 
++.B netlogond_var_run_t
 +.EE
 +
 +- Set files with the netlogond_var_run_t type, if you want to store the netlogond files under the /run directory.
@@ -54128,15 +54532,15 @@ index 0000000..95003f9
 +
 +.EX
 +.PP
-+.B netlogond_var_socket_t 
++.B netlogond_var_socket_t
 +.EE
 +
 +- Set files with the netlogond_var_socket_t type, if you want to treat the files as netlogond var socket data.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -54178,30 +54582,30 @@ index 0000000..95003f9
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), netlogond(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/netutils_selinux.8 b/man/man8/netutils_selinux.8
 new file mode 100644
-index 0000000..a051c1e
+index 0000000..0c0688f
 --- /dev/null
 +++ b/man/man8/netutils_selinux.8
 @@ -0,0 +1,116 @@
-+.TH  "netutils_selinux"  "8"  "12-10-19" "netutils" "SELinux Policy documentation for netutils"
++.TH  "netutils_selinux"  "8"  "12-11-01" "netutils" "SELinux Policy documentation for netutils"
 +.SH "NAME"
 +netutils_selinux \- Security Enhanced Linux Policy for the netutils processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the netutils processes via flexible mandatory access control.
 +
-+The netutils processes execute with the netutils_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The netutils processes execute with the netutils_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -54218,33 +54622,33 @@ index 0000000..a051c1e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux netutils policy is very flexible allowing users to setup their netutils processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for netutils:
 +
 +.EX
-+.B netutils_t 
++.B netutils_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux netutils policy is very flexible allowing users to setup their netutils processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for netutils:
 +
 +
 +.EX
 +.PP
-+.B netutils_exec_t 
++.B netutils_exec_t
 +.EE
 +
 +- Set files with the netutils_exec_t type, if you want to transition an executable to the netutils_t domain.
@@ -54252,15 +54656,15 @@ index 0000000..a051c1e
 +
 +.EX
 +.PP
-+.B netutils_tmp_t 
++.B netutils_tmp_t
 +.EE
 +
 +- Set files with the netutils_tmp_t type, if you want to store netutils temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -54300,30 +54704,30 @@ index 0000000..a051c1e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), netutils(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/newrole_selinux.8 b/man/man8/newrole_selinux.8
 new file mode 100644
-index 0000000..d224330
+index 0000000..fc68433
 --- /dev/null
 +++ b/man/man8/newrole_selinux.8
 @@ -0,0 +1,178 @@
-+.TH  "newrole_selinux"  "8"  "12-10-19" "newrole" "SELinux Policy documentation for newrole"
++.TH  "newrole_selinux"  "8"  "12-11-01" "newrole" "SELinux Policy documentation for newrole"
 +.SH "NAME"
 +newrole_selinux \- Security Enhanced Linux Policy for the newrole processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the newrole processes via flexible mandatory access control.
 +
-+The newrole processes execute with the newrole_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The newrole processes execute with the newrole_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -54340,41 +54744,41 @@ index 0000000..d224330
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux newrole policy is very flexible allowing users to setup their newrole processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for newrole:
 +
 +.EX
-+.B newrole_t 
++.B newrole_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux newrole policy is very flexible allowing users to setup their newrole processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for newrole:
 +
 +
 +.EX
 +.PP
-+.B newrole_exec_t 
++.B newrole_exec_t
 +.EE
 +
 +- Set files with the newrole_exec_t type, if you want to transition an executable to the newrole_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -54484,13 +54888,13 @@ index 0000000..d224330
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), newrole(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -54533,18 +54937,18 @@ index 8e30c4c..0000000
 -selinux(8), chcon(1), setsebool(8)
 diff --git a/man/man8/nfsd_selinux.8 b/man/man8/nfsd_selinux.8
 new file mode 100644
-index 0000000..088af1b
+index 0000000..72cf8db
 --- /dev/null
 +++ b/man/man8/nfsd_selinux.8
 @@ -0,0 +1,447 @@
-+.TH  "nfsd_selinux"  "8"  "12-10-19" "nfsd" "SELinux Policy documentation for nfsd"
++.TH  "nfsd_selinux"  "8"  "12-11-01" "nfsd" "SELinux Policy documentation for nfsd"
 +.SH "NAME"
 +nfsd_selinux \- Security Enhanced Linux Policy for the nfsd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nfsd processes via flexible mandatory access control.
 +
-+The nfsd processes execute with the nfsd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nfsd processes execute with the nfsd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -54561,17 +54965,17 @@ index 0000000..088af1b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nfsd policy is very flexible allowing users to setup their nfsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nfsd:
 +
 +.EX
-+.B nfsd_t 
++.B nfsd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -54822,19 +55226,19 @@ index 0000000..088af1b
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nfsd policy is very flexible allowing users to setup their nfsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nfsd:
 +
 +
 +.EX
 +.PP
-+.B nfsd_exec_t 
++.B nfsd_exec_t
 +.EE
 +
 +- Set files with the nfsd_exec_t type, if you want to transition an executable to the nfsd_t domain.
@@ -54842,7 +55246,7 @@ index 0000000..088af1b
 +
 +.EX
 +.PP
-+.B nfsd_initrc_exec_t 
++.B nfsd_initrc_exec_t
 +.EE
 +
 +- Set files with the nfsd_initrc_exec_t type, if you want to transition an executable to the nfsd_initrc_t domain.
@@ -54850,7 +55254,7 @@ index 0000000..088af1b
 +
 +.EX
 +.PP
-+.B nfsd_ro_t 
++.B nfsd_ro_t
 +.EE
 +
 +- Set files with the nfsd_ro_t type, if you want to treat the files as nfsd read/only content.
@@ -54858,7 +55262,7 @@ index 0000000..088af1b
 +
 +.EX
 +.PP
-+.B nfsd_rw_t 
++.B nfsd_rw_t
 +.EE
 +
 +- Set files with the nfsd_rw_t type, if you want to treat the files as nfsd read/write content.
@@ -54866,35 +55270,35 @@ index 0000000..088af1b
 +
 +.EX
 +.PP
-+.B nfsd_unit_file_t 
++.B nfsd_unit_file_t
 +.EE
 +
 +- Set files with the nfsd_unit_file_t type, if you want to treat the files as nfsd unit content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux nfsd policy is very flexible allowing users to setup their nfsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for nfsd:
 +
 +.EX
 +.TP 5
-+.B nfs_port_t 
++.B nfs_port_t
 +.TP 10
 +.EE
 +
@@ -54973,13 +55377,13 @@ index 0000000..088af1b
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nfsd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -54994,18 +55398,18 @@ index 6271c95..0000000
 -.so man8/ypbind_selinux.8
 diff --git a/man/man8/nmbd_selinux.8 b/man/man8/nmbd_selinux.8
 new file mode 100644
-index 0000000..c6afa84
+index 0000000..d15f44d
 --- /dev/null
 +++ b/man/man8/nmbd_selinux.8
 @@ -0,0 +1,170 @@
-+.TH  "nmbd_selinux"  "8"  "12-10-19" "nmbd" "SELinux Policy documentation for nmbd"
++.TH  "nmbd_selinux"  "8"  "12-11-01" "nmbd" "SELinux Policy documentation for nmbd"
 +.SH "NAME"
 +nmbd_selinux \- Security Enhanced Linux Policy for the nmbd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nmbd processes via flexible mandatory access control.
 +
-+The nmbd processes execute with the nmbd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nmbd processes execute with the nmbd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -55022,33 +55426,33 @@ index 0000000..c6afa84
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nmbd policy is very flexible allowing users to setup their nmbd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nmbd:
 +
 +.EX
-+.B nmbd_t 
++.B nmbd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nmbd policy is very flexible allowing users to setup their nmbd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nmbd:
 +
 +
 +.EX
 +.PP
-+.B nmbd_exec_t 
++.B nmbd_exec_t
 +.EE
 +
 +- Set files with the nmbd_exec_t type, if you want to transition an executable to the nmbd_t domain.
@@ -55056,35 +55460,35 @@ index 0000000..c6afa84
 +
 +.EX
 +.PP
-+.B nmbd_var_run_t 
++.B nmbd_var_run_t
 +.EE
 +
 +- Set files with the nmbd_var_run_t type, if you want to store the nmbd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux nmbd policy is very flexible allowing users to setup their nmbd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for nmbd:
 +
 +.EX
 +.TP 5
-+.B nmbd_port_t 
++.B nmbd_port_t
 +.TP 10
 +.EE
 +
@@ -55158,30 +55562,30 @@ index 0000000..c6afa84
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nmbd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/nova_ajax_selinux.8 b/man/man8/nova_ajax_selinux.8
 new file mode 100644
-index 0000000..7eb6a33
+index 0000000..f57b656
 --- /dev/null
 +++ b/man/man8/nova_ajax_selinux.8
 @@ -0,0 +1,129 @@
-+.TH  "nova_ajax_selinux"  "8"  "12-10-19" "nova_ajax" "SELinux Policy documentation for nova_ajax"
++.TH  "nova_ajax_selinux"  "8"  "12-11-01" "nova_ajax" "SELinux Policy documentation for nova_ajax"
 +.SH "NAME"
 +nova_ajax_selinux \- Security Enhanced Linux Policy for the nova_ajax processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nova_ajax processes via flexible mandatory access control.
 +
-+The nova_ajax processes execute with the nova_ajax_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nova_ajax processes execute with the nova_ajax_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -55198,33 +55602,33 @@ index 0000000..7eb6a33
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nova_ajax policy is very flexible allowing users to setup their nova_ajax processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nova_ajax:
 +
 +.EX
-+.B nova_ajax_t 
++.B nova_ajax_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nova_ajax policy is very flexible allowing users to setup their nova_ajax processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nova_ajax:
 +
 +
 +.EX
 +.PP
-+.B nova_ajax_exec_t 
++.B nova_ajax_exec_t
 +.EE
 +
 +- Set files with the nova_ajax_exec_t type, if you want to transition an executable to the nova_ajax_t domain.
@@ -55232,7 +55636,7 @@ index 0000000..7eb6a33
 +
 +.EX
 +.PP
-+.B nova_ajax_tmp_t 
++.B nova_ajax_tmp_t
 +.EE
 +
 +- Set files with the nova_ajax_tmp_t type, if you want to store nova ajax temporary files in the /tmp directories.
@@ -55240,15 +55644,15 @@ index 0000000..7eb6a33
 +
 +.EX
 +.PP
-+.B nova_ajax_unit_file_t 
++.B nova_ajax_unit_file_t
 +.EE
 +
 +- Set files with the nova_ajax_unit_file_t type, if you want to treat the files as nova ajax unit content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -55292,13 +55696,13 @@ index 0000000..7eb6a33
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nova_ajax(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -55306,18 +55710,18 @@ index 0000000..7eb6a33
 \ No newline at end of file
 diff --git a/man/man8/nova_api_selinux.8 b/man/man8/nova_api_selinux.8
 new file mode 100644
-index 0000000..c144242
+index 0000000..094a9ae
 --- /dev/null
 +++ b/man/man8/nova_api_selinux.8
 @@ -0,0 +1,129 @@
-+.TH  "nova_api_selinux"  "8"  "12-10-19" "nova_api" "SELinux Policy documentation for nova_api"
++.TH  "nova_api_selinux"  "8"  "12-11-01" "nova_api" "SELinux Policy documentation for nova_api"
 +.SH "NAME"
 +nova_api_selinux \- Security Enhanced Linux Policy for the nova_api processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nova_api processes via flexible mandatory access control.
 +
-+The nova_api processes execute with the nova_api_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nova_api processes execute with the nova_api_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -55334,33 +55738,33 @@ index 0000000..c144242
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nova_api policy is very flexible allowing users to setup their nova_api processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nova_api:
 +
 +.EX
-+.B nova_api_t 
++.B nova_api_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nova_api policy is very flexible allowing users to setup their nova_api processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nova_api:
 +
 +
 +.EX
 +.PP
-+.B nova_api_exec_t 
++.B nova_api_exec_t
 +.EE
 +
 +- Set files with the nova_api_exec_t type, if you want to transition an executable to the nova_api_t domain.
@@ -55368,7 +55772,7 @@ index 0000000..c144242
 +
 +.EX
 +.PP
-+.B nova_api_tmp_t 
++.B nova_api_tmp_t
 +.EE
 +
 +- Set files with the nova_api_tmp_t type, if you want to store nova api temporary files in the /tmp directories.
@@ -55376,15 +55780,15 @@ index 0000000..c144242
 +
 +.EX
 +.PP
-+.B nova_api_unit_file_t 
++.B nova_api_unit_file_t
 +.EE
 +
 +- Set files with the nova_api_unit_file_t type, if you want to treat the files as nova api unit content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -55428,13 +55832,13 @@ index 0000000..c144242
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nova_api(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -55442,18 +55846,18 @@ index 0000000..c144242
 \ No newline at end of file
 diff --git a/man/man8/nova_cert_selinux.8 b/man/man8/nova_cert_selinux.8
 new file mode 100644
-index 0000000..b4f04e2
+index 0000000..252fa7f
 --- /dev/null
 +++ b/man/man8/nova_cert_selinux.8
 @@ -0,0 +1,143 @@
-+.TH  "nova_cert_selinux"  "8"  "12-10-19" "nova_cert" "SELinux Policy documentation for nova_cert"
++.TH  "nova_cert_selinux"  "8"  "12-11-01" "nova_cert" "SELinux Policy documentation for nova_cert"
 +.SH "NAME"
 +nova_cert_selinux \- Security Enhanced Linux Policy for the nova_cert processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nova_cert processes via flexible mandatory access control.
 +
-+The nova_cert processes execute with the nova_cert_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nova_cert processes execute with the nova_cert_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -55470,33 +55874,33 @@ index 0000000..b4f04e2
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nova_cert policy is very flexible allowing users to setup their nova_cert processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nova_cert:
 +
 +.EX
-+.B nova_cert_t 
++.B nova_cert_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nova_cert policy is very flexible allowing users to setup their nova_cert processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nova_cert:
 +
 +
 +.EX
 +.PP
-+.B nova_cert_exec_t 
++.B nova_cert_exec_t
 +.EE
 +
 +- Set files with the nova_cert_exec_t type, if you want to transition an executable to the nova_cert_t domain.
@@ -55504,7 +55908,7 @@ index 0000000..b4f04e2
 +
 +.EX
 +.PP
-+.B nova_cert_tmp_t 
++.B nova_cert_tmp_t
 +.EE
 +
 +- Set files with the nova_cert_tmp_t type, if you want to store nova cert temporary files in the /tmp directories.
@@ -55512,15 +55916,15 @@ index 0000000..b4f04e2
 +
 +.EX
 +.PP
-+.B nova_cert_unit_file_t 
++.B nova_cert_unit_file_t
 +.EE
 +
 +- Set files with the nova_cert_unit_file_t type, if you want to treat the files as nova cert unit content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -55578,13 +55982,13 @@ index 0000000..b4f04e2
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nova_cert(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -55592,18 +55996,18 @@ index 0000000..b4f04e2
 \ No newline at end of file
 diff --git a/man/man8/nova_compute_selinux.8 b/man/man8/nova_compute_selinux.8
 new file mode 100644
-index 0000000..d93f328
+index 0000000..cd73723
 --- /dev/null
 +++ b/man/man8/nova_compute_selinux.8
 @@ -0,0 +1,129 @@
-+.TH  "nova_compute_selinux"  "8"  "12-10-19" "nova_compute" "SELinux Policy documentation for nova_compute"
++.TH  "nova_compute_selinux"  "8"  "12-11-01" "nova_compute" "SELinux Policy documentation for nova_compute"
 +.SH "NAME"
 +nova_compute_selinux \- Security Enhanced Linux Policy for the nova_compute processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nova_compute processes via flexible mandatory access control.
 +
-+The nova_compute processes execute with the nova_compute_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nova_compute processes execute with the nova_compute_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -55620,33 +56024,33 @@ index 0000000..d93f328
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nova_compute policy is very flexible allowing users to setup their nova_compute processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nova_compute:
 +
 +.EX
-+.B nova_compute_t 
++.B nova_compute_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nova_compute policy is very flexible allowing users to setup their nova_compute processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nova_compute:
 +
 +
 +.EX
 +.PP
-+.B nova_compute_exec_t 
++.B nova_compute_exec_t
 +.EE
 +
 +- Set files with the nova_compute_exec_t type, if you want to transition an executable to the nova_compute_t domain.
@@ -55654,7 +56058,7 @@ index 0000000..d93f328
 +
 +.EX
 +.PP
-+.B nova_compute_tmp_t 
++.B nova_compute_tmp_t
 +.EE
 +
 +- Set files with the nova_compute_tmp_t type, if you want to store nova compute temporary files in the /tmp directories.
@@ -55662,15 +56066,15 @@ index 0000000..d93f328
 +
 +.EX
 +.PP
-+.B nova_compute_unit_file_t 
++.B nova_compute_unit_file_t
 +.EE
 +
 +- Set files with the nova_compute_unit_file_t type, if you want to treat the files as nova compute unit content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -55714,13 +56118,13 @@ index 0000000..d93f328
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nova_compute(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -55728,18 +56132,18 @@ index 0000000..d93f328
 \ No newline at end of file
 diff --git a/man/man8/nova_console_selinux.8 b/man/man8/nova_console_selinux.8
 new file mode 100644
-index 0000000..b0333a4
+index 0000000..3ac720b
 --- /dev/null
 +++ b/man/man8/nova_console_selinux.8
 @@ -0,0 +1,143 @@
-+.TH  "nova_console_selinux"  "8"  "12-10-19" "nova_console" "SELinux Policy documentation for nova_console"
++.TH  "nova_console_selinux"  "8"  "12-11-01" "nova_console" "SELinux Policy documentation for nova_console"
 +.SH "NAME"
 +nova_console_selinux \- Security Enhanced Linux Policy for the nova_console processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nova_console processes via flexible mandatory access control.
 +
-+The nova_console processes execute with the nova_console_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nova_console processes execute with the nova_console_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -55756,33 +56160,33 @@ index 0000000..b0333a4
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nova_console policy is very flexible allowing users to setup their nova_console processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nova_console:
 +
 +.EX
-+.B nova_console_t 
++.B nova_console_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nova_console policy is very flexible allowing users to setup their nova_console processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nova_console:
 +
 +
 +.EX
 +.PP
-+.B nova_console_exec_t 
++.B nova_console_exec_t
 +.EE
 +
 +- Set files with the nova_console_exec_t type, if you want to transition an executable to the nova_console_t domain.
@@ -55790,7 +56194,7 @@ index 0000000..b0333a4
 +
 +.EX
 +.PP
-+.B nova_console_tmp_t 
++.B nova_console_tmp_t
 +.EE
 +
 +- Set files with the nova_console_tmp_t type, if you want to store nova console temporary files in the /tmp directories.
@@ -55798,15 +56202,15 @@ index 0000000..b0333a4
 +
 +.EX
 +.PP
-+.B nova_console_unit_file_t 
++.B nova_console_unit_file_t
 +.EE
 +
 +- Set files with the nova_console_unit_file_t type, if you want to treat the files as nova console unit content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -55864,13 +56268,13 @@ index 0000000..b0333a4
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nova_console(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -55878,18 +56282,18 @@ index 0000000..b0333a4
 \ No newline at end of file
 diff --git a/man/man8/nova_direct_selinux.8 b/man/man8/nova_direct_selinux.8
 new file mode 100644
-index 0000000..db206cf
+index 0000000..7739204
 --- /dev/null
 +++ b/man/man8/nova_direct_selinux.8
 @@ -0,0 +1,129 @@
-+.TH  "nova_direct_selinux"  "8"  "12-10-19" "nova_direct" "SELinux Policy documentation for nova_direct"
++.TH  "nova_direct_selinux"  "8"  "12-11-01" "nova_direct" "SELinux Policy documentation for nova_direct"
 +.SH "NAME"
 +nova_direct_selinux \- Security Enhanced Linux Policy for the nova_direct processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nova_direct processes via flexible mandatory access control.
 +
-+The nova_direct processes execute with the nova_direct_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nova_direct processes execute with the nova_direct_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -55906,33 +56310,33 @@ index 0000000..db206cf
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nova_direct policy is very flexible allowing users to setup their nova_direct processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nova_direct:
 +
 +.EX
-+.B nova_direct_t 
++.B nova_direct_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nova_direct policy is very flexible allowing users to setup their nova_direct processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nova_direct:
 +
 +
 +.EX
 +.PP
-+.B nova_direct_exec_t 
++.B nova_direct_exec_t
 +.EE
 +
 +- Set files with the nova_direct_exec_t type, if you want to transition an executable to the nova_direct_t domain.
@@ -55940,7 +56344,7 @@ index 0000000..db206cf
 +
 +.EX
 +.PP
-+.B nova_direct_tmp_t 
++.B nova_direct_tmp_t
 +.EE
 +
 +- Set files with the nova_direct_tmp_t type, if you want to store nova direct temporary files in the /tmp directories.
@@ -55948,15 +56352,15 @@ index 0000000..db206cf
 +
 +.EX
 +.PP
-+.B nova_direct_unit_file_t 
++.B nova_direct_unit_file_t
 +.EE
 +
 +- Set files with the nova_direct_unit_file_t type, if you want to treat the files as nova direct unit content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -56000,13 +56404,13 @@ index 0000000..db206cf
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nova_direct(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -56014,18 +56418,18 @@ index 0000000..db206cf
 \ No newline at end of file
 diff --git a/man/man8/nova_network_selinux.8 b/man/man8/nova_network_selinux.8
 new file mode 100644
-index 0000000..ca87e70
+index 0000000..953274d
 --- /dev/null
 +++ b/man/man8/nova_network_selinux.8
 @@ -0,0 +1,129 @@
-+.TH  "nova_network_selinux"  "8"  "12-10-19" "nova_network" "SELinux Policy documentation for nova_network"
++.TH  "nova_network_selinux"  "8"  "12-11-01" "nova_network" "SELinux Policy documentation for nova_network"
 +.SH "NAME"
 +nova_network_selinux \- Security Enhanced Linux Policy for the nova_network processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nova_network processes via flexible mandatory access control.
 +
-+The nova_network processes execute with the nova_network_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nova_network processes execute with the nova_network_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -56042,33 +56446,33 @@ index 0000000..ca87e70
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nova_network policy is very flexible allowing users to setup their nova_network processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nova_network:
 +
 +.EX
-+.B nova_network_t 
++.B nova_network_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nova_network policy is very flexible allowing users to setup their nova_network processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nova_network:
 +
 +
 +.EX
 +.PP
-+.B nova_network_exec_t 
++.B nova_network_exec_t
 +.EE
 +
 +- Set files with the nova_network_exec_t type, if you want to transition an executable to the nova_network_t domain.
@@ -56076,7 +56480,7 @@ index 0000000..ca87e70
 +
 +.EX
 +.PP
-+.B nova_network_tmp_t 
++.B nova_network_tmp_t
 +.EE
 +
 +- Set files with the nova_network_tmp_t type, if you want to store nova network temporary files in the /tmp directories.
@@ -56084,15 +56488,15 @@ index 0000000..ca87e70
 +
 +.EX
 +.PP
-+.B nova_network_unit_file_t 
++.B nova_network_unit_file_t
 +.EE
 +
 +- Set files with the nova_network_unit_file_t type, if you want to treat the files as nova network unit content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -56136,13 +56540,13 @@ index 0000000..ca87e70
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nova_network(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -56150,18 +56554,18 @@ index 0000000..ca87e70
 \ No newline at end of file
 diff --git a/man/man8/nova_objectstore_selinux.8 b/man/man8/nova_objectstore_selinux.8
 new file mode 100644
-index 0000000..98ad758
+index 0000000..449bba7
 --- /dev/null
 +++ b/man/man8/nova_objectstore_selinux.8
 @@ -0,0 +1,129 @@
-+.TH  "nova_objectstore_selinux"  "8"  "12-10-19" "nova_objectstore" "SELinux Policy documentation for nova_objectstore"
++.TH  "nova_objectstore_selinux"  "8"  "12-11-01" "nova_objectstore" "SELinux Policy documentation for nova_objectstore"
 +.SH "NAME"
 +nova_objectstore_selinux \- Security Enhanced Linux Policy for the nova_objectstore processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nova_objectstore processes via flexible mandatory access control.
 +
-+The nova_objectstore processes execute with the nova_objectstore_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nova_objectstore processes execute with the nova_objectstore_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -56178,33 +56582,33 @@ index 0000000..98ad758
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nova_objectstore policy is very flexible allowing users to setup their nova_objectstore processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nova_objectstore:
 +
 +.EX
-+.B nova_objectstore_t 
++.B nova_objectstore_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nova_objectstore policy is very flexible allowing users to setup their nova_objectstore processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nova_objectstore:
 +
 +
 +.EX
 +.PP
-+.B nova_objectstore_exec_t 
++.B nova_objectstore_exec_t
 +.EE
 +
 +- Set files with the nova_objectstore_exec_t type, if you want to transition an executable to the nova_objectstore_t domain.
@@ -56212,7 +56616,7 @@ index 0000000..98ad758
 +
 +.EX
 +.PP
-+.B nova_objectstore_tmp_t 
++.B nova_objectstore_tmp_t
 +.EE
 +
 +- Set files with the nova_objectstore_tmp_t type, if you want to store nova objectstore temporary files in the /tmp directories.
@@ -56220,15 +56624,15 @@ index 0000000..98ad758
 +
 +.EX
 +.PP
-+.B nova_objectstore_unit_file_t 
++.B nova_objectstore_unit_file_t
 +.EE
 +
 +- Set files with the nova_objectstore_unit_file_t type, if you want to treat the files as nova objectstore unit content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -56272,13 +56676,13 @@ index 0000000..98ad758
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nova_objectstore(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -56286,18 +56690,18 @@ index 0000000..98ad758
 \ No newline at end of file
 diff --git a/man/man8/nova_scheduler_selinux.8 b/man/man8/nova_scheduler_selinux.8
 new file mode 100644
-index 0000000..ef06647
+index 0000000..ef40436
 --- /dev/null
 +++ b/man/man8/nova_scheduler_selinux.8
 @@ -0,0 +1,129 @@
-+.TH  "nova_scheduler_selinux"  "8"  "12-10-19" "nova_scheduler" "SELinux Policy documentation for nova_scheduler"
++.TH  "nova_scheduler_selinux"  "8"  "12-11-01" "nova_scheduler" "SELinux Policy documentation for nova_scheduler"
 +.SH "NAME"
 +nova_scheduler_selinux \- Security Enhanced Linux Policy for the nova_scheduler processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nova_scheduler processes via flexible mandatory access control.
 +
-+The nova_scheduler processes execute with the nova_scheduler_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nova_scheduler processes execute with the nova_scheduler_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -56314,33 +56718,33 @@ index 0000000..ef06647
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nova_scheduler policy is very flexible allowing users to setup their nova_scheduler processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nova_scheduler:
 +
 +.EX
-+.B nova_scheduler_t 
++.B nova_scheduler_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nova_scheduler policy is very flexible allowing users to setup their nova_scheduler processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nova_scheduler:
 +
 +
 +.EX
 +.PP
-+.B nova_scheduler_exec_t 
++.B nova_scheduler_exec_t
 +.EE
 +
 +- Set files with the nova_scheduler_exec_t type, if you want to transition an executable to the nova_scheduler_t domain.
@@ -56348,7 +56752,7 @@ index 0000000..ef06647
 +
 +.EX
 +.PP
-+.B nova_scheduler_tmp_t 
++.B nova_scheduler_tmp_t
 +.EE
 +
 +- Set files with the nova_scheduler_tmp_t type, if you want to store nova scheduler temporary files in the /tmp directories.
@@ -56356,15 +56760,15 @@ index 0000000..ef06647
 +
 +.EX
 +.PP
-+.B nova_scheduler_unit_file_t 
++.B nova_scheduler_unit_file_t
 +.EE
 +
 +- Set files with the nova_scheduler_unit_file_t type, if you want to treat the files as nova scheduler unit content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -56408,13 +56812,13 @@ index 0000000..ef06647
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nova_scheduler(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -56422,18 +56826,18 @@ index 0000000..ef06647
 \ No newline at end of file
 diff --git a/man/man8/nova_vncproxy_selinux.8 b/man/man8/nova_vncproxy_selinux.8
 new file mode 100644
-index 0000000..95d51b9
+index 0000000..452fe26
 --- /dev/null
 +++ b/man/man8/nova_vncproxy_selinux.8
 @@ -0,0 +1,129 @@
-+.TH  "nova_vncproxy_selinux"  "8"  "12-10-19" "nova_vncproxy" "SELinux Policy documentation for nova_vncproxy"
++.TH  "nova_vncproxy_selinux"  "8"  "12-11-01" "nova_vncproxy" "SELinux Policy documentation for nova_vncproxy"
 +.SH "NAME"
 +nova_vncproxy_selinux \- Security Enhanced Linux Policy for the nova_vncproxy processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nova_vncproxy processes via flexible mandatory access control.
 +
-+The nova_vncproxy processes execute with the nova_vncproxy_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nova_vncproxy processes execute with the nova_vncproxy_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -56450,33 +56854,33 @@ index 0000000..95d51b9
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nova_vncproxy policy is very flexible allowing users to setup their nova_vncproxy processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nova_vncproxy:
 +
 +.EX
-+.B nova_vncproxy_t 
++.B nova_vncproxy_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nova_vncproxy policy is very flexible allowing users to setup their nova_vncproxy processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nova_vncproxy:
 +
 +
 +.EX
 +.PP
-+.B nova_vncproxy_exec_t 
++.B nova_vncproxy_exec_t
 +.EE
 +
 +- Set files with the nova_vncproxy_exec_t type, if you want to transition an executable to the nova_vncproxy_t domain.
@@ -56484,7 +56888,7 @@ index 0000000..95d51b9
 +
 +.EX
 +.PP
-+.B nova_vncproxy_tmp_t 
++.B nova_vncproxy_tmp_t
 +.EE
 +
 +- Set files with the nova_vncproxy_tmp_t type, if you want to store nova vncproxy temporary files in the /tmp directories.
@@ -56492,15 +56896,15 @@ index 0000000..95d51b9
 +
 +.EX
 +.PP
-+.B nova_vncproxy_unit_file_t 
++.B nova_vncproxy_unit_file_t
 +.EE
 +
 +- Set files with the nova_vncproxy_unit_file_t type, if you want to treat the files as nova vncproxy unit content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -56544,13 +56948,13 @@ index 0000000..95d51b9
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nova_vncproxy(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -56558,18 +56962,18 @@ index 0000000..95d51b9
 \ No newline at end of file
 diff --git a/man/man8/nova_volume_selinux.8 b/man/man8/nova_volume_selinux.8
 new file mode 100644
-index 0000000..9c3e42f
+index 0000000..b39d068
 --- /dev/null
 +++ b/man/man8/nova_volume_selinux.8
 @@ -0,0 +1,129 @@
-+.TH  "nova_volume_selinux"  "8"  "12-10-19" "nova_volume" "SELinux Policy documentation for nova_volume"
++.TH  "nova_volume_selinux"  "8"  "12-11-01" "nova_volume" "SELinux Policy documentation for nova_volume"
 +.SH "NAME"
 +nova_volume_selinux \- Security Enhanced Linux Policy for the nova_volume processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nova_volume processes via flexible mandatory access control.
 +
-+The nova_volume processes execute with the nova_volume_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nova_volume processes execute with the nova_volume_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -56586,33 +56990,33 @@ index 0000000..9c3e42f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nova_volume policy is very flexible allowing users to setup their nova_volume processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nova_volume:
 +
 +.EX
-+.B nova_volume_t 
++.B nova_volume_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nova_volume policy is very flexible allowing users to setup their nova_volume processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nova_volume:
 +
 +
 +.EX
 +.PP
-+.B nova_volume_exec_t 
++.B nova_volume_exec_t
 +.EE
 +
 +- Set files with the nova_volume_exec_t type, if you want to transition an executable to the nova_volume_t domain.
@@ -56620,7 +57024,7 @@ index 0000000..9c3e42f
 +
 +.EX
 +.PP
-+.B nova_volume_tmp_t 
++.B nova_volume_tmp_t
 +.EE
 +
 +- Set files with the nova_volume_tmp_t type, if you want to store nova volume temporary files in the /tmp directories.
@@ -56628,15 +57032,15 @@ index 0000000..9c3e42f
 +
 +.EX
 +.PP
-+.B nova_volume_unit_file_t 
++.B nova_volume_unit_file_t
 +.EE
 +
 +- Set files with the nova_volume_unit_file_t type, if you want to treat the files as nova volume unit content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -56680,13 +57084,13 @@ index 0000000..9c3e42f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nova_volume(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -56694,18 +57098,18 @@ index 0000000..9c3e42f
 \ No newline at end of file
 diff --git a/man/man8/nrpe_selinux.8 b/man/man8/nrpe_selinux.8
 new file mode 100644
-index 0000000..0b95b02
+index 0000000..f91aa56
 --- /dev/null
 +++ b/man/man8/nrpe_selinux.8
 @@ -0,0 +1,124 @@
-+.TH  "nrpe_selinux"  "8"  "12-10-19" "nrpe" "SELinux Policy documentation for nrpe"
++.TH  "nrpe_selinux"  "8"  "12-11-01" "nrpe" "SELinux Policy documentation for nrpe"
 +.SH "NAME"
 +nrpe_selinux \- Security Enhanced Linux Policy for the nrpe processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nrpe processes via flexible mandatory access control.
 +
-+The nrpe processes execute with the nrpe_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nrpe processes execute with the nrpe_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -56722,33 +57126,33 @@ index 0000000..0b95b02
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nrpe policy is very flexible allowing users to setup their nrpe processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nrpe:
 +
 +.EX
-+.B nrpe_t 
++.B nrpe_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nrpe policy is very flexible allowing users to setup their nrpe processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nrpe:
 +
 +
 +.EX
 +.PP
-+.B nrpe_etc_t 
++.B nrpe_etc_t
 +.EE
 +
 +- Set files with the nrpe_etc_t type, if you want to store nrpe files in the /etc directories.
@@ -56756,7 +57160,7 @@ index 0000000..0b95b02
 +
 +.EX
 +.PP
-+.B nrpe_exec_t 
++.B nrpe_exec_t
 +.EE
 +
 +- Set files with the nrpe_exec_t type, if you want to transition an executable to the nrpe_t domain.
@@ -56764,15 +57168,15 @@ index 0000000..0b95b02
 +
 +.EX
 +.PP
-+.B nrpe_var_run_t 
++.B nrpe_var_run_t
 +.EE
 +
 +- Set files with the nrpe_var_run_t type, if you want to store the nrpe files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -56812,30 +57216,30 @@ index 0000000..0b95b02
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nrpe(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/nscd_selinux.8 b/man/man8/nscd_selinux.8
 new file mode 100644
-index 0000000..67e669f
+index 0000000..2d79417
 --- /dev/null
 +++ b/man/man8/nscd_selinux.8
 @@ -0,0 +1,184 @@
-+.TH  "nscd_selinux"  "8"  "12-10-19" "nscd" "SELinux Policy documentation for nscd"
++.TH  "nscd_selinux"  "8"  "12-11-01" "nscd" "SELinux Policy documentation for nscd"
 +.SH "NAME"
 +nscd_selinux \- Security Enhanced Linux Policy for the nscd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nscd processes via flexible mandatory access control.
 +
-+The nscd processes execute with the nscd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nscd processes execute with the nscd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -56852,17 +57256,17 @@ index 0000000..67e669f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nscd policy is very flexible allowing users to setup their nscd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nscd:
 +
 +.EX
-+.B nscd_t 
++.B nscd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -56884,19 +57288,19 @@ index 0000000..67e669f
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nscd policy is very flexible allowing users to setup their nscd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nscd:
 +
 +
 +.EX
 +.PP
-+.B nscd_exec_t 
++.B nscd_exec_t
 +.EE
 +
 +- Set files with the nscd_exec_t type, if you want to transition an executable to the nscd_t domain.
@@ -56904,7 +57308,7 @@ index 0000000..67e669f
 +
 +.EX
 +.PP
-+.B nscd_initrc_exec_t 
++.B nscd_initrc_exec_t
 +.EE
 +
 +- Set files with the nscd_initrc_exec_t type, if you want to transition an executable to the nscd_initrc_t domain.
@@ -56912,7 +57316,7 @@ index 0000000..67e669f
 +
 +.EX
 +.PP
-+.B nscd_log_t 
++.B nscd_log_t
 +.EE
 +
 +- Set files with the nscd_log_t type, if you want to treat the data as nscd log data, usually stored under the /var/log directory.
@@ -56920,7 +57324,7 @@ index 0000000..67e669f
 +
 +.EX
 +.PP
-+.B nscd_unit_file_t 
++.B nscd_unit_file_t
 +.EE
 +
 +- Set files with the nscd_unit_file_t type, if you want to treat the files as nscd unit content.
@@ -56928,15 +57332,15 @@ index 0000000..67e669f
 +
 +.EX
 +.PP
-+.B nscd_var_run_t 
++.B nscd_var_run_t
 +.EE
 +
 +- Set files with the nscd_var_run_t type, if you want to store the nscd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -57001,13 +57405,13 @@ index 0000000..67e669f
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nscd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -57015,18 +57419,18 @@ index 0000000..67e669f
 \ No newline at end of file
 diff --git a/man/man8/nslcd_selinux.8 b/man/man8/nslcd_selinux.8
 new file mode 100644
-index 0000000..bb8f39c
+index 0000000..a01b48c
 --- /dev/null
 +++ b/man/man8/nslcd_selinux.8
 @@ -0,0 +1,134 @@
-+.TH  "nslcd_selinux"  "8"  "12-10-19" "nslcd" "SELinux Policy documentation for nslcd"
++.TH  "nslcd_selinux"  "8"  "12-11-01" "nslcd" "SELinux Policy documentation for nslcd"
 +.SH "NAME"
 +nslcd_selinux \- Security Enhanced Linux Policy for the nslcd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nslcd processes via flexible mandatory access control.
 +
-+The nslcd processes execute with the nslcd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nslcd processes execute with the nslcd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -57043,33 +57447,33 @@ index 0000000..bb8f39c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nslcd policy is very flexible allowing users to setup their nslcd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nslcd:
 +
 +.EX
-+.B nslcd_t 
++.B nslcd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nslcd policy is very flexible allowing users to setup their nslcd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nslcd:
 +
 +
 +.EX
 +.PP
-+.B nslcd_conf_t 
++.B nslcd_conf_t
 +.EE
 +
 +- Set files with the nslcd_conf_t type, if you want to treat the files as nslcd configuration data, usually stored under the /etc directory.
@@ -57077,7 +57481,7 @@ index 0000000..bb8f39c
 +
 +.EX
 +.PP
-+.B nslcd_exec_t 
++.B nslcd_exec_t
 +.EE
 +
 +- Set files with the nslcd_exec_t type, if you want to transition an executable to the nslcd_t domain.
@@ -57085,7 +57489,7 @@ index 0000000..bb8f39c
 +
 +.EX
 +.PP
-+.B nslcd_initrc_exec_t 
++.B nslcd_initrc_exec_t
 +.EE
 +
 +- Set files with the nslcd_initrc_exec_t type, if you want to transition an executable to the nslcd_initrc_t domain.
@@ -57093,15 +57497,15 @@ index 0000000..bb8f39c
 +
 +.EX
 +.PP
-+.B nslcd_var_run_t 
++.B nslcd_var_run_t
 +.EE
 +
 +- Set files with the nslcd_var_run_t type, if you want to store the nslcd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -57143,30 +57547,30 @@ index 0000000..bb8f39c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nslcd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ntop_selinux.8 b/man/man8/ntop_selinux.8
 new file mode 100644
-index 0000000..cf42caa
+index 0000000..ea60031
 --- /dev/null
 +++ b/man/man8/ntop_selinux.8
 @@ -0,0 +1,188 @@
-+.TH  "ntop_selinux"  "8"  "12-10-19" "ntop" "SELinux Policy documentation for ntop"
++.TH  "ntop_selinux"  "8"  "12-11-01" "ntop" "SELinux Policy documentation for ntop"
 +.SH "NAME"
 +ntop_selinux \- Security Enhanced Linux Policy for the ntop processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ntop processes via flexible mandatory access control.
 +
-+The ntop processes execute with the ntop_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ntop processes execute with the ntop_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -57183,33 +57587,33 @@ index 0000000..cf42caa
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ntop policy is very flexible allowing users to setup their ntop processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ntop:
 +
 +.EX
-+.B ntop_t 
++.B ntop_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ntop policy is very flexible allowing users to setup their ntop processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ntop:
 +
 +
 +.EX
 +.PP
-+.B ntop_etc_t 
++.B ntop_etc_t
 +.EE
 +
 +- Set files with the ntop_etc_t type, if you want to store ntop files in the /etc directories.
@@ -57217,7 +57621,7 @@ index 0000000..cf42caa
 +
 +.EX
 +.PP
-+.B ntop_exec_t 
++.B ntop_exec_t
 +.EE
 +
 +- Set files with the ntop_exec_t type, if you want to transition an executable to the ntop_t domain.
@@ -57225,7 +57629,7 @@ index 0000000..cf42caa
 +
 +.EX
 +.PP
-+.B ntop_initrc_exec_t 
++.B ntop_initrc_exec_t
 +.EE
 +
 +- Set files with the ntop_initrc_exec_t type, if you want to transition an executable to the ntop_initrc_t domain.
@@ -57233,7 +57637,7 @@ index 0000000..cf42caa
 +
 +.EX
 +.PP
-+.B ntop_tmp_t 
++.B ntop_tmp_t
 +.EE
 +
 +- Set files with the ntop_tmp_t type, if you want to store ntop temporary files in the /tmp directories.
@@ -57241,7 +57645,7 @@ index 0000000..cf42caa
 +
 +.EX
 +.PP
-+.B ntop_var_lib_t 
++.B ntop_var_lib_t
 +.EE
 +
 +- Set files with the ntop_var_lib_t type, if you want to store the ntop files under the /var/lib directory.
@@ -57249,35 +57653,35 @@ index 0000000..cf42caa
 +
 +.EX
 +.PP
-+.B ntop_var_run_t 
++.B ntop_var_run_t
 +.EE
 +
 +- Set files with the ntop_var_run_t type, if you want to store the ntop files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux ntop policy is very flexible allowing users to setup their ntop processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for ntop:
 +
 +.EX
 +.TP 5
-+.B ntop_port_t 
++.B ntop_port_t
 +.TP 10
 +.EE
 +
@@ -57337,30 +57741,30 @@ index 0000000..cf42caa
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ntop(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ntpd_selinux.8 b/man/man8/ntpd_selinux.8
 new file mode 100644
-index 0000000..ab90d8e
+index 0000000..d93b729
 --- /dev/null
 +++ b/man/man8/ntpd_selinux.8
 @@ -0,0 +1,240 @@
-+.TH  "ntpd_selinux"  "8"  "12-10-19" "ntpd" "SELinux Policy documentation for ntpd"
++.TH  "ntpd_selinux"  "8"  "12-11-01" "ntpd" "SELinux Policy documentation for ntpd"
 +.SH "NAME"
 +ntpd_selinux \- Security Enhanced Linux Policy for the ntpd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ntpd processes via flexible mandatory access control.
 +
-+The ntpd processes execute with the ntpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ntpd processes execute with the ntpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -57377,33 +57781,33 @@ index 0000000..ab90d8e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ntpd policy is very flexible allowing users to setup their ntpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ntpd:
 +
 +.EX
-+.B ntpd_t 
++.B ntpd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ntpd policy is very flexible allowing users to setup their ntpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ntpd:
 +
 +
 +.EX
 +.PP
-+.B ntpd_exec_t 
++.B ntpd_exec_t
 +.EE
 +
 +- Set files with the ntpd_exec_t type, if you want to transition an executable to the ntpd_t domain.
@@ -57411,7 +57815,7 @@ index 0000000..ab90d8e
 +
 +.EX
 +.PP
-+.B ntpd_initrc_exec_t 
++.B ntpd_initrc_exec_t
 +.EE
 +
 +- Set files with the ntpd_initrc_exec_t type, if you want to transition an executable to the ntpd_initrc_t domain.
@@ -57419,7 +57823,7 @@ index 0000000..ab90d8e
 +
 +.EX
 +.PP
-+.B ntpd_key_t 
++.B ntpd_key_t
 +.EE
 +
 +- Set files with the ntpd_key_t type, if you want to treat the files as ntpd key data.
@@ -57427,7 +57831,7 @@ index 0000000..ab90d8e
 +
 +.EX
 +.PP
-+.B ntpd_log_t 
++.B ntpd_log_t
 +.EE
 +
 +- Set files with the ntpd_log_t type, if you want to treat the data as ntpd log data, usually stored under the /var/log directory.
@@ -57435,7 +57839,7 @@ index 0000000..ab90d8e
 +
 +.EX
 +.PP
-+.B ntpd_tmp_t 
++.B ntpd_tmp_t
 +.EE
 +
 +- Set files with the ntpd_tmp_t type, if you want to store ntpd temporary files in the /tmp directories.
@@ -57443,7 +57847,7 @@ index 0000000..ab90d8e
 +
 +.EX
 +.PP
-+.B ntpd_tmpfs_t 
++.B ntpd_tmpfs_t
 +.EE
 +
 +- Set files with the ntpd_tmpfs_t type, if you want to store ntpd files on a tmpfs file system.
@@ -57451,7 +57855,7 @@ index 0000000..ab90d8e
 +
 +.EX
 +.PP
-+.B ntpd_unit_file_t 
++.B ntpd_unit_file_t
 +.EE
 +
 +- Set files with the ntpd_unit_file_t type, if you want to treat the files as ntpd unit content.
@@ -57459,7 +57863,7 @@ index 0000000..ab90d8e
 +
 +.EX
 +.PP
-+.B ntpd_var_run_t 
++.B ntpd_var_run_t
 +.EE
 +
 +- Set files with the ntpd_var_run_t type, if you want to store the ntpd files under the /run directory.
@@ -57467,35 +57871,35 @@ index 0000000..ab90d8e
 +
 +.EX
 +.PP
-+.B ntpdate_exec_t 
++.B ntpdate_exec_t
 +.EE
 +
 +- Set files with the ntpdate_exec_t type, if you want to transition an executable to the ntpdate_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux ntpd policy is very flexible allowing users to setup their ntpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for ntpd:
 +
 +.EX
 +.TP 5
-+.B ntp_port_t 
++.B ntp_port_t
 +.TP 10
 +.EE
 +
@@ -57583,30 +57987,30 @@ index 0000000..ab90d8e
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ntpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/numad_selinux.8 b/man/man8/numad_selinux.8
 new file mode 100644
-index 0000000..eda773e
+index 0000000..4602514
 --- /dev/null
 +++ b/man/man8/numad_selinux.8
 @@ -0,0 +1,126 @@
-+.TH  "numad_selinux"  "8"  "12-10-19" "numad" "SELinux Policy documentation for numad"
++.TH  "numad_selinux"  "8"  "12-11-01" "numad" "SELinux Policy documentation for numad"
 +.SH "NAME"
 +numad_selinux \- Security Enhanced Linux Policy for the numad processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the numad processes via flexible mandatory access control.
 +
-+The numad processes execute with the numad_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The numad processes execute with the numad_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -57623,33 +58027,33 @@ index 0000000..eda773e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux numad policy is very flexible allowing users to setup their numad processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for numad:
 +
 +.EX
-+.B numad_t 
++.B numad_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux numad policy is very flexible allowing users to setup their numad processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for numad:
 +
 +
 +.EX
 +.PP
-+.B numad_exec_t 
++.B numad_exec_t
 +.EE
 +
 +- Set files with the numad_exec_t type, if you want to transition an executable to the numad_t domain.
@@ -57657,7 +58061,7 @@ index 0000000..eda773e
 +
 +.EX
 +.PP
-+.B numad_unit_file_t 
++.B numad_unit_file_t
 +.EE
 +
 +- Set files with the numad_unit_file_t type, if you want to treat the files as numad unit content.
@@ -57665,7 +58069,7 @@ index 0000000..eda773e
 +
 +.EX
 +.PP
-+.B numad_var_log_t 
++.B numad_var_log_t
 +.EE
 +
 +- Set files with the numad_var_log_t type, if you want to treat the data as numad var log data, usually stored under the /var/log directory.
@@ -57673,15 +58077,15 @@ index 0000000..eda773e
 +
 +.EX
 +.PP
-+.B numad_var_run_t 
++.B numad_var_run_t
 +.EE
 +
 +- Set files with the numad_var_run_t type, if you want to store the numad files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -57715,30 +58119,30 @@ index 0000000..eda773e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), numad(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/nut_upsd_selinux.8 b/man/man8/nut_upsd_selinux.8
 new file mode 100644
-index 0000000..721a4d9
+index 0000000..f9abfb2
 --- /dev/null
 +++ b/man/man8/nut_upsd_selinux.8
 @@ -0,0 +1,119 @@
-+.TH  "nut_upsd_selinux"  "8"  "12-10-19" "nut_upsd" "SELinux Policy documentation for nut_upsd"
++.TH  "nut_upsd_selinux"  "8"  "12-11-01" "nut_upsd" "SELinux Policy documentation for nut_upsd"
 +.SH "NAME"
 +nut_upsd_selinux \- Security Enhanced Linux Policy for the nut_upsd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nut_upsd processes via flexible mandatory access control.
 +
-+The nut_upsd processes execute with the nut_upsd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nut_upsd processes execute with the nut_upsd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -57755,33 +58159,33 @@ index 0000000..721a4d9
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nut_upsd policy is very flexible allowing users to setup their nut_upsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nut_upsd:
 +
 +.EX
-+.B nut_upsd_t, nut_upsmon_t, nut_upsdrvctl_t 
++.B nut_upsd_t, nut_upsmon_t, nut_upsdrvctl_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nut_upsd policy is very flexible allowing users to setup their nut_upsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nut_upsd:
 +
 +
 +.EX
 +.PP
-+.B nut_upsd_exec_t 
++.B nut_upsd_exec_t
 +.EE
 +
 +- Set files with the nut_upsd_exec_t type, if you want to transition an executable to the nut_upsd_t domain.
@@ -57789,15 +58193,15 @@ index 0000000..721a4d9
 +
 +.EX
 +.PP
-+.B nut_upsdrvctl_exec_t 
++.B nut_upsdrvctl_exec_t
 +.EE
 +
 +- Set files with the nut_upsdrvctl_exec_t type, if you want to transition an executable to the nut_upsdrvctl_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -57839,13 +58243,13 @@ index 0000000..721a4d9
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nut_upsd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -57853,18 +58257,18 @@ index 0000000..721a4d9
 \ No newline at end of file
 diff --git a/man/man8/nut_upsdrvctl_selinux.8 b/man/man8/nut_upsdrvctl_selinux.8
 new file mode 100644
-index 0000000..f6bbfce
+index 0000000..fbe671e
 --- /dev/null
 +++ b/man/man8/nut_upsdrvctl_selinux.8
 @@ -0,0 +1,111 @@
-+.TH  "nut_upsdrvctl_selinux"  "8"  "12-10-19" "nut_upsdrvctl" "SELinux Policy documentation for nut_upsdrvctl"
++.TH  "nut_upsdrvctl_selinux"  "8"  "12-11-01" "nut_upsdrvctl" "SELinux Policy documentation for nut_upsdrvctl"
 +.SH "NAME"
 +nut_upsdrvctl_selinux \- Security Enhanced Linux Policy for the nut_upsdrvctl processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nut_upsdrvctl processes via flexible mandatory access control.
 +
-+The nut_upsdrvctl processes execute with the nut_upsdrvctl_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nut_upsdrvctl processes execute with the nut_upsdrvctl_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -57881,41 +58285,41 @@ index 0000000..f6bbfce
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nut_upsdrvctl policy is very flexible allowing users to setup their nut_upsdrvctl processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nut_upsdrvctl:
 +
 +.EX
-+.B nut_upsdrvctl_t 
++.B nut_upsdrvctl_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nut_upsdrvctl policy is very flexible allowing users to setup their nut_upsdrvctl processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nut_upsdrvctl:
 +
 +
 +.EX
 +.PP
-+.B nut_upsdrvctl_exec_t 
++.B nut_upsdrvctl_exec_t
 +.EE
 +
 +- Set files with the nut_upsdrvctl_exec_t type, if you want to transition an executable to the nut_upsdrvctl_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -57957,13 +58361,13 @@ index 0000000..f6bbfce
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nut_upsdrvctl(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -57971,18 +58375,18 @@ index 0000000..f6bbfce
 \ No newline at end of file
 diff --git a/man/man8/nut_upsmon_selinux.8 b/man/man8/nut_upsmon_selinux.8
 new file mode 100644
-index 0000000..6b55c40
+index 0000000..8abe28c
 --- /dev/null
 +++ b/man/man8/nut_upsmon_selinux.8
 @@ -0,0 +1,185 @@
-+.TH  "nut_upsmon_selinux"  "8"  "12-10-19" "nut_upsmon" "SELinux Policy documentation for nut_upsmon"
++.TH  "nut_upsmon_selinux"  "8"  "12-11-01" "nut_upsmon" "SELinux Policy documentation for nut_upsmon"
 +.SH "NAME"
 +nut_upsmon_selinux \- Security Enhanced Linux Policy for the nut_upsmon processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the nut_upsmon processes via flexible mandatory access control.
 +
-+The nut_upsmon processes execute with the nut_upsmon_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The nut_upsmon processes execute with the nut_upsmon_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -57999,41 +58403,41 @@ index 0000000..6b55c40
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux nut_upsmon policy is very flexible allowing users to setup their nut_upsmon processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for nut_upsmon:
 +
 +.EX
-+.B nut_upsmon_t 
++.B nut_upsmon_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux nut_upsmon policy is very flexible allowing users to setup their nut_upsmon processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for nut_upsmon:
 +
 +
 +.EX
 +.PP
-+.B nut_upsmon_exec_t 
++.B nut_upsmon_exec_t
 +.EE
 +
 +- Set files with the nut_upsmon_exec_t type, if you want to transition an executable to the nut_upsmon_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -58063,10 +58467,10 @@ index 0000000..6b55c40
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -58149,13 +58553,13 @@ index 0000000..6b55c40
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nut_upsmon(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -58163,34 +58567,34 @@ index 0000000..6b55c40
 \ No newline at end of file
 diff --git a/man/man8/nx_server_selinux.8 b/man/man8/nx_server_selinux.8
 new file mode 100644
-index 0000000..837cca0
+index 0000000..e551b42
 --- /dev/null
 +++ b/man/man8/nx_server_selinux.8
 @@ -0,0 +1,129 @@
 +.TH  "nx_server_selinux"  "8"  "nx_server" "mgrepl at redhat.com" "nx_server SELinux Policy documentation"
 +.SH "NAME"
-+nx_server_r \- \fBnx_server user role\fP - Security Enhanced Linux Policy 
++nx_server_r \- \fBnx_server user role\fP - Security Enhanced Linux Policy
 +
 +.SH DESCRIPTION
 +
-+SELinux supports Roles Based Access Control (RBAC), some Linux roles are login roles, while other roles need to be transition into. 
++SELinux supports Roles Based Access Control (RBAC), some Linux roles are login roles, while other roles need to be transition into.
 +
-+.I Note: 
-+Examples in this man page will use the 
-+.B staff_u 
++.I Note:
++Examples in this man page will use the
++.B staff_u
 +SELinux user.
 +
-+Non login roles are usually used for administrative tasks. For example, tasks that require root privileges.  Roles control which types a user can run processes with. Roles often have default types assigned to them. 
++Non login roles are usually used for administrative tasks. For example, tasks that require root privileges.  Roles control which types a user can run processes with. Roles often have default types assigned to them.
 +
 +The default type for the nx_server_r role is nx_server_t.
 +
-+The 
-+.B newrole 
++The
++.B newrole
 +program to transition directly to this role.
 +
 +.B newrole -r nx_server_r -t nx_server_t
 +
-+.B sudo 
++.B sudo
 +is the preferred method to do transition from one role to another.  You setup sudo to transition to nx_server_r by adding a similar line to the /etc/sudoers file.
 +
 +USERNAME ALL=(ALL) ROLE=nx_server_r TYPE=nx_server_t COMMAND
@@ -58206,7 +58610,7 @@ index 0000000..837cca0
 +
 +You need to add nx_server_r to the staff_u user.  You could setup the staff_u user to be able to use the nx_server_r role with a command like:
 +
-+.B $ semanage user -m -R 'staff_r system_r nx_server_r' staff_u 
++.B $ semanage user -m -R 'staff_r system_r nx_server_r' staff_u
 +
 +
 +.SH "MANAGED FILES"
@@ -58286,30 +58690,30 @@ index 0000000..837cca0
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), nx_server(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/obex_selinux.8 b/man/man8/obex_selinux.8
 new file mode 100644
-index 0000000..5e777f8
+index 0000000..516eea1
 --- /dev/null
 +++ b/man/man8/obex_selinux.8
 @@ -0,0 +1,86 @@
-+.TH  "obex_selinux"  "8"  "12-10-19" "obex" "SELinux Policy documentation for obex"
++.TH  "obex_selinux"  "8"  "12-11-01" "obex" "SELinux Policy documentation for obex"
 +.SH "NAME"
 +obex_selinux \- Security Enhanced Linux Policy for the obex processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the obex processes via flexible mandatory access control.
 +
-+The obex processes execute with the obex_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The obex processes execute with the obex_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -58326,41 +58730,41 @@ index 0000000..5e777f8
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux obex policy is very flexible allowing users to setup their obex processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for obex:
 +
 +.EX
-+.B obex_t 
++.B obex_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux obex policy is very flexible allowing users to setup their obex processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for obex:
 +
 +
 +.EX
 +.PP
-+.B obex_exec_t 
++.B obex_exec_t
 +.EE
 +
 +- Set files with the obex_exec_t type, if you want to transition an executable to the obex_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -58378,30 +58782,30 @@ index 0000000..5e777f8
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), obex(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/oddjob_mkhomedir_selinux.8 b/man/man8/oddjob_mkhomedir_selinux.8
 new file mode 100644
-index 0000000..f619392
+index 0000000..a049201
 --- /dev/null
 +++ b/man/man8/oddjob_mkhomedir_selinux.8
 @@ -0,0 +1,117 @@
-+.TH  "oddjob_mkhomedir_selinux"  "8"  "12-10-19" "oddjob_mkhomedir" "SELinux Policy documentation for oddjob_mkhomedir"
++.TH  "oddjob_mkhomedir_selinux"  "8"  "12-11-01" "oddjob_mkhomedir" "SELinux Policy documentation for oddjob_mkhomedir"
 +.SH "NAME"
 +oddjob_mkhomedir_selinux \- Security Enhanced Linux Policy for the oddjob_mkhomedir processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the oddjob_mkhomedir processes via flexible mandatory access control.
 +
-+The oddjob_mkhomedir processes execute with the oddjob_mkhomedir_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The oddjob_mkhomedir processes execute with the oddjob_mkhomedir_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -58418,41 +58822,41 @@ index 0000000..f619392
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux oddjob_mkhomedir policy is very flexible allowing users to setup their oddjob_mkhomedir processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for oddjob_mkhomedir:
 +
 +.EX
-+.B oddjob_mkhomedir_t 
++.B oddjob_mkhomedir_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux oddjob_mkhomedir policy is very flexible allowing users to setup their oddjob_mkhomedir processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for oddjob_mkhomedir:
 +
 +
 +.EX
 +.PP
-+.B oddjob_mkhomedir_exec_t 
++.B oddjob_mkhomedir_exec_t
 +.EE
 +
 +- Set files with the oddjob_mkhomedir_exec_t type, if you want to transition an executable to the oddjob_mkhomedir_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -58500,13 +58904,13 @@ index 0000000..f619392
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), oddjob_mkhomedir(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -58514,18 +58918,18 @@ index 0000000..f619392
 \ No newline at end of file
 diff --git a/man/man8/oddjob_selinux.8 b/man/man8/oddjob_selinux.8
 new file mode 100644
-index 0000000..837278d
+index 0000000..da2bce8
 --- /dev/null
 +++ b/man/man8/oddjob_selinux.8
 @@ -0,0 +1,154 @@
-+.TH  "oddjob_selinux"  "8"  "12-10-19" "oddjob" "SELinux Policy documentation for oddjob"
++.TH  "oddjob_selinux"  "8"  "12-11-01" "oddjob" "SELinux Policy documentation for oddjob"
 +.SH "NAME"
 +oddjob_selinux \- Security Enhanced Linux Policy for the oddjob processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the oddjob processes via flexible mandatory access control.
 +
-+The oddjob processes execute with the oddjob_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The oddjob processes execute with the oddjob_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -58542,17 +58946,17 @@ index 0000000..837278d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux oddjob policy is very flexible allowing users to setup their oddjob processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for oddjob:
 +
 +.EX
-+.B oddjob_mkhomedir_t, oddjob_t 
++.B oddjob_mkhomedir_t, oddjob_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -58574,19 +58978,19 @@ index 0000000..837278d
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux oddjob policy is very flexible allowing users to setup their oddjob processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for oddjob:
 +
 +
 +.EX
 +.PP
-+.B oddjob_exec_t 
++.B oddjob_exec_t
 +.EE
 +
 +- Set files with the oddjob_exec_t type, if you want to transition an executable to the oddjob_t domain.
@@ -58594,7 +58998,7 @@ index 0000000..837278d
 +
 +.EX
 +.PP
-+.B oddjob_mkhomedir_exec_t 
++.B oddjob_mkhomedir_exec_t
 +.EE
 +
 +- Set files with the oddjob_mkhomedir_exec_t type, if you want to transition an executable to the oddjob_mkhomedir_t domain.
@@ -58602,15 +59006,15 @@ index 0000000..837278d
 +
 +.EX
 +.PP
-+.B oddjob_var_run_t 
++.B oddjob_var_run_t
 +.EE
 +
 +- Set files with the oddjob_var_run_t type, if you want to store the oddjob files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -58661,13 +59065,13 @@ index 0000000..837278d
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), oddjob(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -58675,18 +59079,18 @@ index 0000000..837278d
 \ No newline at end of file
 diff --git a/man/man8/openct_selinux.8 b/man/man8/openct_selinux.8
 new file mode 100644
-index 0000000..8cb1739
+index 0000000..7a5ded1
 --- /dev/null
 +++ b/man/man8/openct_selinux.8
 @@ -0,0 +1,108 @@
-+.TH  "openct_selinux"  "8"  "12-10-19" "openct" "SELinux Policy documentation for openct"
++.TH  "openct_selinux"  "8"  "12-11-01" "openct" "SELinux Policy documentation for openct"
 +.SH "NAME"
 +openct_selinux \- Security Enhanced Linux Policy for the openct processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the openct processes via flexible mandatory access control.
 +
-+The openct processes execute with the openct_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The openct processes execute with the openct_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -58703,33 +59107,33 @@ index 0000000..8cb1739
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux openct policy is very flexible allowing users to setup their openct processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for openct:
 +
 +.EX
-+.B openct_t 
++.B openct_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux openct policy is very flexible allowing users to setup their openct processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for openct:
 +
 +
 +.EX
 +.PP
-+.B openct_exec_t 
++.B openct_exec_t
 +.EE
 +
 +- Set files with the openct_exec_t type, if you want to transition an executable to the openct_t domain.
@@ -58737,15 +59141,15 @@ index 0000000..8cb1739
 +
 +.EX
 +.PP
-+.B openct_var_run_t 
++.B openct_var_run_t
 +.EE
 +
 +- Set files with the openct_var_run_t type, if you want to store the openct files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -58777,30 +59181,30 @@ index 0000000..8cb1739
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), openct(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/openshift_cgroup_read_selinux.8 b/man/man8/openshift_cgroup_read_selinux.8
 new file mode 100644
-index 0000000..1e648b4
+index 0000000..535b556
 --- /dev/null
 +++ b/man/man8/openshift_cgroup_read_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "openshift_cgroup_read_selinux"  "8"  "12-10-19" "openshift_cgroup_read" "SELinux Policy documentation for openshift_cgroup_read"
++.TH  "openshift_cgroup_read_selinux"  "8"  "12-11-01" "openshift_cgroup_read" "SELinux Policy documentation for openshift_cgroup_read"
 +.SH "NAME"
 +openshift_cgroup_read_selinux \- Security Enhanced Linux Policy for the openshift_cgroup_read processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the openshift_cgroup_read processes via flexible mandatory access control.
 +
-+The openshift_cgroup_read processes execute with the openshift_cgroup_read_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The openshift_cgroup_read processes execute with the openshift_cgroup_read_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -58817,41 +59221,41 @@ index 0000000..1e648b4
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux openshift_cgroup_read policy is very flexible allowing users to setup their openshift_cgroup_read processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for openshift_cgroup_read:
 +
 +.EX
-+.B openshift_cgroup_read_t 
++.B openshift_cgroup_read_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux openshift_cgroup_read policy is very flexible allowing users to setup their openshift_cgroup_read processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for openshift_cgroup_read:
 +
 +
 +.EX
 +.PP
-+.B openshift_cgroup_read_exec_t 
++.B openshift_cgroup_read_exec_t
 +.EE
 +
 +- Set files with the openshift_cgroup_read_exec_t type, if you want to transition an executable to the openshift_cgroup_read_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -58869,13 +59273,13 @@ index 0000000..1e648b4
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), openshift_cgroup_read(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -58883,18 +59287,18 @@ index 0000000..1e648b4
 \ No newline at end of file
 diff --git a/man/man8/openshift_initrc_selinux.8 b/man/man8/openshift_initrc_selinux.8
 new file mode 100644
-index 0000000..e42e9e2
+index 0000000..43101f1
 --- /dev/null
 +++ b/man/man8/openshift_initrc_selinux.8
 @@ -0,0 +1,105 @@
-+.TH  "openshift_initrc_selinux"  "8"  "12-10-19" "openshift_initrc" "SELinux Policy documentation for openshift_initrc"
++.TH  "openshift_initrc_selinux"  "8"  "12-11-01" "openshift_initrc" "SELinux Policy documentation for openshift_initrc"
 +.SH "NAME"
 +openshift_initrc_selinux \- Security Enhanced Linux Policy for the openshift_initrc processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the openshift_initrc processes via flexible mandatory access control.
 +
-+The openshift_initrc processes execute with the openshift_initrc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The openshift_initrc processes execute with the openshift_initrc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -58903,41 +59307,41 @@ index 0000000..e42e9e2
 +
 +.SH "ENTRYPOINTS"
 +
-+The openshift_initrc_t SELinux type can be entered via the "unlabeled_t,proc_type,file_type,sysctl_type,mtrr_device_t,openshift_initrc_exec_t,filesystem_type" file types.  The default entrypoint paths for the openshift_initrc_t domain are the following:"
++The openshift_initrc_t SELinux type can be entered via the "filesystem_type,openshift_initrc_exec_t,unlabeled_t,proc_type,mtrr_device_t,sysctl_type,file_type" file types.  The default entrypoint paths for the openshift_initrc_t domain are the following:"
 +
-+all files on the system, /dev/cpu/mtrr, /usr/bin/(oo|rhc)-restorer, /etc/rc\.d/init\.d/libra, /usr/bin/oo-admin-ctl-gears, /etc/rc\.d/init\.d/mcollective
++/usr/bin/(oo|rhc)-restorer, /etc/rc\.d/init\.d/libra, /usr/sbin/mcollectived, /usr/bin/oo-admin-ctl-gears, /etc/rc\.d/init\.d/mcollective, /dev/cpu/mtrr, all files on the system
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux openshift_initrc policy is very flexible allowing users to setup their openshift_initrc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for openshift_initrc:
 +
 +.EX
-+.B openshift_initrc_t 
++.B openshift_initrc_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux openshift_initrc policy is very flexible allowing users to setup their openshift_initrc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for openshift_initrc:
 +
 +
 +.EX
 +.PP
-+.B openshift_initrc_exec_t 
++.B openshift_initrc_exec_t
 +.EE
 +
 +- Set files with the openshift_initrc_exec_t type, if you want to transition an executable to the openshift_initrc_t domain.
@@ -58945,15 +59349,15 @@ index 0000000..e42e9e2
 +
 +.EX
 +.PP
-+.B openshift_initrc_tmp_t 
++.B openshift_initrc_tmp_t
 +.EE
 +
 +- Set files with the openshift_initrc_tmp_t type, if you want to store openshift initrc temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -58981,13 +59385,13 @@ index 0000000..e42e9e2
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), openshift_initrc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -58995,18 +59399,18 @@ index 0000000..e42e9e2
 \ No newline at end of file
 diff --git a/man/man8/openvpn_selinux.8 b/man/man8/openvpn_selinux.8
 new file mode 100644
-index 0000000..ba95b2b
+index 0000000..266266d
 --- /dev/null
 +++ b/man/man8/openvpn_selinux.8
 @@ -0,0 +1,314 @@
-+.TH  "openvpn_selinux"  "8"  "12-10-19" "openvpn" "SELinux Policy documentation for openvpn"
++.TH  "openvpn_selinux"  "8"  "12-11-01" "openvpn" "SELinux Policy documentation for openvpn"
 +.SH "NAME"
 +openvpn_selinux \- Security Enhanced Linux Policy for the openvpn processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the openvpn processes via flexible mandatory access control.
 +
-+The openvpn processes execute with the openvpn_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The openvpn processes execute with the openvpn_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -59023,17 +59427,17 @@ index 0000000..ba95b2b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux openvpn policy is very flexible allowing users to setup their openvpn processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for openvpn:
 +
 +.EX
-+.B openvpn_t 
++.B openvpn_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -59055,19 +59459,19 @@ index 0000000..ba95b2b
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux openvpn policy is very flexible allowing users to setup their openvpn processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for openvpn:
 +
 +
 +.EX
 +.PP
-+.B openvpn_etc_rw_t 
++.B openvpn_etc_rw_t
 +.EE
 +
 +- Set files with the openvpn_etc_rw_t type, if you want to treat the files as openvpn etc read/write content.
@@ -59075,7 +59479,7 @@ index 0000000..ba95b2b
 +
 +.EX
 +.PP
-+.B openvpn_etc_t 
++.B openvpn_etc_t
 +.EE
 +
 +- Set files with the openvpn_etc_t type, if you want to store openvpn files in the /etc directories.
@@ -59083,7 +59487,7 @@ index 0000000..ba95b2b
 +
 +.EX
 +.PP
-+.B openvpn_exec_t 
++.B openvpn_exec_t
 +.EE
 +
 +- Set files with the openvpn_exec_t type, if you want to transition an executable to the openvpn_t domain.
@@ -59091,7 +59495,7 @@ index 0000000..ba95b2b
 +
 +.EX
 +.PP
-+.B openvpn_initrc_exec_t 
++.B openvpn_initrc_exec_t
 +.EE
 +
 +- Set files with the openvpn_initrc_exec_t type, if you want to transition an executable to the openvpn_initrc_t domain.
@@ -59099,7 +59503,7 @@ index 0000000..ba95b2b
 +
 +.EX
 +.PP
-+.B openvpn_tmp_t 
++.B openvpn_tmp_t
 +.EE
 +
 +- Set files with the openvpn_tmp_t type, if you want to store openvpn temporary files in the /tmp directories.
@@ -59107,7 +59511,7 @@ index 0000000..ba95b2b
 +
 +.EX
 +.PP
-+.B openvpn_var_log_t 
++.B openvpn_var_log_t
 +.EE
 +
 +- Set files with the openvpn_var_log_t type, if you want to treat the data as openvpn var log data, usually stored under the /var/log directory.
@@ -59115,35 +59519,35 @@ index 0000000..ba95b2b
 +
 +.EX
 +.PP
-+.B openvpn_var_run_t 
++.B openvpn_var_run_t
 +.EE
 +
 +- Set files with the openvpn_var_run_t type, if you want to store the openvpn files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux openvpn policy is very flexible allowing users to setup their openvpn processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for openvpn:
 +
 +.EX
 +.TP 5
-+.B openvpn_port_t 
++.B openvpn_port_t
 +.TP 10
 +.EE
 +
@@ -59302,13 +59706,13 @@ index 0000000..ba95b2b
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), openvpn(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -59316,18 +59720,18 @@ index 0000000..ba95b2b
 \ No newline at end of file
 diff --git a/man/man8/pacemaker_selinux.8 b/man/man8/pacemaker_selinux.8
 new file mode 100644
-index 0000000..fd6ed2c
+index 0000000..30da0ee
 --- /dev/null
 +++ b/man/man8/pacemaker_selinux.8
 @@ -0,0 +1,150 @@
-+.TH  "pacemaker_selinux"  "8"  "12-10-19" "pacemaker" "SELinux Policy documentation for pacemaker"
++.TH  "pacemaker_selinux"  "8"  "12-11-01" "pacemaker" "SELinux Policy documentation for pacemaker"
 +.SH "NAME"
 +pacemaker_selinux \- Security Enhanced Linux Policy for the pacemaker processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the pacemaker processes via flexible mandatory access control.
 +
-+The pacemaker processes execute with the pacemaker_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The pacemaker processes execute with the pacemaker_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -59344,33 +59748,33 @@ index 0000000..fd6ed2c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux pacemaker policy is very flexible allowing users to setup their pacemaker processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for pacemaker:
 +
 +.EX
-+.B pacemaker_t 
++.B pacemaker_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux pacemaker policy is very flexible allowing users to setup their pacemaker processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for pacemaker:
 +
 +
 +.EX
 +.PP
-+.B pacemaker_exec_t 
++.B pacemaker_exec_t
 +.EE
 +
 +- Set files with the pacemaker_exec_t type, if you want to transition an executable to the pacemaker_t domain.
@@ -59378,7 +59782,7 @@ index 0000000..fd6ed2c
 +
 +.EX
 +.PP
-+.B pacemaker_initrc_exec_t 
++.B pacemaker_initrc_exec_t
 +.EE
 +
 +- Set files with the pacemaker_initrc_exec_t type, if you want to transition an executable to the pacemaker_initrc_t domain.
@@ -59386,7 +59790,7 @@ index 0000000..fd6ed2c
 +
 +.EX
 +.PP
-+.B pacemaker_unit_file_t 
++.B pacemaker_unit_file_t
 +.EE
 +
 +- Set files with the pacemaker_unit_file_t type, if you want to treat the files as pacemaker unit content.
@@ -59394,7 +59798,7 @@ index 0000000..fd6ed2c
 +
 +.EX
 +.PP
-+.B pacemaker_var_lib_t 
++.B pacemaker_var_lib_t
 +.EE
 +
 +- Set files with the pacemaker_var_lib_t type, if you want to store the pacemaker files under the /var/lib directory.
@@ -59402,15 +59806,15 @@ index 0000000..fd6ed2c
 +
 +.EX
 +.PP
-+.B pacemaker_var_run_t 
++.B pacemaker_var_run_t
 +.EE
 +
 +- Set files with the pacemaker_var_run_t type, if you want to store the pacemaker files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -59460,30 +59864,30 @@ index 0000000..fd6ed2c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), pacemaker(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/pads_selinux.8 b/man/man8/pads_selinux.8
 new file mode 100644
-index 0000000..92993ef
+index 0000000..4402702
 --- /dev/null
 +++ b/man/man8/pads_selinux.8
 @@ -0,0 +1,140 @@
-+.TH  "pads_selinux"  "8"  "12-10-19" "pads" "SELinux Policy documentation for pads"
++.TH  "pads_selinux"  "8"  "12-11-01" "pads" "SELinux Policy documentation for pads"
 +.SH "NAME"
 +pads_selinux \- Security Enhanced Linux Policy for the pads processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the pads processes via flexible mandatory access control.
 +
-+The pads processes execute with the pads_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The pads processes execute with the pads_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -59500,33 +59904,33 @@ index 0000000..92993ef
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux pads policy is very flexible allowing users to setup their pads processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for pads:
 +
 +.EX
-+.B pads_t 
++.B pads_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux pads policy is very flexible allowing users to setup their pads processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for pads:
 +
 +
 +.EX
 +.PP
-+.B pads_config_t 
++.B pads_config_t
 +.EE
 +
 +- Set files with the pads_config_t type, if you want to treat the files as pads configuration data, usually stored under the /etc directory.
@@ -59534,7 +59938,7 @@ index 0000000..92993ef
 +
 +.EX
 +.PP
-+.B pads_exec_t 
++.B pads_exec_t
 +.EE
 +
 +- Set files with the pads_exec_t type, if you want to transition an executable to the pads_t domain.
@@ -59542,7 +59946,7 @@ index 0000000..92993ef
 +
 +.EX
 +.PP
-+.B pads_initrc_exec_t 
++.B pads_initrc_exec_t
 +.EE
 +
 +- Set files with the pads_initrc_exec_t type, if you want to transition an executable to the pads_initrc_t domain.
@@ -59550,15 +59954,15 @@ index 0000000..92993ef
 +
 +.EX
 +.PP
-+.B pads_var_run_t 
++.B pads_var_run_t
 +.EE
 +
 +- Set files with the pads_var_run_t type, if you want to store the pads files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -59606,30 +60010,30 @@ index 0000000..92993ef
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), pads(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/pam_console_selinux.8 b/man/man8/pam_console_selinux.8
 new file mode 100644
-index 0000000..5541f20
+index 0000000..efb2cc6
 --- /dev/null
 +++ b/man/man8/pam_console_selinux.8
 @@ -0,0 +1,101 @@
-+.TH  "pam_console_selinux"  "8"  "12-10-19" "pam_console" "SELinux Policy documentation for pam_console"
++.TH  "pam_console_selinux"  "8"  "12-11-01" "pam_console" "SELinux Policy documentation for pam_console"
 +.SH "NAME"
 +pam_console_selinux \- Security Enhanced Linux Policy for the pam_console processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the pam_console processes via flexible mandatory access control.
 +
-+The pam_console processes execute with the pam_console_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The pam_console processes execute with the pam_console_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -59646,41 +60050,41 @@ index 0000000..5541f20
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux pam_console policy is very flexible allowing users to setup their pam_console processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for pam_console:
 +
 +.EX
-+.B pam_console_t 
++.B pam_console_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux pam_console policy is very flexible allowing users to setup their pam_console processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for pam_console:
 +
 +
 +.EX
 +.PP
-+.B pam_console_exec_t 
++.B pam_console_exec_t
 +.EE
 +
 +- Set files with the pam_console_exec_t type, if you want to transition an executable to the pam_console_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -59712,13 +60116,13 @@ index 0000000..5541f20
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), pam_console(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -59726,18 +60130,18 @@ index 0000000..5541f20
 \ No newline at end of file
 diff --git a/man/man8/pam_timestamp_selinux.8 b/man/man8/pam_timestamp_selinux.8
 new file mode 100644
-index 0000000..c6ed7bf
+index 0000000..b2e35ab
 --- /dev/null
 +++ b/man/man8/pam_timestamp_selinux.8
 @@ -0,0 +1,117 @@
-+.TH  "pam_timestamp_selinux"  "8"  "12-10-19" "pam_timestamp" "SELinux Policy documentation for pam_timestamp"
++.TH  "pam_timestamp_selinux"  "8"  "12-11-01" "pam_timestamp" "SELinux Policy documentation for pam_timestamp"
 +.SH "NAME"
 +pam_timestamp_selinux \- Security Enhanced Linux Policy for the pam_timestamp processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the pam_timestamp processes via flexible mandatory access control.
 +
-+The pam_timestamp processes execute with the pam_timestamp_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The pam_timestamp processes execute with the pam_timestamp_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -59754,33 +60158,33 @@ index 0000000..c6ed7bf
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux pam_timestamp policy is very flexible allowing users to setup their pam_timestamp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for pam_timestamp:
 +
 +.EX
-+.B pam_timestamp_t 
++.B pam_timestamp_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux pam_timestamp policy is very flexible allowing users to setup their pam_timestamp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for pam_timestamp:
 +
 +
 +.EX
 +.PP
-+.B pam_timestamp_exec_t 
++.B pam_timestamp_exec_t
 +.EE
 +
 +- Set files with the pam_timestamp_exec_t type, if you want to transition an executable to the pam_timestamp_t domain.
@@ -59788,15 +60192,15 @@ index 0000000..c6ed7bf
 +
 +.EX
 +.PP
-+.B pam_timestamp_tmp_t 
++.B pam_timestamp_tmp_t
 +.EE
 +
 +- Set files with the pam_timestamp_tmp_t type, if you want to store pam timestamp temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -59836,13 +60240,13 @@ index 0000000..c6ed7bf
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), pam_timestamp(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -59850,18 +60254,18 @@ index 0000000..c6ed7bf
 \ No newline at end of file
 diff --git a/man/man8/passenger_selinux.8 b/man/man8/passenger_selinux.8
 new file mode 100644
-index 0000000..95e71d2
+index 0000000..c07e89a
 --- /dev/null
 +++ b/man/man8/passenger_selinux.8
 @@ -0,0 +1,166 @@
-+.TH  "passenger_selinux"  "8"  "12-10-19" "passenger" "SELinux Policy documentation for passenger"
++.TH  "passenger_selinux"  "8"  "12-11-01" "passenger" "SELinux Policy documentation for passenger"
 +.SH "NAME"
 +passenger_selinux \- Security Enhanced Linux Policy for the passenger processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the passenger processes via flexible mandatory access control.
 +
-+The passenger processes execute with the passenger_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The passenger processes execute with the passenger_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -59878,33 +60282,33 @@ index 0000000..95e71d2
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux passenger policy is very flexible allowing users to setup their passenger processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for passenger:
 +
 +.EX
-+.B passenger_t 
++.B passenger_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux passenger policy is very flexible allowing users to setup their passenger processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for passenger:
 +
 +
 +.EX
 +.PP
-+.B passenger_exec_t 
++.B passenger_exec_t
 +.EE
 +
 +- Set files with the passenger_exec_t type, if you want to transition an executable to the passenger_t domain.
@@ -59912,7 +60316,7 @@ index 0000000..95e71d2
 +
 +.EX
 +.PP
-+.B passenger_log_t 
++.B passenger_log_t
 +.EE
 +
 +- Set files with the passenger_log_t type, if you want to treat the data as passenger log data, usually stored under the /var/log directory.
@@ -59920,7 +60324,7 @@ index 0000000..95e71d2
 +
 +.EX
 +.PP
-+.B passenger_tmp_t 
++.B passenger_tmp_t
 +.EE
 +
 +- Set files with the passenger_tmp_t type, if you want to store passenger temporary files in the /tmp directories.
@@ -59928,7 +60332,7 @@ index 0000000..95e71d2
 +
 +.EX
 +.PP
-+.B passenger_var_lib_t 
++.B passenger_var_lib_t
 +.EE
 +
 +- Set files with the passenger_var_lib_t type, if you want to store the passenger files under the /var/lib directory.
@@ -59936,15 +60340,15 @@ index 0000000..95e71d2
 +
 +.EX
 +.PP
-+.B passenger_var_run_t 
++.B passenger_var_run_t
 +.EE
 +
 +- Set files with the passenger_var_run_t type, if you want to store the passenger files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -60010,30 +60414,30 @@ index 0000000..95e71d2
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), passenger(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/passwd_selinux.8 b/man/man8/passwd_selinux.8
 new file mode 100644
-index 0000000..63df2e7
+index 0000000..af4b9b1
 --- /dev/null
 +++ b/man/man8/passwd_selinux.8
 @@ -0,0 +1,208 @@
-+.TH  "passwd_selinux"  "8"  "12-10-19" "passwd" "SELinux Policy documentation for passwd"
++.TH  "passwd_selinux"  "8"  "12-11-01" "passwd" "SELinux Policy documentation for passwd"
 +.SH "NAME"
 +passwd_selinux \- Security Enhanced Linux Policy for the passwd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the passwd processes via flexible mandatory access control.
 +
-+The passwd processes execute with the passwd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The passwd processes execute with the passwd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -60050,33 +60454,33 @@ index 0000000..63df2e7
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux passwd policy is very flexible allowing users to setup their passwd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for passwd:
 +
 +.EX
-+.B passwd_t 
++.B passwd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux passwd policy is very flexible allowing users to setup their passwd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for passwd:
 +
 +
 +.EX
 +.PP
-+.B passwd_exec_t 
++.B passwd_exec_t
 +.EE
 +
 +- Set files with the passwd_exec_t type, if you want to transition an executable to the passwd_t domain.
@@ -60084,15 +60488,15 @@ index 0000000..63df2e7
 +
 +.EX
 +.PP
-+.B passwd_file_t 
++.B passwd_file_t
 +.EE
 +
 +- Set files with the passwd_file_t type, if you want to treat the files as passwd content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -60150,10 +60554,18 @@ index 0000000..63df2e7
 +.br
 +	/etc/passwd[-\+]?
 +.br
++	/etc/passwd\.adjunct.*
++.br
 +	/etc/ptmptmp
 +.br
++	/etc/\.pwd\.lock
++.br
++	/etc/group\.lock
++.br
 +	/etc/passwd\.OLD
 +.br
++	/etc/passwd\.lock
++.br
 +
 +.br
 +.B pcscd_var_run_t
@@ -60184,14 +60596,6 @@ index 0000000..63df2e7
 +.br
 +	/var/db/shadow.*
 +.br
-+	/etc/passwd\.adjunct.*
-+.br
-+	/etc/\.pwd\.lock
-+.br
-+	/etc/group\.lock
-+.br
-+	/etc/passwd\.lock
-+.br
 +	/etc/security/opasswd
 +.br
 +	/etc/security/opasswd\.old
@@ -60224,30 +60628,30 @@ index 0000000..63df2e7
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), passwd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/pcscd_selinux.8 b/man/man8/pcscd_selinux.8
 new file mode 100644
-index 0000000..6f21ece
+index 0000000..41e4f5f
 --- /dev/null
 +++ b/man/man8/pcscd_selinux.8
 @@ -0,0 +1,116 @@
-+.TH  "pcscd_selinux"  "8"  "12-10-19" "pcscd" "SELinux Policy documentation for pcscd"
++.TH  "pcscd_selinux"  "8"  "12-11-01" "pcscd" "SELinux Policy documentation for pcscd"
 +.SH "NAME"
 +pcscd_selinux \- Security Enhanced Linux Policy for the pcscd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the pcscd processes via flexible mandatory access control.
 +
-+The pcscd processes execute with the pcscd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The pcscd processes execute with the pcscd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -60264,33 +60668,33 @@ index 0000000..6f21ece
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux pcscd policy is very flexible allowing users to setup their pcscd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for pcscd:
 +
 +.EX
-+.B pcscd_t 
++.B pcscd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux pcscd policy is very flexible allowing users to setup their pcscd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for pcscd:
 +
 +
 +.EX
 +.PP
-+.B pcscd_exec_t 
++.B pcscd_exec_t
 +.EE
 +
 +- Set files with the pcscd_exec_t type, if you want to transition an executable to the pcscd_t domain.
@@ -60298,15 +60702,15 @@ index 0000000..6f21ece
 +
 +.EX
 +.PP
-+.B pcscd_var_run_t 
++.B pcscd_var_run_t
 +.EE
 +
 +- Set files with the pcscd_var_run_t type, if you want to store the pcscd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -60346,30 +60750,30 @@ index 0000000..6f21ece
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), pcscd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/pegasus_selinux.8 b/man/man8/pegasus_selinux.8
 new file mode 100644
-index 0000000..2f672cd
+index 0000000..39479f4
 --- /dev/null
 +++ b/man/man8/pegasus_selinux.8
 @@ -0,0 +1,279 @@
-+.TH  "pegasus_selinux"  "8"  "12-10-19" "pegasus" "SELinux Policy documentation for pegasus"
++.TH  "pegasus_selinux"  "8"  "12-11-01" "pegasus" "SELinux Policy documentation for pegasus"
 +.SH "NAME"
 +pegasus_selinux \- Security Enhanced Linux Policy for the pegasus processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the pegasus processes via flexible mandatory access control.
 +
-+The pegasus processes execute with the pegasus_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The pegasus processes execute with the pegasus_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -60386,33 +60790,33 @@ index 0000000..2f672cd
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux pegasus policy is very flexible allowing users to setup their pegasus processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for pegasus:
 +
 +.EX
-+.B pegasus_t 
++.B pegasus_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux pegasus policy is very flexible allowing users to setup their pegasus processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for pegasus:
 +
 +
 +.EX
 +.PP
-+.B pegasus_cache_t 
++.B pegasus_cache_t
 +.EE
 +
 +- Set files with the pegasus_cache_t type, if you want to store the files under the /var/cache directory.
@@ -60420,7 +60824,7 @@ index 0000000..2f672cd
 +
 +.EX
 +.PP
-+.B pegasus_conf_t 
++.B pegasus_conf_t
 +.EE
 +
 +- Set files with the pegasus_conf_t type, if you want to treat the files as pegasus configuration data, usually stored under the /etc directory.
@@ -60428,7 +60832,7 @@ index 0000000..2f672cd
 +
 +.EX
 +.PP
-+.B pegasus_data_t 
++.B pegasus_data_t
 +.EE
 +
 +- Set files with the pegasus_data_t type, if you want to treat the files as pegasus content.
@@ -60436,7 +60840,7 @@ index 0000000..2f672cd
 +
 +.EX
 +.PP
-+.B pegasus_exec_t 
++.B pegasus_exec_t
 +.EE
 +
 +- Set files with the pegasus_exec_t type, if you want to transition an executable to the pegasus_t domain.
@@ -60444,7 +60848,7 @@ index 0000000..2f672cd
 +
 +.EX
 +.PP
-+.B pegasus_mof_t 
++.B pegasus_mof_t
 +.EE
 +
 +- Set files with the pegasus_mof_t type, if you want to treat the files as pegasus mof data.
@@ -60452,7 +60856,7 @@ index 0000000..2f672cd
 +
 +.EX
 +.PP
-+.B pegasus_tmp_t 
++.B pegasus_tmp_t
 +.EE
 +
 +- Set files with the pegasus_tmp_t type, if you want to store pegasus temporary files in the /tmp directories.
@@ -60460,35 +60864,35 @@ index 0000000..2f672cd
 +
 +.EX
 +.PP
-+.B pegasus_var_run_t 
++.B pegasus_var_run_t
 +.EE
 +
 +- Set files with the pegasus_var_run_t type, if you want to store the pegasus files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux pegasus policy is very flexible allowing users to setup their pegasus processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for pegasus:
 +
 +.EX
 +.TP 5
-+.B pegasus_http_port_t 
++.B pegasus_http_port_t
 +.TP 10
 +.EE
 +
@@ -60499,7 +60903,7 @@ index 0000000..2f672cd
 +
 +.EX
 +.TP 5
-+.B pegasus_https_port_t 
++.B pegasus_https_port_t
 +.TP 10
 +.EE
 +
@@ -60631,30 +61035,30 @@ index 0000000..2f672cd
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), pegasus(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/phpfpm_selinux.8 b/man/man8/phpfpm_selinux.8
 new file mode 100644
-index 0000000..28e06cf
+index 0000000..ae94dbd
 --- /dev/null
 +++ b/man/man8/phpfpm_selinux.8
 @@ -0,0 +1,140 @@
-+.TH  "phpfpm_selinux"  "8"  "12-10-19" "phpfpm" "SELinux Policy documentation for phpfpm"
++.TH  "phpfpm_selinux"  "8"  "12-11-01" "phpfpm" "SELinux Policy documentation for phpfpm"
 +.SH "NAME"
 +phpfpm_selinux \- Security Enhanced Linux Policy for the phpfpm processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the phpfpm processes via flexible mandatory access control.
 +
-+The phpfpm processes execute with the phpfpm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The phpfpm processes execute with the phpfpm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -60671,33 +61075,33 @@ index 0000000..28e06cf
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux phpfpm policy is very flexible allowing users to setup their phpfpm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for phpfpm:
 +
 +.EX
-+.B phpfpm_t 
++.B phpfpm_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux phpfpm policy is very flexible allowing users to setup their phpfpm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for phpfpm:
 +
 +
 +.EX
 +.PP
-+.B phpfpm_exec_t 
++.B phpfpm_exec_t
 +.EE
 +
 +- Set files with the phpfpm_exec_t type, if you want to transition an executable to the phpfpm_t domain.
@@ -60705,7 +61109,7 @@ index 0000000..28e06cf
 +
 +.EX
 +.PP
-+.B phpfpm_log_t 
++.B phpfpm_log_t
 +.EE
 +
 +- Set files with the phpfpm_log_t type, if you want to treat the data as phpfpm log data, usually stored under the /var/log directory.
@@ -60713,7 +61117,7 @@ index 0000000..28e06cf
 +
 +.EX
 +.PP
-+.B phpfpm_unit_file_t 
++.B phpfpm_unit_file_t
 +.EE
 +
 +- Set files with the phpfpm_unit_file_t type, if you want to treat the files as phpfpm unit content.
@@ -60721,15 +61125,15 @@ index 0000000..28e06cf
 +
 +.EX
 +.PP
-+.B phpfpm_var_run_t 
++.B phpfpm_var_run_t
 +.EE
 +
 +- Set files with the phpfpm_var_run_t type, if you want to store the phpfpm files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -60777,30 +61181,30 @@ index 0000000..28e06cf
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), phpfpm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ping_selinux.8 b/man/man8/ping_selinux.8
 new file mode 100644
-index 0000000..a84179c
+index 0000000..7210530
 --- /dev/null
 +++ b/man/man8/ping_selinux.8
 @@ -0,0 +1,180 @@
-+.TH  "ping_selinux"  "8"  "12-10-19" "ping" "SELinux Policy documentation for ping"
++.TH  "ping_selinux"  "8"  "12-11-01" "ping" "SELinux Policy documentation for ping"
 +.SH "NAME"
 +ping_selinux \- Security Enhanced Linux Policy for the ping processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ping processes via flexible mandatory access control.
 +
-+The ping processes execute with the ping_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ping processes execute with the ping_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -60817,17 +61221,17 @@ index 0000000..a84179c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ping policy is very flexible allowing users to setup their ping processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ping:
 +
 +.EX
-+.B ping_t, pingd_t 
++.B ping_t, pingd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -60849,19 +61253,19 @@ index 0000000..a84179c
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ping policy is very flexible allowing users to setup their ping processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ping:
 +
 +
 +.EX
 +.PP
-+.B ping_exec_t 
++.B ping_exec_t
 +.EE
 +
 +- Set files with the ping_exec_t type, if you want to transition an executable to the ping_t domain.
@@ -60869,7 +61273,7 @@ index 0000000..a84179c
 +
 +.EX
 +.PP
-+.B pingd_etc_t 
++.B pingd_etc_t
 +.EE
 +
 +- Set files with the pingd_etc_t type, if you want to store pingd files in the /etc directories.
@@ -60877,7 +61281,7 @@ index 0000000..a84179c
 +
 +.EX
 +.PP
-+.B pingd_exec_t 
++.B pingd_exec_t
 +.EE
 +
 +- Set files with the pingd_exec_t type, if you want to transition an executable to the pingd_t domain.
@@ -60885,7 +61289,7 @@ index 0000000..a84179c
 +
 +.EX
 +.PP
-+.B pingd_initrc_exec_t 
++.B pingd_initrc_exec_t
 +.EE
 +
 +- Set files with the pingd_initrc_exec_t type, if you want to transition an executable to the pingd_initrc_t domain.
@@ -60893,35 +61297,35 @@ index 0000000..a84179c
 +
 +.EX
 +.PP
-+.B pingd_modules_t 
++.B pingd_modules_t
 +.EE
 +
 +- Set files with the pingd_modules_t type, if you want to treat the files as pingd modules.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux ping policy is very flexible allowing users to setup their ping processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for ping:
 +
 +.EX
 +.TP 5
-+.B pingd_port_t 
++.B pingd_port_t
 +.TP 10
 +.EE
 +
@@ -60962,13 +61366,13 @@ index 0000000..a84179c
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ping(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -60976,18 +61380,18 @@ index 0000000..a84179c
 \ No newline at end of file
 diff --git a/man/man8/pingd_selinux.8 b/man/man8/pingd_selinux.8
 new file mode 100644
-index 0000000..28ae51c
+index 0000000..4fc7233
 --- /dev/null
 +++ b/man/man8/pingd_selinux.8
 @@ -0,0 +1,172 @@
-+.TH  "pingd_selinux"  "8"  "12-10-19" "pingd" "SELinux Policy documentation for pingd"
++.TH  "pingd_selinux"  "8"  "12-11-01" "pingd" "SELinux Policy documentation for pingd"
 +.SH "NAME"
 +pingd_selinux \- Security Enhanced Linux Policy for the pingd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the pingd processes via flexible mandatory access control.
 +
-+The pingd processes execute with the pingd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The pingd processes execute with the pingd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -61004,17 +61408,17 @@ index 0000000..28ae51c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux pingd policy is very flexible allowing users to setup their pingd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for pingd:
 +
 +.EX
-+.B ping_t, pingd_t 
++.B ping_t, pingd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -61036,19 +61440,19 @@ index 0000000..28ae51c
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux pingd policy is very flexible allowing users to setup their pingd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for pingd:
 +
 +
 +.EX
 +.PP
-+.B pingd_etc_t 
++.B pingd_etc_t
 +.EE
 +
 +- Set files with the pingd_etc_t type, if you want to store pingd files in the /etc directories.
@@ -61056,7 +61460,7 @@ index 0000000..28ae51c
 +
 +.EX
 +.PP
-+.B pingd_exec_t 
++.B pingd_exec_t
 +.EE
 +
 +- Set files with the pingd_exec_t type, if you want to transition an executable to the pingd_t domain.
@@ -61064,7 +61468,7 @@ index 0000000..28ae51c
 +
 +.EX
 +.PP
-+.B pingd_initrc_exec_t 
++.B pingd_initrc_exec_t
 +.EE
 +
 +- Set files with the pingd_initrc_exec_t type, if you want to transition an executable to the pingd_initrc_t domain.
@@ -61072,35 +61476,35 @@ index 0000000..28ae51c
 +
 +.EX
 +.PP
-+.B pingd_modules_t 
++.B pingd_modules_t
 +.EE
 +
 +- Set files with the pingd_modules_t type, if you want to treat the files as pingd modules.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux pingd policy is very flexible allowing users to setup their pingd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for pingd:
 +
 +.EX
 +.TP 5
-+.B pingd_port_t 
++.B pingd_port_t
 +.TP 10
 +.EE
 +
@@ -61141,13 +61545,13 @@ index 0000000..28ae51c
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), pingd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -61155,18 +61559,18 @@ index 0000000..28ae51c
 \ No newline at end of file
 diff --git a/man/man8/piranha_fos_selinux.8 b/man/man8/piranha_fos_selinux.8
 new file mode 100644
-index 0000000..070fa48
+index 0000000..99093e6
 --- /dev/null
 +++ b/man/man8/piranha_fos_selinux.8
 @@ -0,0 +1,119 @@
-+.TH  "piranha_fos_selinux"  "8"  "12-10-19" "piranha_fos" "SELinux Policy documentation for piranha_fos"
++.TH  "piranha_fos_selinux"  "8"  "12-11-01" "piranha_fos" "SELinux Policy documentation for piranha_fos"
 +.SH "NAME"
 +piranha_fos_selinux \- Security Enhanced Linux Policy for the piranha_fos processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the piranha_fos processes via flexible mandatory access control.
 +
-+The piranha_fos processes execute with the piranha_fos_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The piranha_fos processes execute with the piranha_fos_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -61183,33 +61587,33 @@ index 0000000..070fa48
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux piranha_fos policy is very flexible allowing users to setup their piranha_fos processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for piranha_fos:
 +
 +.EX
-+.B piranha_fos_t 
++.B piranha_fos_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux piranha_fos policy is very flexible allowing users to setup their piranha_fos processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for piranha_fos:
 +
 +
 +.EX
 +.PP
-+.B piranha_fos_exec_t 
++.B piranha_fos_exec_t
 +.EE
 +
 +- Set files with the piranha_fos_exec_t type, if you want to transition an executable to the piranha_fos_t domain.
@@ -61217,15 +61621,15 @@ index 0000000..070fa48
 +
 +.EX
 +.PP
-+.B piranha_fos_var_run_t 
++.B piranha_fos_var_run_t
 +.EE
 +
 +- Set files with the piranha_fos_var_run_t type, if you want to store the piranha fos files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -61267,13 +61671,13 @@ index 0000000..070fa48
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), piranha_fos(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -61281,18 +61685,18 @@ index 0000000..070fa48
 \ No newline at end of file
 diff --git a/man/man8/piranha_lvs_selinux.8 b/man/man8/piranha_lvs_selinux.8
 new file mode 100644
-index 0000000..b28e9fc
+index 0000000..4792eec
 --- /dev/null
 +++ b/man/man8/piranha_lvs_selinux.8
 @@ -0,0 +1,140 @@
-+.TH  "piranha_lvs_selinux"  "8"  "12-10-19" "piranha_lvs" "SELinux Policy documentation for piranha_lvs"
++.TH  "piranha_lvs_selinux"  "8"  "12-11-01" "piranha_lvs" "SELinux Policy documentation for piranha_lvs"
 +.SH "NAME"
 +piranha_lvs_selinux \- Security Enhanced Linux Policy for the piranha_lvs processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the piranha_lvs processes via flexible mandatory access control.
 +
-+The piranha_lvs processes execute with the piranha_lvs_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The piranha_lvs processes execute with the piranha_lvs_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -61309,17 +61713,17 @@ index 0000000..b28e9fc
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux piranha_lvs policy is very flexible allowing users to setup their piranha_lvs processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for piranha_lvs:
 +
 +.EX
-+.B piranha_lvs_t 
++.B piranha_lvs_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -61341,19 +61745,19 @@ index 0000000..b28e9fc
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux piranha_lvs policy is very flexible allowing users to setup their piranha_lvs processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for piranha_lvs:
 +
 +
 +.EX
 +.PP
-+.B piranha_lvs_exec_t 
++.B piranha_lvs_exec_t
 +.EE
 +
 +- Set files with the piranha_lvs_exec_t type, if you want to transition an executable to the piranha_lvs_t domain.
@@ -61361,15 +61765,15 @@ index 0000000..b28e9fc
 +
 +.EX
 +.PP
-+.B piranha_lvs_var_run_t 
++.B piranha_lvs_var_run_t
 +.EE
 +
 +- Set files with the piranha_lvs_var_run_t type, if you want to store the piranha lvs files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -61414,13 +61818,13 @@ index 0000000..b28e9fc
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), piranha_lvs(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -61428,18 +61832,18 @@ index 0000000..b28e9fc
 \ No newline at end of file
 diff --git a/man/man8/piranha_pulse_selinux.8 b/man/man8/piranha_pulse_selinux.8
 new file mode 100644
-index 0000000..f550c5b
+index 0000000..2c470f5
 --- /dev/null
 +++ b/man/man8/piranha_pulse_selinux.8
 @@ -0,0 +1,151 @@
-+.TH  "piranha_pulse_selinux"  "8"  "12-10-19" "piranha_pulse" "SELinux Policy documentation for piranha_pulse"
++.TH  "piranha_pulse_selinux"  "8"  "12-11-01" "piranha_pulse" "SELinux Policy documentation for piranha_pulse"
 +.SH "NAME"
 +piranha_pulse_selinux \- Security Enhanced Linux Policy for the piranha_pulse processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the piranha_pulse processes via flexible mandatory access control.
 +
-+The piranha_pulse processes execute with the piranha_pulse_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The piranha_pulse processes execute with the piranha_pulse_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -61456,33 +61860,33 @@ index 0000000..f550c5b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux piranha_pulse policy is very flexible allowing users to setup their piranha_pulse processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for piranha_pulse:
 +
 +.EX
-+.B piranha_pulse_t 
++.B piranha_pulse_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux piranha_pulse policy is very flexible allowing users to setup their piranha_pulse processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for piranha_pulse:
 +
 +
 +.EX
 +.PP
-+.B piranha_pulse_exec_t 
++.B piranha_pulse_exec_t
 +.EE
 +
 +- Set files with the piranha_pulse_exec_t type, if you want to transition an executable to the piranha_pulse_t domain.
@@ -61490,7 +61894,7 @@ index 0000000..f550c5b
 +
 +.EX
 +.PP
-+.B piranha_pulse_initrc_exec_t 
++.B piranha_pulse_initrc_exec_t
 +.EE
 +
 +- Set files with the piranha_pulse_initrc_exec_t type, if you want to transition an executable to the piranha_pulse_initrc_t domain.
@@ -61498,15 +61902,15 @@ index 0000000..f550c5b
 +
 +.EX
 +.PP
-+.B piranha_pulse_var_run_t 
++.B piranha_pulse_var_run_t
 +.EE
 +
 +- Set files with the piranha_pulse_var_run_t type, if you want to store the piranha pulse files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -61572,13 +61976,13 @@ index 0000000..f550c5b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), piranha_pulse(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -61586,18 +61990,18 @@ index 0000000..f550c5b
 \ No newline at end of file
 diff --git a/man/man8/piranha_web_selinux.8 b/man/man8/piranha_web_selinux.8
 new file mode 100644
-index 0000000..043ecca
+index 0000000..c0ce2c7
 --- /dev/null
 +++ b/man/man8/piranha_web_selinux.8
 @@ -0,0 +1,177 @@
-+.TH  "piranha_web_selinux"  "8"  "12-10-19" "piranha_web" "SELinux Policy documentation for piranha_web"
++.TH  "piranha_web_selinux"  "8"  "12-11-01" "piranha_web" "SELinux Policy documentation for piranha_web"
 +.SH "NAME"
 +piranha_web_selinux \- Security Enhanced Linux Policy for the piranha_web processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the piranha_web processes via flexible mandatory access control.
 +
-+The piranha_web processes execute with the piranha_web_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The piranha_web processes execute with the piranha_web_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -61614,33 +62018,33 @@ index 0000000..043ecca
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux piranha_web policy is very flexible allowing users to setup their piranha_web processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for piranha_web:
 +
 +.EX
-+.B piranha_web_t 
++.B piranha_web_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux piranha_web policy is very flexible allowing users to setup their piranha_web processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for piranha_web:
 +
 +
 +.EX
 +.PP
-+.B piranha_web_conf_t 
++.B piranha_web_conf_t
 +.EE
 +
 +- Set files with the piranha_web_conf_t type, if you want to treat the files as piranha web configuration data, usually stored under the /etc directory.
@@ -61648,7 +62052,7 @@ index 0000000..043ecca
 +
 +.EX
 +.PP
-+.B piranha_web_data_t 
++.B piranha_web_data_t
 +.EE
 +
 +- Set files with the piranha_web_data_t type, if you want to treat the files as piranha web content.
@@ -61656,7 +62060,7 @@ index 0000000..043ecca
 +
 +.EX
 +.PP
-+.B piranha_web_exec_t 
++.B piranha_web_exec_t
 +.EE
 +
 +- Set files with the piranha_web_exec_t type, if you want to transition an executable to the piranha_web_t domain.
@@ -61664,7 +62068,7 @@ index 0000000..043ecca
 +
 +.EX
 +.PP
-+.B piranha_web_tmp_t 
++.B piranha_web_tmp_t
 +.EE
 +
 +- Set files with the piranha_web_tmp_t type, if you want to store piranha web temporary files in the /tmp directories.
@@ -61672,7 +62076,7 @@ index 0000000..043ecca
 +
 +.EX
 +.PP
-+.B piranha_web_tmpfs_t 
++.B piranha_web_tmpfs_t
 +.EE
 +
 +- Set files with the piranha_web_tmpfs_t type, if you want to store piranha web files on a tmpfs file system.
@@ -61680,15 +62084,15 @@ index 0000000..043ecca
 +
 +.EX
 +.PP
-+.B piranha_web_var_run_t 
++.B piranha_web_var_run_t
 +.EE
 +
 +- Set files with the piranha_web_var_run_t type, if you want to store the piranha web files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -61756,13 +62160,13 @@ index 0000000..043ecca
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), piranha_web(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -61770,18 +62174,18 @@ index 0000000..043ecca
 \ No newline at end of file
 diff --git a/man/man8/pkcsslotd_selinux.8 b/man/man8/pkcsslotd_selinux.8
 new file mode 100644
-index 0000000..97e6507
+index 0000000..a7bf1c6
 --- /dev/null
 +++ b/man/man8/pkcsslotd_selinux.8
 @@ -0,0 +1,148 @@
-+.TH  "pkcsslotd_selinux"  "8"  "12-10-19" "pkcsslotd" "SELinux Policy documentation for pkcsslotd"
++.TH  "pkcsslotd_selinux"  "8"  "12-11-01" "pkcsslotd" "SELinux Policy documentation for pkcsslotd"
 +.SH "NAME"
 +pkcsslotd_selinux \- Security Enhanced Linux Policy for the pkcsslotd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the pkcsslotd processes via flexible mandatory access control.
 +
-+The pkcsslotd processes execute with the pkcsslotd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The pkcsslotd processes execute with the pkcsslotd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -61798,33 +62202,33 @@ index 0000000..97e6507
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux pkcsslotd policy is very flexible allowing users to setup their pkcsslotd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for pkcsslotd:
 +
 +.EX
-+.B pkcsslotd_t 
++.B pkcsslotd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux pkcsslotd policy is very flexible allowing users to setup their pkcsslotd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for pkcsslotd:
 +
 +
 +.EX
 +.PP
-+.B pkcsslotd_exec_t 
++.B pkcsslotd_exec_t
 +.EE
 +
 +- Set files with the pkcsslotd_exec_t type, if you want to transition an executable to the pkcsslotd_t domain.
@@ -61832,7 +62236,7 @@ index 0000000..97e6507
 +
 +.EX
 +.PP
-+.B pkcsslotd_tmp_t 
++.B pkcsslotd_tmp_t
 +.EE
 +
 +- Set files with the pkcsslotd_tmp_t type, if you want to store pkcsslotd temporary files in the /tmp directories.
@@ -61840,7 +62244,7 @@ index 0000000..97e6507
 +
 +.EX
 +.PP
-+.B pkcsslotd_tmpfs_t 
++.B pkcsslotd_tmpfs_t
 +.EE
 +
 +- Set files with the pkcsslotd_tmpfs_t type, if you want to store pkcsslotd files on a tmpfs file system.
@@ -61848,7 +62252,7 @@ index 0000000..97e6507
 +
 +.EX
 +.PP
-+.B pkcsslotd_unit_file_t 
++.B pkcsslotd_unit_file_t
 +.EE
 +
 +- Set files with the pkcsslotd_unit_file_t type, if you want to treat the files as pkcsslotd unit content.
@@ -61856,7 +62260,7 @@ index 0000000..97e6507
 +
 +.EX
 +.PP
-+.B pkcsslotd_var_lib_t 
++.B pkcsslotd_var_lib_t
 +.EE
 +
 +- Set files with the pkcsslotd_var_lib_t type, if you want to store the pkcsslotd files under the /var/lib directory.
@@ -61864,15 +62268,15 @@ index 0000000..97e6507
 +
 +.EX
 +.PP
-+.B pkcsslotd_var_run_t 
++.B pkcsslotd_var_run_t
 +.EE
 +
 +- Set files with the pkcsslotd_var_run_t type, if you want to store the pkcsslotd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -61912,30 +62316,788 @@ index 0000000..97e6507
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), pkcsslotd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
+diff --git a/man/man8/pki_ra_selinux.8 b/man/man8/pki_ra_selinux.8
+new file mode 100644
+index 0000000..565c3d5
+--- /dev/null
++++ b/man/man8/pki_ra_selinux.8
+@@ -0,0 +1,241 @@
++.TH  "pki_ra_selinux"  "8"  "12-11-01" "pki_ra" "SELinux Policy documentation for pki_ra"
++.SH "NAME"
++pki_ra_selinux \- Security Enhanced Linux Policy for the pki_ra processes
++.SH "DESCRIPTION"
++
++Security-Enhanced Linux secures the pki_ra processes via flexible mandatory access control.
++
++The pki_ra processes execute with the pki_ra_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
++
++For example:
++
++.B ps -eZ | grep pki_ra_t
++
++
++.SH "ENTRYPOINTS"
++
++The pki_ra_t SELinux type can be entered via the "httpd_exec_t,pki_ra_exec_t" file types.  The default entrypoint paths for the pki_ra_t domain are the following:"
++
++/usr/sbin/httpd(\.worker)?, /usr/sbin/apache(2)?, /usr/lib/apache-ssl/.+, /usr/sbin/apache-ssl(2)?, /usr/share/jetty/bin/jetty.sh, /usr/sbin/cherokee, /usr/sbin/lighttpd, /usr/sbin/httpd\.event, /usr/bin/mongrel_rails, /var/lib/pki-ra/pki-ra
++.SH PROCESS TYPES
++SELinux defines process types (domains) for each process running on the system
++.PP
++You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
++.PP
++Policy governs the access confined processes have to files.
++SELinux pki_ra policy is very flexible allowing users to setup their pki_ra processes in as secure a method as possible.
++.PP
++The following process types are defined for pki_ra:
++
++.EX
++.B pki_ra_t
++.EE
++.PP
++Note:
++.B semanage permissive -a PROCESS_TYPE
++can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
++
++.SH FILE CONTEXTS
++SELinux requires files to have an extended attribute to define the file type.
++.PP
++You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
++.PP
++Policy governs the access confined processes have to these files.
++SELinux pki_ra policy is very flexible allowing users to setup their pki_ra processes in as secure a method as possible.
++.PP
++The following file types are defined for pki_ra:
++
++
++.EX
++.PP
++.B pki_ra_etc_rw_t
++.EE
++
++- Set files with the pki_ra_etc_rw_t type, if you want to treat the files as pki ra etc read/write content.
++
++
++.EX
++.PP
++.B pki_ra_exec_t
++.EE
++
++- Set files with the pki_ra_exec_t type, if you want to transition an executable to the pki_ra_t domain.
++
++
++.EX
++.PP
++.B pki_ra_lock_t
++.EE
++
++- Set files with the pki_ra_lock_t type, if you want to treat the files as pki ra lock data, stored under the /var/lock directory
++
++
++.EX
++.PP
++.B pki_ra_log_t
++.EE
++
++- Set files with the pki_ra_log_t type, if you want to treat the data as pki ra log data, usually stored under the /var/log directory.
++
++
++.EX
++.PP
++.B pki_ra_script_exec_t
++.EE
++
++- Set files with the pki_ra_script_exec_t type, if you want to transition an executable to the pki_ra_script_t domain.
++
++
++.EX
++.PP
++.B pki_ra_tomcat_exec_t
++.EE
++
++- Set files with the pki_ra_tomcat_exec_t type, if you want to transition an executable to the pki_ra_tomcat_t domain.
++
++
++.EX
++.PP
++.B pki_ra_var_lib_t
++.EE
++
++- Set files with the pki_ra_var_lib_t type, if you want to store the pki ra files under the /var/lib directory.
++
++
++.EX
++.PP
++.B pki_ra_var_run_t
++.EE
++
++- Set files with the pki_ra_var_run_t type, if you want to store the pki ra files under the /run directory.
++
++
++.PP
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
++command.  This will modify the SELinux labeling database.  You will need to use
++.B restorecon
++to apply the labels.
++
++.SH PORT TYPES
++SELinux defines port types to represent TCP and UDP ports.
++.PP
++You can see the types associated with a port by using the following command:
++
++.B semanage port -l
++
++.PP
++Policy governs the access confined processes have to these ports.
++SELinux pki_ra policy is very flexible allowing users to setup their pki_ra processes in as secure a method as possible.
++.PP
++The following port types are defined for pki_ra:
++
++.EX
++.TP 5
++.B pki_ra_port_t
++.TP 10
++.EE
++
++
++Default Defined Ports:
++tcp 12888-12889
++.EE
++.SH "MANAGED FILES"
++
++The SELinux process type pki_ra_t can manage files labeled with the following file types.  The paths listed are the default paths for these file types.  Note the processes UID still need to have DAC permissions.
++
++.br
++.B mail_spool_t
++
++	/var/mail(/.*)?
++.br
++	/var/spool/imap(/.*)?
++.br
++	/var/spool/mail(/.*)?
++.br
++
++.br
++.B mqueue_spool_t
++
++	/var/spool/(client)?mqueue(/.*)?
++.br
++	/var/spool/mqueue\.in(/.*)?
++.br
++
++.br
++.B pki_common_t
++
++	/opt/nfast(/.*)?
++.br
++
++.br
++.B pki_ra_etc_rw_t
++
++	/etc/pki-ra(/.*)?
++.br
++	/etc/sysconfig/pki/ra(/.*)?
++.br
++
++.br
++.B pki_ra_lock_t
++
++
++.br
++.B pki_ra_log_t
++
++	/var/log/pki-ra(/.*)?
++.br
++
++.br
++.B pki_ra_var_lib_t
++
++	/var/lib/pki-ra(/.*)?
++.br
++
++.br
++.B pki_ra_var_run_t
++
++	/var/run/pki/ra(/.*)?
++.br
++
++.SH NSSWITCH DOMAIN
++
++.PP
++If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd serve for the pki_ra_t, you must turn on the authlogin_nsswitch_use_ldap boolean.
++
++.EX
++.B setsebool -P authlogin_nsswitch_use_ldap 1
++.EE
++
++.PP
++If you want to allow confined applications to run with kerberos for the pki_ra_t, you must turn on the kerberos_enabled boolean.
++
++.EX
++.B setsebool -P kerberos_enabled 1
++.EE
++
++.SH "COMMANDS"
++.B semanage fcontext
++can also be used to manipulate default file context mappings.
++.PP
++.B semanage permissive
++can also be used to manipulate whether or not a process type is permissive.
++.PP
++.B semanage module
++can also be used to enable/disable/install/remove policy modules.
++
++.B semanage port
++can also be used to manipulate the port definitions
++
++.PP
++.B system-config-selinux
++is a GUI tool available to customize SELinux policy settings.
++
++.SH AUTHOR
++This manual page was auto-generated using
++.B "sepolicy manpage"
++by Dan Walsh.
++
++.SH "SEE ALSO"
++selinux(8), pki_ra(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
++, pki_tomcat_selinux(8), pki_tps_selinux(8)
+\ No newline at end of file
+diff --git a/man/man8/pki_tomcat_selinux.8 b/man/man8/pki_tomcat_selinux.8
+new file mode 100644
+index 0000000..47e7c89
+--- /dev/null
++++ b/man/man8/pki_tomcat_selinux.8
+@@ -0,0 +1,273 @@
++.TH  "pki_tomcat_selinux"  "8"  "12-11-01" "pki_tomcat" "SELinux Policy documentation for pki_tomcat"
++.SH "NAME"
++pki_tomcat_selinux \- Security Enhanced Linux Policy for the pki_tomcat processes
++.SH "DESCRIPTION"
++
++Security-Enhanced Linux secures the pki_tomcat processes via flexible mandatory access control.
++
++The pki_tomcat processes execute with the pki_tomcat_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
++
++For example:
++
++.B ps -eZ | grep pki_tomcat_t
++
++
++.SH "ENTRYPOINTS"
++
++The pki_tomcat_t SELinux type can be entered via the "pki_tomcat_exec_t" file type.  The default entrypoint paths for the pki_tomcat_t domain are the following:"
++
++/usr/bin/pkidaemon
++.SH PROCESS TYPES
++SELinux defines process types (domains) for each process running on the system
++.PP
++You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
++.PP
++Policy governs the access confined processes have to files.
++SELinux pki_tomcat policy is very flexible allowing users to setup their pki_tomcat processes in as secure a method as possible.
++.PP
++The following process types are defined for pki_tomcat:
++
++.EX
++.B pki_tomcat_t, pki_tomcat_script_t
++.EE
++.PP
++Note:
++.B semanage permissive -a PROCESS_TYPE
++can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
++
++.SH FILE CONTEXTS
++SELinux requires files to have an extended attribute to define the file type.
++.PP
++You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
++.PP
++Policy governs the access confined processes have to these files.
++SELinux pki_tomcat policy is very flexible allowing users to setup their pki_tomcat processes in as secure a method as possible.
++.PP
++The following file types are defined for pki_tomcat:
++
++
++.EX
++.PP
++.B pki_tomcat_cache_t
++.EE
++
++- Set files with the pki_tomcat_cache_t type, if you want to store the files under the /var/cache directory.
++
++
++.EX
++.PP
++.B pki_tomcat_cert_t
++.EE
++
++- Set files with the pki_tomcat_cert_t type, if you want to treat the files as pki tomcat certificate data.
++
++
++.EX
++.PP
++.B pki_tomcat_etc_rw_t
++.EE
++
++- Set files with the pki_tomcat_etc_rw_t type, if you want to treat the files as pki tomcat etc read/write content.
++
++
++.EX
++.PP
++.B pki_tomcat_exec_t
++.EE
++
++- Set files with the pki_tomcat_exec_t type, if you want to transition an executable to the pki_tomcat_t domain.
++
++
++.EX
++.PP
++.B pki_tomcat_lock_t
++.EE
++
++- Set files with the pki_tomcat_lock_t type, if you want to treat the files as pki tomcat lock data, stored under the /var/lock directory
++
++
++.EX
++.PP
++.B pki_tomcat_log_t
++.EE
++
++- Set files with the pki_tomcat_log_t type, if you want to treat the data as pki tomcat log data, usually stored under the /var/log directory.
++
++
++.EX
++.PP
++.B pki_tomcat_tmp_t
++.EE
++
++- Set files with the pki_tomcat_tmp_t type, if you want to store pki tomcat temporary files in the /tmp directories.
++
++
++.EX
++.PP
++.B pki_tomcat_unit_file_t
++.EE
++
++- Set files with the pki_tomcat_unit_file_t type, if you want to treat the files as pki tomcat unit content.
++
++
++.EX
++.PP
++.B pki_tomcat_var_lib_t
++.EE
++
++- Set files with the pki_tomcat_var_lib_t type, if you want to store the pki tomcat files under the /var/lib directory.
++
++
++.EX
++.PP
++.B pki_tomcat_var_run_t
++.EE
++
++- Set files with the pki_tomcat_var_run_t type, if you want to store the pki tomcat files under the /run directory.
++
++
++.PP
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
++command.  This will modify the SELinux labeling database.  You will need to use
++.B restorecon
++to apply the labels.
++
++.SH "MANAGED FILES"
++
++The SELinux process type pki_tomcat_t can manage files labeled with the following file types.  The paths listed are the default paths for these file types.  Note the processes UID still need to have DAC permissions.
++
++.br
++.B dirsrv_var_lib_t
++
++	/var/lib/dirsrv(/.*)?
++.br
++
++.br
++.B pki_common_t
++
++	/opt/nfast(/.*)?
++.br
++
++.br
++.B pki_tomcat_cache_t
++
++
++.br
++.B pki_tomcat_cert_t
++
++	/var/lib/pki-ca/alias(/.*)?
++.br
++	/var/lib/pki-kra/alias(/.*)?
++.br
++	/var/lib/pki-tks/alias(/.*)?
++.br
++	/var/lib/pki-ocsp/alias(/.*)?
++.br
++	/etc/pki/pki-tomcat/alias(/.*)?
++.br
++
++.br
++.B pki_tomcat_etc_rw_t
++
++	/etc/pki-ca(/.*)?
++.br
++	/etc/pki-kra(/.*)?
++.br
++	/etc/pki-tks(/.*)?
++.br
++	/etc/pki-ocsp(/.*)?
++.br
++	/etc/pki/pki-tomcat(/.*)?
++.br
++	/etc/sysconfig/pki/tomcat(/.*)?
++.br
++
++.br
++.B pki_tomcat_lock_t
++
++	/var/lock/subsys/pkidaemon
++.br
++
++.br
++.B pki_tomcat_log_t
++
++	/var/log/pki-ca(/.*)?
++.br
++	/var/log/pki-kra(/.*)?
++.br
++	/var/log/pki-tks(/.*)?
++.br
++	/var/log/pki-ocsp(/.*)?
++.br
++	/var/log/pki/pki-tomcat(/.*)?
++.br
++
++.br
++.B pki_tomcat_tmp_t
++
++
++.br
++.B pki_tomcat_var_lib_t
++
++	/var/lib/pki-ca(/.*)?
++.br
++	/var/lib/pki-kra(/.*)?
++.br
++	/var/lib/pki-tks(/.*)?
++.br
++	/var/lib/pki-ocsp(/.*)?
++.br
++	/var/lib/pki/pki-tomcat(/.*)?
++.br
++
++.br
++.B pki_tomcat_var_run_t
++
++	/var/run/pki-ca.pid
++.br
++	/var/run/pki-kra.pid
++.br
++	/var/run/pki-tks.pid
++.br
++	/var/run/pki-ocsp.pid
++.br
++	/var/run/pki/tomcat(/.*)?
++.br
++
++.br
++.B user_tmp_t
++
++	/var/run/user(/.*)?
++.br
++	/tmp/gconfd-.*
++.br
++	/tmp/gconfd-dwalsh
++.br
++	/tmp/gconfd-xguest
++.br
++
++.SH NSSWITCH DOMAIN
++
++.SH "COMMANDS"
++.B semanage fcontext
++can also be used to manipulate default file context mappings.
++.PP
++.B semanage permissive
++can also be used to manipulate whether or not a process type is permissive.
++.PP
++.B semanage module
++can also be used to enable/disable/install/remove policy modules.
++
++.PP
++.B system-config-selinux
++is a GUI tool available to customize SELinux policy settings.
++
++.SH AUTHOR
++This manual page was auto-generated using
++.B "sepolicy manpage"
++by Dan Walsh.
++
++.SH "SEE ALSO"
++selinux(8), pki_tomcat(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
++, pki_ra_selinux(8), pki_tps_selinux(8)
+\ No newline at end of file
+diff --git a/man/man8/pki_tps_selinux.8 b/man/man8/pki_tps_selinux.8
+new file mode 100644
+index 0000000..8fecac8
+--- /dev/null
++++ b/man/man8/pki_tps_selinux.8
+@@ -0,0 +1,223 @@
++.TH  "pki_tps_selinux"  "8"  "12-11-01" "pki_tps" "SELinux Policy documentation for pki_tps"
++.SH "NAME"
++pki_tps_selinux \- Security Enhanced Linux Policy for the pki_tps processes
++.SH "DESCRIPTION"
++
++Security-Enhanced Linux secures the pki_tps processes via flexible mandatory access control.
++
++The pki_tps processes execute with the pki_tps_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
++
++For example:
++
++.B ps -eZ | grep pki_tps_t
++
++
++.SH "ENTRYPOINTS"
++
++The pki_tps_t SELinux type can be entered via the "httpd_exec_t,pki_tps_exec_t" file types.  The default entrypoint paths for the pki_tps_t domain are the following:"
++
++/usr/sbin/httpd(\.worker)?, /usr/sbin/apache(2)?, /usr/lib/apache-ssl/.+, /usr/sbin/apache-ssl(2)?, /usr/share/jetty/bin/jetty.sh, /usr/sbin/cherokee, /usr/sbin/lighttpd, /usr/sbin/httpd\.event, /usr/bin/mongrel_rails, /var/lib/pki-tps/pki-tps
++.SH PROCESS TYPES
++SELinux defines process types (domains) for each process running on the system
++.PP
++You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
++.PP
++Policy governs the access confined processes have to files.
++SELinux pki_tps policy is very flexible allowing users to setup their pki_tps processes in as secure a method as possible.
++.PP
++The following process types are defined for pki_tps:
++
++.EX
++.B pki_tps_t
++.EE
++.PP
++Note:
++.B semanage permissive -a PROCESS_TYPE
++can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
++
++.SH FILE CONTEXTS
++SELinux requires files to have an extended attribute to define the file type.
++.PP
++You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
++.PP
++Policy governs the access confined processes have to these files.
++SELinux pki_tps policy is very flexible allowing users to setup their pki_tps processes in as secure a method as possible.
++.PP
++The following file types are defined for pki_tps:
++
++
++.EX
++.PP
++.B pki_tps_etc_rw_t
++.EE
++
++- Set files with the pki_tps_etc_rw_t type, if you want to treat the files as pki tps etc read/write content.
++
++
++.EX
++.PP
++.B pki_tps_exec_t
++.EE
++
++- Set files with the pki_tps_exec_t type, if you want to transition an executable to the pki_tps_t domain.
++
++
++.EX
++.PP
++.B pki_tps_lock_t
++.EE
++
++- Set files with the pki_tps_lock_t type, if you want to treat the files as pki tps lock data, stored under the /var/lock directory
++
++
++.EX
++.PP
++.B pki_tps_log_t
++.EE
++
++- Set files with the pki_tps_log_t type, if you want to treat the data as pki tps log data, usually stored under the /var/log directory.
++
++
++.EX
++.PP
++.B pki_tps_script_exec_t
++.EE
++
++- Set files with the pki_tps_script_exec_t type, if you want to transition an executable to the pki_tps_script_t domain.
++
++
++.EX
++.PP
++.B pki_tps_tomcat_exec_t
++.EE
++
++- Set files with the pki_tps_tomcat_exec_t type, if you want to transition an executable to the pki_tps_tomcat_t domain.
++
++
++.EX
++.PP
++.B pki_tps_var_lib_t
++.EE
++
++- Set files with the pki_tps_var_lib_t type, if you want to store the pki tps files under the /var/lib directory.
++
++
++.EX
++.PP
++.B pki_tps_var_run_t
++.EE
++
++- Set files with the pki_tps_var_run_t type, if you want to store the pki tps files under the /run directory.
++
++
++.PP
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
++command.  This will modify the SELinux labeling database.  You will need to use
++.B restorecon
++to apply the labels.
++
++.SH PORT TYPES
++SELinux defines port types to represent TCP and UDP ports.
++.PP
++You can see the types associated with a port by using the following command:
++
++.B semanage port -l
++
++.PP
++Policy governs the access confined processes have to these ports.
++SELinux pki_tps policy is very flexible allowing users to setup their pki_tps processes in as secure a method as possible.
++.PP
++The following port types are defined for pki_tps:
++
++.EX
++.TP 5
++.B pki_tps_port_t
++.TP 10
++.EE
++
++
++Default Defined Ports:
++tcp 7888-7889
++.EE
++.SH "MANAGED FILES"
++
++The SELinux process type pki_tps_t can manage files labeled with the following file types.  The paths listed are the default paths for these file types.  Note the processes UID still need to have DAC permissions.
++
++.br
++.B pki_common_t
++
++	/opt/nfast(/.*)?
++.br
++
++.br
++.B pki_tps_etc_rw_t
++
++	/etc/pki-tps(/.*)?
++.br
++	/etc/sysconfig/pki/tps(/.*)?
++.br
++
++.br
++.B pki_tps_lock_t
++
++
++.br
++.B pki_tps_log_t
++
++	/var/log/pki-tps(/.*)?
++.br
++
++.br
++.B pki_tps_var_lib_t
++
++	/var/lib/pki-tps(/.*)?
++.br
++
++.br
++.B pki_tps_var_run_t
++
++	/var/run/pki/tps(/.*)?
++.br
++
++.SH NSSWITCH DOMAIN
++
++.PP
++If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd serve for the pki_tps_t, you must turn on the authlogin_nsswitch_use_ldap boolean.
++
++.EX
++.B setsebool -P authlogin_nsswitch_use_ldap 1
++.EE
++
++.PP
++If you want to allow confined applications to run with kerberos for the pki_tps_t, you must turn on the kerberos_enabled boolean.
++
++.EX
++.B setsebool -P kerberos_enabled 1
++.EE
++
++.SH "COMMANDS"
++.B semanage fcontext
++can also be used to manipulate default file context mappings.
++.PP
++.B semanage permissive
++can also be used to manipulate whether or not a process type is permissive.
++.PP
++.B semanage module
++can also be used to enable/disable/install/remove policy modules.
++
++.B semanage port
++can also be used to manipulate the port definitions
++
++.PP
++.B system-config-selinux
++is a GUI tool available to customize SELinux policy settings.
++
++.SH AUTHOR
++This manual page was auto-generated using
++.B "sepolicy manpage"
++by Dan Walsh.
++
++.SH "SEE ALSO"
++selinux(8), pki_tps(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
++, pki_ra_selinux(8), pki_tomcat_selinux(8)
+\ No newline at end of file
 diff --git a/man/man8/plymouth_selinux.8 b/man/man8/plymouth_selinux.8
 new file mode 100644
-index 0000000..d9637a7
+index 0000000..fd43c97
 --- /dev/null
 +++ b/man/man8/plymouth_selinux.8
 @@ -0,0 +1,127 @@
-+.TH  "plymouth_selinux"  "8"  "12-10-19" "plymouth" "SELinux Policy documentation for plymouth"
++.TH  "plymouth_selinux"  "8"  "12-11-01" "plymouth" "SELinux Policy documentation for plymouth"
 +.SH "NAME"
 +plymouth_selinux \- Security Enhanced Linux Policy for the plymouth processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the plymouth processes via flexible mandatory access control.
 +
-+The plymouth processes execute with the plymouth_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The plymouth processes execute with the plymouth_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -61952,33 +63114,33 @@ index 0000000..d9637a7
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux plymouth policy is very flexible allowing users to setup their plymouth processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for plymouth:
 +
 +.EX
-+.B plymouth_t, plymouthd_t 
++.B plymouth_t, plymouthd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux plymouth policy is very flexible allowing users to setup their plymouth processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for plymouth:
 +
 +
 +.EX
 +.PP
-+.B plymouth_exec_t 
++.B plymouth_exec_t
 +.EE
 +
 +- Set files with the plymouth_exec_t type, if you want to transition an executable to the plymouth_t domain.
@@ -61986,7 +63148,7 @@ index 0000000..d9637a7
 +
 +.EX
 +.PP
-+.B plymouthd_exec_t 
++.B plymouthd_exec_t
 +.EE
 +
 +- Set files with the plymouthd_exec_t type, if you want to transition an executable to the plymouthd_t domain.
@@ -61994,7 +63156,7 @@ index 0000000..d9637a7
 +
 +.EX
 +.PP
-+.B plymouthd_spool_t 
++.B plymouthd_spool_t
 +.EE
 +
 +- Set files with the plymouthd_spool_t type, if you want to store the plymouthd files under the /var/spool directory.
@@ -62002,7 +63164,7 @@ index 0000000..d9637a7
 +
 +.EX
 +.PP
-+.B plymouthd_var_lib_t 
++.B plymouthd_var_lib_t
 +.EE
 +
 +- Set files with the plymouthd_var_lib_t type, if you want to store the plymouthd files under the /var/lib directory.
@@ -62010,7 +63172,7 @@ index 0000000..d9637a7
 +
 +.EX
 +.PP
-+.B plymouthd_var_log_t 
++.B plymouthd_var_log_t
 +.EE
 +
 +- Set files with the plymouthd_var_log_t type, if you want to treat the data as plymouthd var log data, usually stored under the /var/log directory.
@@ -62018,15 +63180,15 @@ index 0000000..d9637a7
 +
 +.EX
 +.PP
-+.B plymouthd_var_run_t 
++.B plymouthd_var_run_t
 +.EE
 +
 +- Set files with the plymouthd_var_run_t type, if you want to store the plymouthd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -62044,13 +63206,13 @@ index 0000000..d9637a7
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), plymouth(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -62058,18 +63220,18 @@ index 0000000..d9637a7
 \ No newline at end of file
 diff --git a/man/man8/plymouthd_selinux.8 b/man/man8/plymouthd_selinux.8
 new file mode 100644
-index 0000000..534d2c7
+index 0000000..8ddb343
 --- /dev/null
 +++ b/man/man8/plymouthd_selinux.8
-@@ -0,0 +1,161 @@
-+.TH  "plymouthd_selinux"  "8"  "12-10-19" "plymouthd" "SELinux Policy documentation for plymouthd"
+@@ -0,0 +1,159 @@
++.TH  "plymouthd_selinux"  "8"  "12-11-01" "plymouthd" "SELinux Policy documentation for plymouthd"
 +.SH "NAME"
 +plymouthd_selinux \- Security Enhanced Linux Policy for the plymouthd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the plymouthd processes via flexible mandatory access control.
 +
-+The plymouthd processes execute with the plymouthd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The plymouthd processes execute with the plymouthd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -62086,33 +63248,33 @@ index 0000000..534d2c7
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux plymouthd policy is very flexible allowing users to setup their plymouthd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for plymouthd:
 +
 +.EX
-+.B plymouth_t, plymouthd_t 
++.B plymouth_t, plymouthd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux plymouthd policy is very flexible allowing users to setup their plymouthd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for plymouthd:
 +
 +
 +.EX
 +.PP
-+.B plymouthd_exec_t 
++.B plymouthd_exec_t
 +.EE
 +
 +- Set files with the plymouthd_exec_t type, if you want to transition an executable to the plymouthd_t domain.
@@ -62120,7 +63282,7 @@ index 0000000..534d2c7
 +
 +.EX
 +.PP
-+.B plymouthd_spool_t 
++.B plymouthd_spool_t
 +.EE
 +
 +- Set files with the plymouthd_spool_t type, if you want to store the plymouthd files under the /var/spool directory.
@@ -62128,7 +63290,7 @@ index 0000000..534d2c7
 +
 +.EX
 +.PP
-+.B plymouthd_var_lib_t 
++.B plymouthd_var_lib_t
 +.EE
 +
 +- Set files with the plymouthd_var_lib_t type, if you want to store the plymouthd files under the /var/lib directory.
@@ -62136,7 +63298,7 @@ index 0000000..534d2c7
 +
 +.EX
 +.PP
-+.B plymouthd_var_log_t 
++.B plymouthd_var_log_t
 +.EE
 +
 +- Set files with the plymouthd_var_log_t type, if you want to treat the data as plymouthd var log data, usually stored under the /var/log directory.
@@ -62144,15 +63306,15 @@ index 0000000..534d2c7
 +
 +.EX
 +.PP
-+.B plymouthd_var_run_t 
++.B plymouthd_var_run_t
 +.EE
 +
 +- Set files with the plymouthd_var_run_t type, if you want to store the plymouthd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -62182,9 +63344,7 @@ index 0000000..534d2c7
 +.br
 +.B plymouthd_var_log_t
 +
-+	/var/run/boot\.log
-+.br
-+	/var/spool/plymouth/boot\.log
++	/var/log/boot\.log
 +.br
 +
 +.br
@@ -62212,13 +63372,13 @@ index 0000000..534d2c7
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), plymouthd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -62226,18 +63386,18 @@ index 0000000..534d2c7
 \ No newline at end of file
 diff --git a/man/man8/podsleuth_selinux.8 b/man/man8/podsleuth_selinux.8
 new file mode 100644
-index 0000000..87e5014
+index 0000000..5da1a9f
 --- /dev/null
 +++ b/man/man8/podsleuth_selinux.8
 @@ -0,0 +1,128 @@
-+.TH  "podsleuth_selinux"  "8"  "12-10-19" "podsleuth" "SELinux Policy documentation for podsleuth"
++.TH  "podsleuth_selinux"  "8"  "12-11-01" "podsleuth" "SELinux Policy documentation for podsleuth"
 +.SH "NAME"
 +podsleuth_selinux \- Security Enhanced Linux Policy for the podsleuth processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the podsleuth processes via flexible mandatory access control.
 +
-+The podsleuth processes execute with the podsleuth_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The podsleuth processes execute with the podsleuth_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -62254,33 +63414,33 @@ index 0000000..87e5014
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux podsleuth policy is very flexible allowing users to setup their podsleuth processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for podsleuth:
 +
 +.EX
-+.B podsleuth_t 
++.B podsleuth_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux podsleuth policy is very flexible allowing users to setup their podsleuth processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for podsleuth:
 +
 +
 +.EX
 +.PP
-+.B podsleuth_cache_t 
++.B podsleuth_cache_t
 +.EE
 +
 +- Set files with the podsleuth_cache_t type, if you want to store the files under the /var/cache directory.
@@ -62288,7 +63448,7 @@ index 0000000..87e5014
 +
 +.EX
 +.PP
-+.B podsleuth_exec_t 
++.B podsleuth_exec_t
 +.EE
 +
 +- Set files with the podsleuth_exec_t type, if you want to transition an executable to the podsleuth_t domain.
@@ -62296,7 +63456,7 @@ index 0000000..87e5014
 +
 +.EX
 +.PP
-+.B podsleuth_tmp_t 
++.B podsleuth_tmp_t
 +.EE
 +
 +- Set files with the podsleuth_tmp_t type, if you want to store podsleuth temporary files in the /tmp directories.
@@ -62304,15 +63464,15 @@ index 0000000..87e5014
 +
 +.EX
 +.PP
-+.B podsleuth_tmpfs_t 
++.B podsleuth_tmpfs_t
 +.EE
 +
 +- Set files with the podsleuth_tmpfs_t type, if you want to store podsleuth files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -62348,30 +63508,30 @@ index 0000000..87e5014
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), podsleuth(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/policykit_auth_selinux.8 b/man/man8/policykit_auth_selinux.8
 new file mode 100644
-index 0000000..08f9cd3
+index 0000000..8e1e635
 --- /dev/null
 +++ b/man/man8/policykit_auth_selinux.8
 @@ -0,0 +1,207 @@
-+.TH  "policykit_auth_selinux"  "8"  "12-10-19" "policykit_auth" "SELinux Policy documentation for policykit_auth"
++.TH  "policykit_auth_selinux"  "8"  "12-11-01" "policykit_auth" "SELinux Policy documentation for policykit_auth"
 +.SH "NAME"
 +policykit_auth_selinux \- Security Enhanced Linux Policy for the policykit_auth processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the policykit_auth processes via flexible mandatory access control.
 +
-+The policykit_auth processes execute with the policykit_auth_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The policykit_auth processes execute with the policykit_auth_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -62388,41 +63548,41 @@ index 0000000..08f9cd3
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux policykit_auth policy is very flexible allowing users to setup their policykit_auth processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for policykit_auth:
 +
 +.EX
-+.B policykit_auth_t 
++.B policykit_auth_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux policykit_auth policy is very flexible allowing users to setup their policykit_auth processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for policykit_auth:
 +
 +
 +.EX
 +.PP
-+.B policykit_auth_exec_t 
++.B policykit_auth_exec_t
 +.EE
 +
 +- Set files with the policykit_auth_exec_t type, if you want to transition an executable to the policykit_auth_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -62560,13 +63720,13 @@ index 0000000..08f9cd3
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), policykit_auth(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -62574,18 +63734,18 @@ index 0000000..08f9cd3
 \ No newline at end of file
 diff --git a/man/man8/policykit_grant_selinux.8 b/man/man8/policykit_grant_selinux.8
 new file mode 100644
-index 0000000..caff4ee
+index 0000000..236cec7
 --- /dev/null
 +++ b/man/man8/policykit_grant_selinux.8
 @@ -0,0 +1,157 @@
-+.TH  "policykit_grant_selinux"  "8"  "12-10-19" "policykit_grant" "SELinux Policy documentation for policykit_grant"
++.TH  "policykit_grant_selinux"  "8"  "12-11-01" "policykit_grant" "SELinux Policy documentation for policykit_grant"
 +.SH "NAME"
 +policykit_grant_selinux \- Security Enhanced Linux Policy for the policykit_grant processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the policykit_grant processes via flexible mandatory access control.
 +
-+The policykit_grant processes execute with the policykit_grant_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The policykit_grant processes execute with the policykit_grant_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -62602,41 +63762,41 @@ index 0000000..caff4ee
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux policykit_grant policy is very flexible allowing users to setup their policykit_grant processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for policykit_grant:
 +
 +.EX
-+.B policykit_grant_t 
++.B policykit_grant_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux policykit_grant policy is very flexible allowing users to setup their policykit_grant processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for policykit_grant:
 +
 +
 +.EX
 +.PP
-+.B policykit_grant_exec_t 
++.B policykit_grant_exec_t
 +.EE
 +
 +- Set files with the policykit_grant_exec_t type, if you want to transition an executable to the policykit_grant_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -62724,13 +63884,13 @@ index 0000000..caff4ee
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), policykit_grant(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -62738,18 +63898,18 @@ index 0000000..caff4ee
 \ No newline at end of file
 diff --git a/man/man8/policykit_resolve_selinux.8 b/man/man8/policykit_resolve_selinux.8
 new file mode 100644
-index 0000000..6a4ca2c
+index 0000000..103c687
 --- /dev/null
 +++ b/man/man8/policykit_resolve_selinux.8
 @@ -0,0 +1,101 @@
-+.TH  "policykit_resolve_selinux"  "8"  "12-10-19" "policykit_resolve" "SELinux Policy documentation for policykit_resolve"
++.TH  "policykit_resolve_selinux"  "8"  "12-11-01" "policykit_resolve" "SELinux Policy documentation for policykit_resolve"
 +.SH "NAME"
 +policykit_resolve_selinux \- Security Enhanced Linux Policy for the policykit_resolve processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the policykit_resolve processes via flexible mandatory access control.
 +
-+The policykit_resolve processes execute with the policykit_resolve_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The policykit_resolve processes execute with the policykit_resolve_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -62766,41 +63926,41 @@ index 0000000..6a4ca2c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux policykit_resolve policy is very flexible allowing users to setup their policykit_resolve processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for policykit_resolve:
 +
 +.EX
-+.B policykit_resolve_t 
++.B policykit_resolve_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux policykit_resolve policy is very flexible allowing users to setup their policykit_resolve processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for policykit_resolve:
 +
 +
 +.EX
 +.PP
-+.B policykit_resolve_exec_t 
++.B policykit_resolve_exec_t
 +.EE
 +
 +- Set files with the policykit_resolve_exec_t type, if you want to transition an executable to the policykit_resolve_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -62832,13 +63992,13 @@ index 0000000..6a4ca2c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), policykit_resolve(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -62846,18 +64006,18 @@ index 0000000..6a4ca2c
 \ No newline at end of file
 diff --git a/man/man8/policykit_selinux.8 b/man/man8/policykit_selinux.8
 new file mode 100644
-index 0000000..9acc9fa
+index 0000000..62bd2e6
 --- /dev/null
 +++ b/man/man8/policykit_selinux.8
 @@ -0,0 +1,213 @@
-+.TH  "policykit_selinux"  "8"  "12-10-19" "policykit" "SELinux Policy documentation for policykit"
++.TH  "policykit_selinux"  "8"  "12-11-01" "policykit" "SELinux Policy documentation for policykit"
 +.SH "NAME"
 +policykit_selinux \- Security Enhanced Linux Policy for the policykit processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the policykit processes via flexible mandatory access control.
 +
-+The policykit processes execute with the policykit_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The policykit processes execute with the policykit_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -62874,33 +64034,33 @@ index 0000000..9acc9fa
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux policykit policy is very flexible allowing users to setup their policykit processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for policykit:
 +
 +.EX
-+.B policykit_grant_t, policykit_auth_t, policykit_t, policykit_resolve_t 
++.B policykit_grant_t, policykit_auth_t, policykit_t, policykit_resolve_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux policykit policy is very flexible allowing users to setup their policykit processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for policykit:
 +
 +
 +.EX
 +.PP
-+.B policykit_auth_exec_t 
++.B policykit_auth_exec_t
 +.EE
 +
 +- Set files with the policykit_auth_exec_t type, if you want to transition an executable to the policykit_auth_t domain.
@@ -62908,7 +64068,7 @@ index 0000000..9acc9fa
 +
 +.EX
 +.PP
-+.B policykit_exec_t 
++.B policykit_exec_t
 +.EE
 +
 +- Set files with the policykit_exec_t type, if you want to transition an executable to the policykit_t domain.
@@ -62916,7 +64076,7 @@ index 0000000..9acc9fa
 +
 +.EX
 +.PP
-+.B policykit_grant_exec_t 
++.B policykit_grant_exec_t
 +.EE
 +
 +- Set files with the policykit_grant_exec_t type, if you want to transition an executable to the policykit_grant_t domain.
@@ -62924,7 +64084,7 @@ index 0000000..9acc9fa
 +
 +.EX
 +.PP
-+.B policykit_reload_t 
++.B policykit_reload_t
 +.EE
 +
 +- Set files with the policykit_reload_t type, if you want to treat the files as policykit reload data.
@@ -62932,7 +64092,7 @@ index 0000000..9acc9fa
 +
 +.EX
 +.PP
-+.B policykit_resolve_exec_t 
++.B policykit_resolve_exec_t
 +.EE
 +
 +- Set files with the policykit_resolve_exec_t type, if you want to transition an executable to the policykit_resolve_t domain.
@@ -62940,7 +64100,7 @@ index 0000000..9acc9fa
 +
 +.EX
 +.PP
-+.B policykit_tmp_t 
++.B policykit_tmp_t
 +.EE
 +
 +- Set files with the policykit_tmp_t type, if you want to store policykit temporary files in the /tmp directories.
@@ -62948,7 +64108,7 @@ index 0000000..9acc9fa
 +
 +.EX
 +.PP
-+.B policykit_var_lib_t 
++.B policykit_var_lib_t
 +.EE
 +
 +- Set files with the policykit_var_lib_t type, if you want to store the policykit files under the /var/lib directory.
@@ -62956,15 +64116,15 @@ index 0000000..9acc9fa
 +
 +.EX
 +.PP
-+.B policykit_var_run_t 
++.B policykit_var_run_t
 +.EE
 +
 +- Set files with the policykit_var_run_t type, if you want to store the policykit files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -63052,13 +64212,13 @@ index 0000000..9acc9fa
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), policykit(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -63066,18 +64226,18 @@ index 0000000..9acc9fa
 \ No newline at end of file
 diff --git a/man/man8/polipo_selinux.8 b/man/man8/polipo_selinux.8
 new file mode 100644
-index 0000000..4679fc4
+index 0000000..47a11ed
 --- /dev/null
 +++ b/man/man8/polipo_selinux.8
 @@ -0,0 +1,264 @@
-+.TH  "polipo_selinux"  "8"  "12-10-19" "polipo" "SELinux Policy documentation for polipo"
++.TH  "polipo_selinux"  "8"  "12-11-01" "polipo" "SELinux Policy documentation for polipo"
 +.SH "NAME"
 +polipo_selinux \- Security Enhanced Linux Policy for the polipo processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the polipo processes via flexible mandatory access control.
 +
-+The polipo processes execute with the polipo_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The polipo processes execute with the polipo_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -63094,17 +64254,17 @@ index 0000000..4679fc4
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux polipo policy is very flexible allowing users to setup their polipo processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for polipo:
 +
 +.EX
-+.B polipo_t, polipo_session_t 
++.B polipo_t, polipo_session_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -63182,19 +64342,19 @@ index 0000000..4679fc4
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux polipo policy is very flexible allowing users to setup their polipo processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for polipo:
 +
 +
 +.EX
 +.PP
-+.B polipo_cache_home_t 
++.B polipo_cache_home_t
 +.EE
 +
 +- Set files with the polipo_cache_home_t type, if you want to store polipo cache files in the users home directory.
@@ -63202,7 +64362,7 @@ index 0000000..4679fc4
 +
 +.EX
 +.PP
-+.B polipo_cache_t 
++.B polipo_cache_t
 +.EE
 +
 +- Set files with the polipo_cache_t type, if you want to store the files under the /var/cache directory.
@@ -63210,7 +64370,7 @@ index 0000000..4679fc4
 +
 +.EX
 +.PP
-+.B polipo_config_home_t 
++.B polipo_config_home_t
 +.EE
 +
 +- Set files with the polipo_config_home_t type, if you want to store polipo config files in the users home directory.
@@ -63218,7 +64378,7 @@ index 0000000..4679fc4
 +
 +.EX
 +.PP
-+.B polipo_etc_t 
++.B polipo_etc_t
 +.EE
 +
 +- Set files with the polipo_etc_t type, if you want to store polipo files in the /etc directories.
@@ -63226,7 +64386,7 @@ index 0000000..4679fc4
 +
 +.EX
 +.PP
-+.B polipo_exec_t 
++.B polipo_exec_t
 +.EE
 +
 +- Set files with the polipo_exec_t type, if you want to transition an executable to the polipo_t domain.
@@ -63234,7 +64394,7 @@ index 0000000..4679fc4
 +
 +.EX
 +.PP
-+.B polipo_initrc_exec_t 
++.B polipo_initrc_exec_t
 +.EE
 +
 +- Set files with the polipo_initrc_exec_t type, if you want to transition an executable to the polipo_initrc_t domain.
@@ -63242,7 +64402,7 @@ index 0000000..4679fc4
 +
 +.EX
 +.PP
-+.B polipo_log_t 
++.B polipo_log_t
 +.EE
 +
 +- Set files with the polipo_log_t type, if you want to treat the data as polipo log data, usually stored under the /var/log directory.
@@ -63250,7 +64410,7 @@ index 0000000..4679fc4
 +
 +.EX
 +.PP
-+.B polipo_pid_t 
++.B polipo_pid_t
 +.EE
 +
 +- Set files with the polipo_pid_t type, if you want to store the polipo files under the /run directory.
@@ -63258,15 +64418,15 @@ index 0000000..4679fc4
 +
 +.EX
 +.PP
-+.B polipo_unit_file_t 
++.B polipo_unit_file_t
 +.EE
 +
 +- Set files with the polipo_unit_file_t type, if you want to treat the files as polipo unit content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -63323,13 +64483,13 @@ index 0000000..4679fc4
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), polipo(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -63337,18 +64497,18 @@ index 0000000..4679fc4
 \ No newline at end of file
 diff --git a/man/man8/portmap_helper_selinux.8 b/man/man8/portmap_helper_selinux.8
 new file mode 100644
-index 0000000..5745157
+index 0000000..8e59c47
 --- /dev/null
 +++ b/man/man8/portmap_helper_selinux.8
 @@ -0,0 +1,125 @@
-+.TH  "portmap_helper_selinux"  "8"  "12-10-19" "portmap_helper" "SELinux Policy documentation for portmap_helper"
++.TH  "portmap_helper_selinux"  "8"  "12-11-01" "portmap_helper" "SELinux Policy documentation for portmap_helper"
 +.SH "NAME"
 +portmap_helper_selinux \- Security Enhanced Linux Policy for the portmap_helper processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the portmap_helper processes via flexible mandatory access control.
 +
-+The portmap_helper processes execute with the portmap_helper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The portmap_helper processes execute with the portmap_helper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -63365,41 +64525,41 @@ index 0000000..5745157
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux portmap_helper policy is very flexible allowing users to setup their portmap_helper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for portmap_helper:
 +
 +.EX
-+.B portmap_helper_t 
++.B portmap_helper_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux portmap_helper policy is very flexible allowing users to setup their portmap_helper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for portmap_helper:
 +
 +
 +.EX
 +.PP
-+.B portmap_helper_exec_t 
++.B portmap_helper_exec_t
 +.EE
 +
 +- Set files with the portmap_helper_exec_t type, if you want to transition an executable to the portmap_helper_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -63455,13 +64615,13 @@ index 0000000..5745157
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), portmap_helper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -63469,18 +64629,18 @@ index 0000000..5745157
 \ No newline at end of file
 diff --git a/man/man8/portmap_selinux.8 b/man/man8/portmap_selinux.8
 new file mode 100644
-index 0000000..90c6b7c
+index 0000000..6c4bbc4
 --- /dev/null
 +++ b/man/man8/portmap_selinux.8
 @@ -0,0 +1,188 @@
-+.TH  "portmap_selinux"  "8"  "12-10-19" "portmap" "SELinux Policy documentation for portmap"
++.TH  "portmap_selinux"  "8"  "12-11-01" "portmap" "SELinux Policy documentation for portmap"
 +.SH "NAME"
 +portmap_selinux \- Security Enhanced Linux Policy for the portmap processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the portmap processes via flexible mandatory access control.
 +
-+The portmap processes execute with the portmap_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The portmap processes execute with the portmap_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -63497,17 +64657,17 @@ index 0000000..90c6b7c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux portmap policy is very flexible allowing users to setup their portmap processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for portmap:
 +
 +.EX
-+.B portmap_helper_t, portmap_t 
++.B portmap_helper_t, portmap_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -63529,19 +64689,19 @@ index 0000000..90c6b7c
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux portmap policy is very flexible allowing users to setup their portmap processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for portmap:
 +
 +
 +.EX
 +.PP
-+.B portmap_exec_t 
++.B portmap_exec_t
 +.EE
 +
 +- Set files with the portmap_exec_t type, if you want to transition an executable to the portmap_t domain.
@@ -63549,7 +64709,7 @@ index 0000000..90c6b7c
 +
 +.EX
 +.PP
-+.B portmap_helper_exec_t 
++.B portmap_helper_exec_t
 +.EE
 +
 +- Set files with the portmap_helper_exec_t type, if you want to transition an executable to the portmap_helper_t domain.
@@ -63557,7 +64717,7 @@ index 0000000..90c6b7c
 +
 +.EX
 +.PP
-+.B portmap_tmp_t 
++.B portmap_tmp_t
 +.EE
 +
 +- Set files with the portmap_tmp_t type, if you want to store portmap temporary files in the /tmp directories.
@@ -63565,35 +64725,35 @@ index 0000000..90c6b7c
 +
 +.EX
 +.PP
-+.B portmap_var_run_t 
++.B portmap_var_run_t
 +.EE
 +
 +- Set files with the portmap_var_run_t type, if you want to store the portmap files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux portmap policy is very flexible allowing users to setup their portmap processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for portmap:
 +
 +.EX
 +.TP 5
-+.B portmap_port_t 
++.B portmap_port_t
 +.TP 10
 +.EE
 +
@@ -63650,13 +64810,13 @@ index 0000000..90c6b7c
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), portmap(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -63664,18 +64824,18 @@ index 0000000..90c6b7c
 \ No newline at end of file
 diff --git a/man/man8/portreserve_selinux.8 b/man/man8/portreserve_selinux.8
 new file mode 100644
-index 0000000..be15952
+index 0000000..af478cb
 --- /dev/null
 +++ b/man/man8/portreserve_selinux.8
 @@ -0,0 +1,120 @@
-+.TH  "portreserve_selinux"  "8"  "12-10-19" "portreserve" "SELinux Policy documentation for portreserve"
++.TH  "portreserve_selinux"  "8"  "12-11-01" "portreserve" "SELinux Policy documentation for portreserve"
 +.SH "NAME"
 +portreserve_selinux \- Security Enhanced Linux Policy for the portreserve processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the portreserve processes via flexible mandatory access control.
 +
-+The portreserve processes execute with the portreserve_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The portreserve processes execute with the portreserve_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -63692,33 +64852,33 @@ index 0000000..be15952
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux portreserve policy is very flexible allowing users to setup their portreserve processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for portreserve:
 +
 +.EX
-+.B portreserve_t 
++.B portreserve_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux portreserve policy is very flexible allowing users to setup their portreserve processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for portreserve:
 +
 +
 +.EX
 +.PP
-+.B portreserve_etc_t 
++.B portreserve_etc_t
 +.EE
 +
 +- Set files with the portreserve_etc_t type, if you want to store portreserve files in the /etc directories.
@@ -63726,7 +64886,7 @@ index 0000000..be15952
 +
 +.EX
 +.PP
-+.B portreserve_exec_t 
++.B portreserve_exec_t
 +.EE
 +
 +- Set files with the portreserve_exec_t type, if you want to transition an executable to the portreserve_t domain.
@@ -63734,7 +64894,7 @@ index 0000000..be15952
 +
 +.EX
 +.PP
-+.B portreserve_initrc_exec_t 
++.B portreserve_initrc_exec_t
 +.EE
 +
 +- Set files with the portreserve_initrc_exec_t type, if you want to transition an executable to the portreserve_initrc_t domain.
@@ -63742,15 +64902,15 @@ index 0000000..be15952
 +
 +.EX
 +.PP
-+.B portreserve_var_run_t 
++.B portreserve_var_run_t
 +.EE
 +
 +- Set files with the portreserve_var_run_t type, if you want to store the portreserve files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -63778,30 +64938,30 @@ index 0000000..be15952
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), portreserve(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/postfix_bounce_selinux.8 b/man/man8/postfix_bounce_selinux.8
 new file mode 100644
-index 0000000..3902a9f
+index 0000000..c0a0f25
 --- /dev/null
 +++ b/man/man8/postfix_bounce_selinux.8
 @@ -0,0 +1,149 @@
-+.TH  "postfix_bounce_selinux"  "8"  "12-10-19" "postfix_bounce" "SELinux Policy documentation for postfix_bounce"
++.TH  "postfix_bounce_selinux"  "8"  "12-11-01" "postfix_bounce" "SELinux Policy documentation for postfix_bounce"
 +.SH "NAME"
 +postfix_bounce_selinux \- Security Enhanced Linux Policy for the postfix_bounce processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the postfix_bounce processes via flexible mandatory access control.
 +
-+The postfix_bounce processes execute with the postfix_bounce_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The postfix_bounce processes execute with the postfix_bounce_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -63818,33 +64978,33 @@ index 0000000..3902a9f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux postfix_bounce policy is very flexible allowing users to setup their postfix_bounce processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for postfix_bounce:
 +
 +.EX
-+.B postfix_bounce_t 
++.B postfix_bounce_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux postfix_bounce policy is very flexible allowing users to setup their postfix_bounce processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for postfix_bounce:
 +
 +
 +.EX
 +.PP
-+.B postfix_bounce_exec_t 
++.B postfix_bounce_exec_t
 +.EE
 +
 +- Set files with the postfix_bounce_exec_t type, if you want to transition an executable to the postfix_bounce_t domain.
@@ -63852,15 +65012,15 @@ index 0000000..3902a9f
 +
 +.EX
 +.PP
-+.B postfix_bounce_tmp_t 
++.B postfix_bounce_tmp_t
 +.EE
 +
 +- Set files with the postfix_bounce_tmp_t type, if you want to store postfix bounce temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -63932,13 +65092,13 @@ index 0000000..3902a9f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), postfix_bounce(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -63946,18 +65106,18 @@ index 0000000..3902a9f
 \ No newline at end of file
 diff --git a/man/man8/postfix_cleanup_selinux.8 b/man/man8/postfix_cleanup_selinux.8
 new file mode 100644
-index 0000000..ab6a968
+index 0000000..615ab43
 --- /dev/null
 +++ b/man/man8/postfix_cleanup_selinux.8
 @@ -0,0 +1,133 @@
-+.TH  "postfix_cleanup_selinux"  "8"  "12-10-19" "postfix_cleanup" "SELinux Policy documentation for postfix_cleanup"
++.TH  "postfix_cleanup_selinux"  "8"  "12-11-01" "postfix_cleanup" "SELinux Policy documentation for postfix_cleanup"
 +.SH "NAME"
 +postfix_cleanup_selinux \- Security Enhanced Linux Policy for the postfix_cleanup processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the postfix_cleanup processes via flexible mandatory access control.
 +
-+The postfix_cleanup processes execute with the postfix_cleanup_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The postfix_cleanup processes execute with the postfix_cleanup_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -63974,33 +65134,33 @@ index 0000000..ab6a968
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux postfix_cleanup policy is very flexible allowing users to setup their postfix_cleanup processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for postfix_cleanup:
 +
 +.EX
-+.B postfix_cleanup_t 
++.B postfix_cleanup_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux postfix_cleanup policy is very flexible allowing users to setup their postfix_cleanup processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for postfix_cleanup:
 +
 +
 +.EX
 +.PP
-+.B postfix_cleanup_exec_t 
++.B postfix_cleanup_exec_t
 +.EE
 +
 +- Set files with the postfix_cleanup_exec_t type, if you want to transition an executable to the postfix_cleanup_t domain.
@@ -64008,15 +65168,15 @@ index 0000000..ab6a968
 +
 +.EX
 +.PP
-+.B postfix_cleanup_tmp_t 
++.B postfix_cleanup_tmp_t
 +.EE
 +
 +- Set files with the postfix_cleanup_tmp_t type, if you want to store postfix cleanup temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -64072,13 +65232,13 @@ index 0000000..ab6a968
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), postfix_cleanup(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -64086,18 +65246,18 @@ index 0000000..ab6a968
 \ No newline at end of file
 diff --git a/man/man8/postfix_local_selinux.8 b/man/man8/postfix_local_selinux.8
 new file mode 100644
-index 0000000..29a8e20
+index 0000000..6e24730
 --- /dev/null
 +++ b/man/man8/postfix_local_selinux.8
-@@ -0,0 +1,202 @@
-+.TH  "postfix_local_selinux"  "8"  "12-10-19" "postfix_local" "SELinux Policy documentation for postfix_local"
+@@ -0,0 +1,212 @@
++.TH  "postfix_local_selinux"  "8"  "12-11-01" "postfix_local" "SELinux Policy documentation for postfix_local"
 +.SH "NAME"
 +postfix_local_selinux \- Security Enhanced Linux Policy for the postfix_local processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the postfix_local processes via flexible mandatory access control.
 +
-+The postfix_local processes execute with the postfix_local_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The postfix_local processes execute with the postfix_local_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -64114,17 +65274,17 @@ index 0000000..29a8e20
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux postfix_local policy is very flexible allowing users to setup their postfix_local processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for postfix_local:
 +
 +.EX
-+.B postfix_local_t 
++.B postfix_local_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -64146,19 +65306,19 @@ index 0000000..29a8e20
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux postfix_local policy is very flexible allowing users to setup their postfix_local processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for postfix_local:
 +
 +
 +.EX
 +.PP
-+.B postfix_local_exec_t 
++.B postfix_local_exec_t
 +.EE
 +
 +- Set files with the postfix_local_exec_t type, if you want to transition an executable to the postfix_local_t domain.
@@ -64166,15 +65326,15 @@ index 0000000..29a8e20
 +
 +.EX
 +.PP
-+.B postfix_local_tmp_t 
++.B postfix_local_tmp_t
 +.EE
 +
 +- Set files with the postfix_local_tmp_t type, if you want to store postfix local temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -64230,6 +65390,16 @@ index 0000000..29a8e20
 +
 +
 +.br
++.B postfix_spool_maildrop_t
++
++	/var/spool/postfix/defer(/.*)?
++.br
++	/var/spool/postfix/deferred(/.*)?
++.br
++	/var/spool/postfix/maildrop(/.*)?
++.br
++
++.br
 +.B postfix_spool_t
 +
 +	/var/spool/postfix.*
@@ -64281,13 +65451,13 @@ index 0000000..29a8e20
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), postfix_local(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -64295,18 +65465,18 @@ index 0000000..29a8e20
 \ No newline at end of file
 diff --git a/man/man8/postfix_map_selinux.8 b/man/man8/postfix_map_selinux.8
 new file mode 100644
-index 0000000..48a2caf
+index 0000000..f1b2f03
 --- /dev/null
 +++ b/man/man8/postfix_map_selinux.8
 @@ -0,0 +1,133 @@
-+.TH  "postfix_map_selinux"  "8"  "12-10-19" "postfix_map" "SELinux Policy documentation for postfix_map"
++.TH  "postfix_map_selinux"  "8"  "12-11-01" "postfix_map" "SELinux Policy documentation for postfix_map"
 +.SH "NAME"
 +postfix_map_selinux \- Security Enhanced Linux Policy for the postfix_map processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the postfix_map processes via flexible mandatory access control.
 +
-+The postfix_map processes execute with the postfix_map_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The postfix_map processes execute with the postfix_map_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -64323,33 +65493,33 @@ index 0000000..48a2caf
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux postfix_map policy is very flexible allowing users to setup their postfix_map processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for postfix_map:
 +
 +.EX
-+.B postfix_map_t 
++.B postfix_map_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux postfix_map policy is very flexible allowing users to setup their postfix_map processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for postfix_map:
 +
 +
 +.EX
 +.PP
-+.B postfix_map_exec_t 
++.B postfix_map_exec_t
 +.EE
 +
 +- Set files with the postfix_map_exec_t type, if you want to transition an executable to the postfix_map_t domain.
@@ -64357,15 +65527,15 @@ index 0000000..48a2caf
 +
 +.EX
 +.PP
-+.B postfix_map_tmp_t 
++.B postfix_map_tmp_t
 +.EE
 +
 +- Set files with the postfix_map_tmp_t type, if you want to store postfix map temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -64421,13 +65591,13 @@ index 0000000..48a2caf
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), postfix_map(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -64435,18 +65605,18 @@ index 0000000..48a2caf
 \ No newline at end of file
 diff --git a/man/man8/postfix_master_selinux.8 b/man/man8/postfix_master_selinux.8
 new file mode 100644
-index 0000000..7a0edf1
+index 0000000..feb9a1e
 --- /dev/null
 +++ b/man/man8/postfix_master_selinux.8
-@@ -0,0 +1,179 @@
-+.TH  "postfix_master_selinux"  "8"  "12-10-19" "postfix_master" "SELinux Policy documentation for postfix_master"
+@@ -0,0 +1,177 @@
++.TH  "postfix_master_selinux"  "8"  "12-11-01" "postfix_master" "SELinux Policy documentation for postfix_master"
 +.SH "NAME"
 +postfix_master_selinux \- Security Enhanced Linux Policy for the postfix_master processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the postfix_master processes via flexible mandatory access control.
 +
-+The postfix_master processes execute with the postfix_master_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The postfix_master processes execute with the postfix_master_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -64463,41 +65633,41 @@ index 0000000..7a0edf1
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux postfix_master policy is very flexible allowing users to setup their postfix_master processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for postfix_master:
 +
 +.EX
-+.B postfix_master_t 
++.B postfix_master_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux postfix_master policy is very flexible allowing users to setup their postfix_master processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for postfix_master:
 +
 +
 +.EX
 +.PP
-+.B postfix_master_exec_t 
++.B postfix_master_exec_t
 +.EE
 +
 +- Set files with the postfix_master_exec_t type, if you want to transition an executable to the postfix_master_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -64513,16 +65683,14 @@ index 0000000..7a0edf1
 +.br
 +.B etc_aliases_t
 +
++	/etc/mail/aliases.*
++.br
 +	/etc/postfix/aliases.*
 +.br
 +	/etc/aliases
 +.br
 +	/etc/aliases\.db
 +.br
-+	/etc/mail/aliases
-+.br
-+	/etc/mail/aliases\.db
-+.br
 +
 +.br
 +.B mailman_data_t
@@ -64607,13 +65775,13 @@ index 0000000..7a0edf1
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), postfix_master(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -64621,18 +65789,18 @@ index 0000000..7a0edf1
 \ No newline at end of file
 diff --git a/man/man8/postfix_pickup_selinux.8 b/man/man8/postfix_pickup_selinux.8
 new file mode 100644
-index 0000000..b9ab570
+index 0000000..4db315f
 --- /dev/null
 +++ b/man/man8/postfix_pickup_selinux.8
 @@ -0,0 +1,127 @@
-+.TH  "postfix_pickup_selinux"  "8"  "12-10-19" "postfix_pickup" "SELinux Policy documentation for postfix_pickup"
++.TH  "postfix_pickup_selinux"  "8"  "12-11-01" "postfix_pickup" "SELinux Policy documentation for postfix_pickup"
 +.SH "NAME"
 +postfix_pickup_selinux \- Security Enhanced Linux Policy for the postfix_pickup processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the postfix_pickup processes via flexible mandatory access control.
 +
-+The postfix_pickup processes execute with the postfix_pickup_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The postfix_pickup processes execute with the postfix_pickup_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -64649,33 +65817,33 @@ index 0000000..b9ab570
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux postfix_pickup policy is very flexible allowing users to setup their postfix_pickup processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for postfix_pickup:
 +
 +.EX
-+.B postfix_pickup_t 
++.B postfix_pickup_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux postfix_pickup policy is very flexible allowing users to setup their postfix_pickup processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for postfix_pickup:
 +
 +
 +.EX
 +.PP
-+.B postfix_pickup_exec_t 
++.B postfix_pickup_exec_t
 +.EE
 +
 +- Set files with the postfix_pickup_exec_t type, if you want to transition an executable to the postfix_pickup_t domain.
@@ -64683,15 +65851,15 @@ index 0000000..b9ab570
 +
 +.EX
 +.PP
-+.B postfix_pickup_tmp_t 
++.B postfix_pickup_tmp_t
 +.EE
 +
 +- Set files with the postfix_pickup_tmp_t type, if you want to store postfix pickup temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -64741,13 +65909,13 @@ index 0000000..b9ab570
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), postfix_pickup(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -64755,18 +65923,18 @@ index 0000000..b9ab570
 \ No newline at end of file
 diff --git a/man/man8/postfix_pipe_selinux.8 b/man/man8/postfix_pipe_selinux.8
 new file mode 100644
-index 0000000..40f7e40
+index 0000000..0fc0351
 --- /dev/null
 +++ b/man/man8/postfix_pipe_selinux.8
 @@ -0,0 +1,143 @@
-+.TH  "postfix_pipe_selinux"  "8"  "12-10-19" "postfix_pipe" "SELinux Policy documentation for postfix_pipe"
++.TH  "postfix_pipe_selinux"  "8"  "12-11-01" "postfix_pipe" "SELinux Policy documentation for postfix_pipe"
 +.SH "NAME"
 +postfix_pipe_selinux \- Security Enhanced Linux Policy for the postfix_pipe processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the postfix_pipe processes via flexible mandatory access control.
 +
-+The postfix_pipe processes execute with the postfix_pipe_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The postfix_pipe processes execute with the postfix_pipe_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -64783,33 +65951,33 @@ index 0000000..40f7e40
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux postfix_pipe policy is very flexible allowing users to setup their postfix_pipe processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for postfix_pipe:
 +
 +.EX
-+.B postfix_pipe_t 
++.B postfix_pipe_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux postfix_pipe policy is very flexible allowing users to setup their postfix_pipe processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for postfix_pipe:
 +
 +
 +.EX
 +.PP
-+.B postfix_pipe_exec_t 
++.B postfix_pipe_exec_t
 +.EE
 +
 +- Set files with the postfix_pipe_exec_t type, if you want to transition an executable to the postfix_pipe_t domain.
@@ -64817,15 +65985,15 @@ index 0000000..40f7e40
 +
 +.EX
 +.PP
-+.B postfix_pipe_tmp_t 
++.B postfix_pipe_tmp_t
 +.EE
 +
 +- Set files with the postfix_pipe_tmp_t type, if you want to store postfix pipe temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -64891,13 +66059,13 @@ index 0000000..40f7e40
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), postfix_pipe(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -64905,18 +66073,18 @@ index 0000000..40f7e40
 \ No newline at end of file
 diff --git a/man/man8/postfix_postdrop_selinux.8 b/man/man8/postfix_postdrop_selinux.8
 new file mode 100644
-index 0000000..49b1da6
+index 0000000..e6877f7
 --- /dev/null
 +++ b/man/man8/postfix_postdrop_selinux.8
 @@ -0,0 +1,137 @@
-+.TH  "postfix_postdrop_selinux"  "8"  "12-10-19" "postfix_postdrop" "SELinux Policy documentation for postfix_postdrop"
++.TH  "postfix_postdrop_selinux"  "8"  "12-11-01" "postfix_postdrop" "SELinux Policy documentation for postfix_postdrop"
 +.SH "NAME"
 +postfix_postdrop_selinux \- Security Enhanced Linux Policy for the postfix_postdrop processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the postfix_postdrop processes via flexible mandatory access control.
 +
-+The postfix_postdrop processes execute with the postfix_postdrop_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The postfix_postdrop processes execute with the postfix_postdrop_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -64933,41 +66101,41 @@ index 0000000..49b1da6
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux postfix_postdrop policy is very flexible allowing users to setup their postfix_postdrop processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for postfix_postdrop:
 +
 +.EX
-+.B postfix_postdrop_t 
++.B postfix_postdrop_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux postfix_postdrop policy is very flexible allowing users to setup their postfix_postdrop processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for postfix_postdrop:
 +
 +
 +.EX
 +.PP
-+.B postfix_postdrop_exec_t 
++.B postfix_postdrop_exec_t
 +.EE
 +
 +- Set files with the postfix_postdrop_exec_t type, if you want to transition an executable to the postfix_postdrop_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -65035,13 +66203,13 @@ index 0000000..49b1da6
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), postfix_postdrop(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -65049,18 +66217,18 @@ index 0000000..49b1da6
 \ No newline at end of file
 diff --git a/man/man8/postfix_postqueue_selinux.8 b/man/man8/postfix_postqueue_selinux.8
 new file mode 100644
-index 0000000..acf6bbc
+index 0000000..7b40ff1
 --- /dev/null
 +++ b/man/man8/postfix_postqueue_selinux.8
 @@ -0,0 +1,119 @@
-+.TH  "postfix_postqueue_selinux"  "8"  "12-10-19" "postfix_postqueue" "SELinux Policy documentation for postfix_postqueue"
++.TH  "postfix_postqueue_selinux"  "8"  "12-11-01" "postfix_postqueue" "SELinux Policy documentation for postfix_postqueue"
 +.SH "NAME"
 +postfix_postqueue_selinux \- Security Enhanced Linux Policy for the postfix_postqueue processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the postfix_postqueue processes via flexible mandatory access control.
 +
-+The postfix_postqueue processes execute with the postfix_postqueue_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The postfix_postqueue processes execute with the postfix_postqueue_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -65077,41 +66245,41 @@ index 0000000..acf6bbc
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux postfix_postqueue policy is very flexible allowing users to setup their postfix_postqueue processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for postfix_postqueue:
 +
 +.EX
-+.B postfix_postqueue_t 
++.B postfix_postqueue_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux postfix_postqueue policy is very flexible allowing users to setup their postfix_postqueue processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for postfix_postqueue:
 +
 +
 +.EX
 +.PP
-+.B postfix_postqueue_exec_t 
++.B postfix_postqueue_exec_t
 +.EE
 +
 +- Set files with the postfix_postqueue_exec_t type, if you want to transition an executable to the postfix_postqueue_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -65161,13 +66329,13 @@ index 0000000..acf6bbc
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), postfix_postqueue(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -65175,18 +66343,18 @@ index 0000000..acf6bbc
 \ No newline at end of file
 diff --git a/man/man8/postfix_qmgr_selinux.8 b/man/man8/postfix_qmgr_selinux.8
 new file mode 100644
-index 0000000..5e9c140
+index 0000000..0cdebf4
 --- /dev/null
 +++ b/man/man8/postfix_qmgr_selinux.8
 @@ -0,0 +1,143 @@
-+.TH  "postfix_qmgr_selinux"  "8"  "12-10-19" "postfix_qmgr" "SELinux Policy documentation for postfix_qmgr"
++.TH  "postfix_qmgr_selinux"  "8"  "12-11-01" "postfix_qmgr" "SELinux Policy documentation for postfix_qmgr"
 +.SH "NAME"
 +postfix_qmgr_selinux \- Security Enhanced Linux Policy for the postfix_qmgr processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the postfix_qmgr processes via flexible mandatory access control.
 +
-+The postfix_qmgr processes execute with the postfix_qmgr_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The postfix_qmgr processes execute with the postfix_qmgr_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -65203,33 +66371,33 @@ index 0000000..5e9c140
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux postfix_qmgr policy is very flexible allowing users to setup their postfix_qmgr processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for postfix_qmgr:
 +
 +.EX
-+.B postfix_qmgr_t 
++.B postfix_qmgr_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux postfix_qmgr policy is very flexible allowing users to setup their postfix_qmgr processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for postfix_qmgr:
 +
 +
 +.EX
 +.PP
-+.B postfix_qmgr_exec_t 
++.B postfix_qmgr_exec_t
 +.EE
 +
 +- Set files with the postfix_qmgr_exec_t type, if you want to transition an executable to the postfix_qmgr_t domain.
@@ -65237,15 +66405,15 @@ index 0000000..5e9c140
 +
 +.EX
 +.PP
-+.B postfix_qmgr_tmp_t 
++.B postfix_qmgr_tmp_t
 +.EE
 +
 +- Set files with the postfix_qmgr_tmp_t type, if you want to store postfix qmgr temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -65311,13 +66479,13 @@ index 0000000..5e9c140
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), postfix_qmgr(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -65325,18 +66493,18 @@ index 0000000..5e9c140
 \ No newline at end of file
 diff --git a/man/man8/postfix_showq_selinux.8 b/man/man8/postfix_showq_selinux.8
 new file mode 100644
-index 0000000..30d1fdf
+index 0000000..06cde29
 --- /dev/null
 +++ b/man/man8/postfix_showq_selinux.8
 @@ -0,0 +1,115 @@
-+.TH  "postfix_showq_selinux"  "8"  "12-10-19" "postfix_showq" "SELinux Policy documentation for postfix_showq"
++.TH  "postfix_showq_selinux"  "8"  "12-11-01" "postfix_showq" "SELinux Policy documentation for postfix_showq"
 +.SH "NAME"
 +postfix_showq_selinux \- Security Enhanced Linux Policy for the postfix_showq processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the postfix_showq processes via flexible mandatory access control.
 +
-+The postfix_showq processes execute with the postfix_showq_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The postfix_showq processes execute with the postfix_showq_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -65353,41 +66521,41 @@ index 0000000..30d1fdf
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux postfix_showq policy is very flexible allowing users to setup their postfix_showq processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for postfix_showq:
 +
 +.EX
-+.B postfix_showq_t 
++.B postfix_showq_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux postfix_showq policy is very flexible allowing users to setup their postfix_showq processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for postfix_showq:
 +
 +
 +.EX
 +.PP
-+.B postfix_showq_exec_t 
++.B postfix_showq_exec_t
 +.EE
 +
 +- Set files with the postfix_showq_exec_t type, if you want to transition an executable to the postfix_showq_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -65433,13 +66601,13 @@ index 0000000..30d1fdf
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), postfix_showq(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -65447,18 +66615,18 @@ index 0000000..30d1fdf
 \ No newline at end of file
 diff --git a/man/man8/postfix_smtp_selinux.8 b/man/man8/postfix_smtp_selinux.8
 new file mode 100644
-index 0000000..0988201
+index 0000000..d10b079
 --- /dev/null
 +++ b/man/man8/postfix_smtp_selinux.8
 @@ -0,0 +1,165 @@
-+.TH  "postfix_smtp_selinux"  "8"  "12-10-19" "postfix_smtp" "SELinux Policy documentation for postfix_smtp"
++.TH  "postfix_smtp_selinux"  "8"  "12-11-01" "postfix_smtp" "SELinux Policy documentation for postfix_smtp"
 +.SH "NAME"
 +postfix_smtp_selinux \- Security Enhanced Linux Policy for the postfix_smtp processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the postfix_smtp processes via flexible mandatory access control.
 +
-+The postfix_smtp processes execute with the postfix_smtp_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The postfix_smtp processes execute with the postfix_smtp_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -65475,33 +66643,33 @@ index 0000000..0988201
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux postfix_smtp policy is very flexible allowing users to setup their postfix_smtp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for postfix_smtp:
 +
 +.EX
-+.B postfix_smtpd_t, postfix_smtp_t 
++.B postfix_smtpd_t, postfix_smtp_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux postfix_smtp policy is very flexible allowing users to setup their postfix_smtp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for postfix_smtp:
 +
 +
 +.EX
 +.PP
-+.B postfix_smtp_exec_t 
++.B postfix_smtp_exec_t
 +.EE
 +
 +- Set files with the postfix_smtp_exec_t type, if you want to transition an executable to the postfix_smtp_t domain.
@@ -65509,7 +66677,7 @@ index 0000000..0988201
 +
 +.EX
 +.PP
-+.B postfix_smtp_tmp_t 
++.B postfix_smtp_tmp_t
 +.EE
 +
 +- Set files with the postfix_smtp_tmp_t type, if you want to store postfix smtp temporary files in the /tmp directories.
@@ -65517,7 +66685,7 @@ index 0000000..0988201
 +
 +.EX
 +.PP
-+.B postfix_smtpd_exec_t 
++.B postfix_smtpd_exec_t
 +.EE
 +
 +- Set files with the postfix_smtpd_exec_t type, if you want to transition an executable to the postfix_smtpd_t domain.
@@ -65525,15 +66693,15 @@ index 0000000..0988201
 +
 +.EX
 +.PP
-+.B postfix_smtpd_tmp_t 
++.B postfix_smtpd_tmp_t
 +.EE
 +
 +- Set files with the postfix_smtpd_tmp_t type, if you want to store postfix smtpd temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -65605,13 +66773,13 @@ index 0000000..0988201
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), postfix_smtp(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -65619,18 +66787,18 @@ index 0000000..0988201
 \ No newline at end of file
 diff --git a/man/man8/postfix_smtpd_selinux.8 b/man/man8/postfix_smtpd_selinux.8
 new file mode 100644
-index 0000000..108c0b0
+index 0000000..45ad26e
 --- /dev/null
 +++ b/man/man8/postfix_smtpd_selinux.8
 @@ -0,0 +1,139 @@
-+.TH  "postfix_smtpd_selinux"  "8"  "12-10-19" "postfix_smtpd" "SELinux Policy documentation for postfix_smtpd"
++.TH  "postfix_smtpd_selinux"  "8"  "12-11-01" "postfix_smtpd" "SELinux Policy documentation for postfix_smtpd"
 +.SH "NAME"
 +postfix_smtpd_selinux \- Security Enhanced Linux Policy for the postfix_smtpd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the postfix_smtpd processes via flexible mandatory access control.
 +
-+The postfix_smtpd processes execute with the postfix_smtpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The postfix_smtpd processes execute with the postfix_smtpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -65647,33 +66815,33 @@ index 0000000..108c0b0
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux postfix_smtpd policy is very flexible allowing users to setup their postfix_smtpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for postfix_smtpd:
 +
 +.EX
-+.B postfix_smtpd_t, postfix_smtp_t 
++.B postfix_smtpd_t, postfix_smtp_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux postfix_smtpd policy is very flexible allowing users to setup their postfix_smtpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for postfix_smtpd:
 +
 +
 +.EX
 +.PP
-+.B postfix_smtpd_exec_t 
++.B postfix_smtpd_exec_t
 +.EE
 +
 +- Set files with the postfix_smtpd_exec_t type, if you want to transition an executable to the postfix_smtpd_t domain.
@@ -65681,15 +66849,15 @@ index 0000000..108c0b0
 +
 +.EX
 +.PP
-+.B postfix_smtpd_tmp_t 
++.B postfix_smtpd_tmp_t
 +.EE
 +
 +- Set files with the postfix_smtpd_tmp_t type, if you want to store postfix smtpd temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -65751,13 +66919,13 @@ index 0000000..108c0b0
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), postfix_smtpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -65765,18 +66933,18 @@ index 0000000..108c0b0
 \ No newline at end of file
 diff --git a/man/man8/postfix_virtual_selinux.8 b/man/man8/postfix_virtual_selinux.8
 new file mode 100644
-index 0000000..40af031
+index 0000000..c58fbd2
 --- /dev/null
 +++ b/man/man8/postfix_virtual_selinux.8
 @@ -0,0 +1,165 @@
-+.TH  "postfix_virtual_selinux"  "8"  "12-10-19" "postfix_virtual" "SELinux Policy documentation for postfix_virtual"
++.TH  "postfix_virtual_selinux"  "8"  "12-11-01" "postfix_virtual" "SELinux Policy documentation for postfix_virtual"
 +.SH "NAME"
 +postfix_virtual_selinux \- Security Enhanced Linux Policy for the postfix_virtual processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the postfix_virtual processes via flexible mandatory access control.
 +
-+The postfix_virtual processes execute with the postfix_virtual_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The postfix_virtual processes execute with the postfix_virtual_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -65793,33 +66961,33 @@ index 0000000..40af031
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux postfix_virtual policy is very flexible allowing users to setup their postfix_virtual processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for postfix_virtual:
 +
 +.EX
-+.B postfix_virtual_t 
++.B postfix_virtual_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux postfix_virtual policy is very flexible allowing users to setup their postfix_virtual processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for postfix_virtual:
 +
 +
 +.EX
 +.PP
-+.B postfix_virtual_exec_t 
++.B postfix_virtual_exec_t
 +.EE
 +
 +- Set files with the postfix_virtual_exec_t type, if you want to transition an executable to the postfix_virtual_t domain.
@@ -65827,15 +66995,15 @@ index 0000000..40af031
 +
 +.EX
 +.PP
-+.B postfix_virtual_tmp_t 
++.B postfix_virtual_tmp_t
 +.EE
 +
 +- Set files with the postfix_virtual_tmp_t type, if you want to store postfix virtual temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -65923,13 +67091,13 @@ index 0000000..40af031
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), postfix_virtual(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -65937,18 +67105,18 @@ index 0000000..40af031
 \ No newline at end of file
 diff --git a/man/man8/postgresql_selinux.8 b/man/man8/postgresql_selinux.8
 new file mode 100644
-index 0000000..9fe0dff
+index 0000000..375c37b
 --- /dev/null
 +++ b/man/man8/postgresql_selinux.8
 @@ -0,0 +1,382 @@
-+.TH  "postgresql_selinux"  "8"  "12-10-19" "postgresql" "SELinux Policy documentation for postgresql"
++.TH  "postgresql_selinux"  "8"  "12-11-01" "postgresql" "SELinux Policy documentation for postgresql"
 +.SH "NAME"
 +postgresql_selinux \- Security Enhanced Linux Policy for the postgresql processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the postgresql processes via flexible mandatory access control.
 +
-+The postgresql processes execute with the postgresql_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The postgresql processes execute with the postgresql_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -65965,17 +67133,17 @@ index 0000000..9fe0dff
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux postgresql policy is very flexible allowing users to setup their postgresql processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for postgresql:
 +
 +.EX
-+.B postgresql_t 
++.B postgresql_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -66053,19 +67221,19 @@ index 0000000..9fe0dff
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux postgresql policy is very flexible allowing users to setup their postgresql processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for postgresql:
 +
 +
 +.EX
 +.PP
-+.B postgresql_db_t 
++.B postgresql_db_t
 +.EE
 +
 +- Set files with the postgresql_db_t type, if you want to treat the files as postgresql database content.
@@ -66073,7 +67241,7 @@ index 0000000..9fe0dff
 +
 +.EX
 +.PP
-+.B postgresql_etc_t 
++.B postgresql_etc_t
 +.EE
 +
 +- Set files with the postgresql_etc_t type, if you want to store postgresql files in the /etc directories.
@@ -66081,7 +67249,7 @@ index 0000000..9fe0dff
 +
 +.EX
 +.PP
-+.B postgresql_exec_t 
++.B postgresql_exec_t
 +.EE
 +
 +- Set files with the postgresql_exec_t type, if you want to transition an executable to the postgresql_t domain.
@@ -66089,7 +67257,7 @@ index 0000000..9fe0dff
 +
 +.EX
 +.PP
-+.B postgresql_initrc_exec_t 
++.B postgresql_initrc_exec_t
 +.EE
 +
 +- Set files with the postgresql_initrc_exec_t type, if you want to transition an executable to the postgresql_initrc_t domain.
@@ -66097,7 +67265,7 @@ index 0000000..9fe0dff
 +
 +.EX
 +.PP
-+.B postgresql_lock_t 
++.B postgresql_lock_t
 +.EE
 +
 +- Set files with the postgresql_lock_t type, if you want to treat the files as postgresql lock data, stored under the /var/lock directory
@@ -66105,7 +67273,7 @@ index 0000000..9fe0dff
 +
 +.EX
 +.PP
-+.B postgresql_log_t 
++.B postgresql_log_t
 +.EE
 +
 +- Set files with the postgresql_log_t type, if you want to treat the data as postgresql log data, usually stored under the /var/log directory.
@@ -66113,7 +67281,7 @@ index 0000000..9fe0dff
 +
 +.EX
 +.PP
-+.B postgresql_tmp_t 
++.B postgresql_tmp_t
 +.EE
 +
 +- Set files with the postgresql_tmp_t type, if you want to store postgresql temporary files in the /tmp directories.
@@ -66121,35 +67289,35 @@ index 0000000..9fe0dff
 +
 +.EX
 +.PP
-+.B postgresql_var_run_t 
++.B postgresql_var_run_t
 +.EE
 +
 +- Set files with the postgresql_var_run_t type, if you want to store the postgresql files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux postgresql policy is very flexible allowing users to setup their postgresql processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for postgresql:
 +
 +.EX
 +.TP 5
-+.B postgresql_port_t 
++.B postgresql_port_t
 +.TP 10
 +.EE
 +
@@ -66312,13 +67480,13 @@ index 0000000..9fe0dff
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), postgresql(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -66326,18 +67494,18 @@ index 0000000..9fe0dff
 \ No newline at end of file
 diff --git a/man/man8/postgrey_selinux.8 b/man/man8/postgrey_selinux.8
 new file mode 100644
-index 0000000..1409420
+index 0000000..0959a17
 --- /dev/null
 +++ b/man/man8/postgrey_selinux.8
 @@ -0,0 +1,180 @@
-+.TH  "postgrey_selinux"  "8"  "12-10-19" "postgrey" "SELinux Policy documentation for postgrey"
++.TH  "postgrey_selinux"  "8"  "12-11-01" "postgrey" "SELinux Policy documentation for postgrey"
 +.SH "NAME"
 +postgrey_selinux \- Security Enhanced Linux Policy for the postgrey processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the postgrey processes via flexible mandatory access control.
 +
-+The postgrey processes execute with the postgrey_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The postgrey processes execute with the postgrey_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -66354,33 +67522,33 @@ index 0000000..1409420
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux postgrey policy is very flexible allowing users to setup their postgrey processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for postgrey:
 +
 +.EX
-+.B postgrey_t 
++.B postgrey_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux postgrey policy is very flexible allowing users to setup their postgrey processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for postgrey:
 +
 +
 +.EX
 +.PP
-+.B postgrey_etc_t 
++.B postgrey_etc_t
 +.EE
 +
 +- Set files with the postgrey_etc_t type, if you want to store postgrey files in the /etc directories.
@@ -66388,7 +67556,7 @@ index 0000000..1409420
 +
 +.EX
 +.PP
-+.B postgrey_exec_t 
++.B postgrey_exec_t
 +.EE
 +
 +- Set files with the postgrey_exec_t type, if you want to transition an executable to the postgrey_t domain.
@@ -66396,7 +67564,7 @@ index 0000000..1409420
 +
 +.EX
 +.PP
-+.B postgrey_initrc_exec_t 
++.B postgrey_initrc_exec_t
 +.EE
 +
 +- Set files with the postgrey_initrc_exec_t type, if you want to transition an executable to the postgrey_initrc_t domain.
@@ -66404,7 +67572,7 @@ index 0000000..1409420
 +
 +.EX
 +.PP
-+.B postgrey_spool_t 
++.B postgrey_spool_t
 +.EE
 +
 +- Set files with the postgrey_spool_t type, if you want to store the postgrey files under the /var/spool directory.
@@ -66412,7 +67580,7 @@ index 0000000..1409420
 +
 +.EX
 +.PP
-+.B postgrey_var_lib_t 
++.B postgrey_var_lib_t
 +.EE
 +
 +- Set files with the postgrey_var_lib_t type, if you want to store the postgrey files under the /var/lib directory.
@@ -66420,35 +67588,35 @@ index 0000000..1409420
 +
 +.EX
 +.PP
-+.B postgrey_var_run_t 
++.B postgrey_var_run_t
 +.EE
 +
 +- Set files with the postgrey_var_run_t type, if you want to store the postgrey files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux postgrey policy is very flexible allowing users to setup their postgrey processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for postgrey:
 +
 +.EX
 +.TP 5
-+.B postgrey_port_t 
++.B postgrey_port_t
 +.TP 10
 +.EE
 +
@@ -66500,30 +67668,30 @@ index 0000000..1409420
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), postgrey(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/pppd_selinux.8 b/man/man8/pppd_selinux.8
 new file mode 100644
-index 0000000..eed9b1b
+index 0000000..be38983
 --- /dev/null
 +++ b/man/man8/pppd_selinux.8
 @@ -0,0 +1,362 @@
-+.TH  "pppd_selinux"  "8"  "12-10-19" "pppd" "SELinux Policy documentation for pppd"
++.TH  "pppd_selinux"  "8"  "12-11-01" "pppd" "SELinux Policy documentation for pppd"
 +.SH "NAME"
 +pppd_selinux \- Security Enhanced Linux Policy for the pppd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the pppd processes via flexible mandatory access control.
 +
-+The pppd processes execute with the pppd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The pppd processes execute with the pppd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -66540,17 +67708,17 @@ index 0000000..eed9b1b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux pppd policy is very flexible allowing users to setup their pppd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for pppd:
 +
 +.EX
-+.B pppd_t 
++.B pppd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -66586,19 +67754,19 @@ index 0000000..eed9b1b
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux pppd policy is very flexible allowing users to setup their pppd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for pppd:
 +
 +
 +.EX
 +.PP
-+.B pppd_etc_rw_t 
++.B pppd_etc_rw_t
 +.EE
 +
 +- Set files with the pppd_etc_rw_t type, if you want to treat the files as pppd etc read/write content.
@@ -66606,7 +67774,7 @@ index 0000000..eed9b1b
 +
 +.EX
 +.PP
-+.B pppd_etc_t 
++.B pppd_etc_t
 +.EE
 +
 +- Set files with the pppd_etc_t type, if you want to store pppd files in the /etc directories.
@@ -66614,7 +67782,7 @@ index 0000000..eed9b1b
 +
 +.EX
 +.PP
-+.B pppd_exec_t 
++.B pppd_exec_t
 +.EE
 +
 +- Set files with the pppd_exec_t type, if you want to transition an executable to the pppd_t domain.
@@ -66622,7 +67790,7 @@ index 0000000..eed9b1b
 +
 +.EX
 +.PP
-+.B pppd_initrc_exec_t 
++.B pppd_initrc_exec_t
 +.EE
 +
 +- Set files with the pppd_initrc_exec_t type, if you want to transition an executable to the pppd_initrc_t domain.
@@ -66630,7 +67798,7 @@ index 0000000..eed9b1b
 +
 +.EX
 +.PP
-+.B pppd_lock_t 
++.B pppd_lock_t
 +.EE
 +
 +- Set files with the pppd_lock_t type, if you want to treat the files as pppd lock data, stored under the /var/lock directory
@@ -66638,7 +67806,7 @@ index 0000000..eed9b1b
 +
 +.EX
 +.PP
-+.B pppd_log_t 
++.B pppd_log_t
 +.EE
 +
 +- Set files with the pppd_log_t type, if you want to treat the data as pppd log data, usually stored under the /var/log directory.
@@ -66646,7 +67814,7 @@ index 0000000..eed9b1b
 +
 +.EX
 +.PP
-+.B pppd_secret_t 
++.B pppd_secret_t
 +.EE
 +
 +- Set files with the pppd_secret_t type, if you want to treat the files as pppd se secret data.
@@ -66654,7 +67822,7 @@ index 0000000..eed9b1b
 +
 +.EX
 +.PP
-+.B pppd_tmp_t 
++.B pppd_tmp_t
 +.EE
 +
 +- Set files with the pppd_tmp_t type, if you want to store pppd temporary files in the /tmp directories.
@@ -66662,7 +67830,7 @@ index 0000000..eed9b1b
 +
 +.EX
 +.PP
-+.B pppd_unit_file_t 
++.B pppd_unit_file_t
 +.EE
 +
 +- Set files with the pppd_unit_file_t type, if you want to treat the files as pppd unit content.
@@ -66670,15 +67838,15 @@ index 0000000..eed9b1b
 +
 +.EX
 +.PP
-+.B pppd_var_run_t 
++.B pppd_var_run_t
 +.EE
 +
 +- Set files with the pppd_var_run_t type, if you want to store the pppd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -66708,10 +67876,10 @@ index 0000000..eed9b1b
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -66867,13 +68035,13 @@ index 0000000..eed9b1b
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), pppd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -66881,18 +68049,18 @@ index 0000000..eed9b1b
 \ No newline at end of file
 diff --git a/man/man8/pptp_selinux.8 b/man/man8/pptp_selinux.8
 new file mode 100644
-index 0000000..1018903
+index 0000000..ff95294
 --- /dev/null
 +++ b/man/man8/pptp_selinux.8
 @@ -0,0 +1,158 @@
-+.TH  "pptp_selinux"  "8"  "12-10-19" "pptp" "SELinux Policy documentation for pptp"
++.TH  "pptp_selinux"  "8"  "12-11-01" "pptp" "SELinux Policy documentation for pptp"
 +.SH "NAME"
 +pptp_selinux \- Security Enhanced Linux Policy for the pptp processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the pptp processes via flexible mandatory access control.
 +
-+The pptp processes execute with the pptp_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The pptp processes execute with the pptp_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -66909,33 +68077,33 @@ index 0000000..1018903
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux pptp policy is very flexible allowing users to setup their pptp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for pptp:
 +
 +.EX
-+.B pptp_t 
++.B pptp_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux pptp policy is very flexible allowing users to setup their pptp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for pptp:
 +
 +
 +.EX
 +.PP
-+.B pptp_exec_t 
++.B pptp_exec_t
 +.EE
 +
 +- Set files with the pptp_exec_t type, if you want to transition an executable to the pptp_t domain.
@@ -66943,7 +68111,7 @@ index 0000000..1018903
 +
 +.EX
 +.PP
-+.B pptp_log_t 
++.B pptp_log_t
 +.EE
 +
 +- Set files with the pptp_log_t type, if you want to treat the data as pptp log data, usually stored under the /var/log directory.
@@ -66951,35 +68119,35 @@ index 0000000..1018903
 +
 +.EX
 +.PP
-+.B pptp_var_run_t 
++.B pptp_var_run_t
 +.EE
 +
 +- Set files with the pptp_var_run_t type, if you want to store the pptp files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux pptp policy is very flexible allowing users to setup their pptp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for pptp:
 +
 +.EX
 +.TP 5
-+.B pptp_port_t 
++.B pptp_port_t
 +.TP 10
 +.EE
 +
@@ -67033,30 +68201,30 @@ index 0000000..1018903
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), pptp(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/prelink_cron_system_selinux.8 b/man/man8/prelink_cron_system_selinux.8
 new file mode 100644
-index 0000000..a279835
+index 0000000..b622f23
 --- /dev/null
 +++ b/man/man8/prelink_cron_system_selinux.8
 @@ -0,0 +1,129 @@
-+.TH  "prelink_cron_system_selinux"  "8"  "12-10-19" "prelink_cron_system" "SELinux Policy documentation for prelink_cron_system"
++.TH  "prelink_cron_system_selinux"  "8"  "12-11-01" "prelink_cron_system" "SELinux Policy documentation for prelink_cron_system"
 +.SH "NAME"
 +prelink_cron_system_selinux \- Security Enhanced Linux Policy for the prelink_cron_system processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the prelink_cron_system processes via flexible mandatory access control.
 +
-+The prelink_cron_system processes execute with the prelink_cron_system_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The prelink_cron_system processes execute with the prelink_cron_system_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -67073,41 +68241,41 @@ index 0000000..a279835
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux prelink_cron_system policy is very flexible allowing users to setup their prelink_cron_system processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for prelink_cron_system:
 +
 +.EX
-+.B prelink_cron_system_t 
++.B prelink_cron_system_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux prelink_cron_system policy is very flexible allowing users to setup their prelink_cron_system processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for prelink_cron_system:
 +
 +
 +.EX
 +.PP
-+.B prelink_cron_system_exec_t 
++.B prelink_cron_system_exec_t
 +.EE
 +
 +- Set files with the prelink_cron_system_exec_t type, if you want to transition an executable to the prelink_cron_system_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -67167,13 +68335,13 @@ index 0000000..a279835
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), prelink_cron_system(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -67181,18 +68349,18 @@ index 0000000..a279835
 \ No newline at end of file
 diff --git a/man/man8/prelink_selinux.8 b/man/man8/prelink_selinux.8
 new file mode 100644
-index 0000000..b0418a8
+index 0000000..9c74265
 --- /dev/null
 +++ b/man/man8/prelink_selinux.8
-@@ -0,0 +1,757 @@
-+.TH  "prelink_selinux"  "8"  "12-10-19" "prelink" "SELinux Policy documentation for prelink"
+@@ -0,0 +1,765 @@
++.TH  "prelink_selinux"  "8"  "12-11-01" "prelink" "SELinux Policy documentation for prelink"
 +.SH "NAME"
 +prelink_selinux \- Security Enhanced Linux Policy for the prelink processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the prelink processes via flexible mandatory access control.
 +
-+The prelink processes execute with the prelink_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The prelink processes execute with the prelink_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -67209,33 +68377,33 @@ index 0000000..b0418a8
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux prelink policy is very flexible allowing users to setup their prelink processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for prelink:
 +
 +.EX
-+.B prelink_cron_system_t, prelink_t 
++.B prelink_cron_system_t, prelink_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux prelink policy is very flexible allowing users to setup their prelink processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for prelink:
 +
 +
 +.EX
 +.PP
-+.B prelink_cache_t 
++.B prelink_cache_t
 +.EE
 +
 +- Set files with the prelink_cache_t type, if you want to store the files under the /var/cache directory.
@@ -67243,7 +68411,7 @@ index 0000000..b0418a8
 +
 +.EX
 +.PP
-+.B prelink_cron_system_exec_t 
++.B prelink_cron_system_exec_t
 +.EE
 +
 +- Set files with the prelink_cron_system_exec_t type, if you want to transition an executable to the prelink_cron_system_t domain.
@@ -67251,7 +68419,7 @@ index 0000000..b0418a8
 +
 +.EX
 +.PP
-+.B prelink_exec_t 
++.B prelink_exec_t
 +.EE
 +
 +- Set files with the prelink_exec_t type, if you want to transition an executable to the prelink_t domain.
@@ -67259,7 +68427,7 @@ index 0000000..b0418a8
 +
 +.EX
 +.PP
-+.B prelink_log_t 
++.B prelink_log_t
 +.EE
 +
 +- Set files with the prelink_log_t type, if you want to treat the data as prelink log data, usually stored under the /var/log directory.
@@ -67267,7 +68435,7 @@ index 0000000..b0418a8
 +
 +.EX
 +.PP
-+.B prelink_tmp_t 
++.B prelink_tmp_t
 +.EE
 +
 +- Set files with the prelink_tmp_t type, if you want to store prelink temporary files in the /tmp directories.
@@ -67275,7 +68443,7 @@ index 0000000..b0418a8
 +
 +.EX
 +.PP
-+.B prelink_tmpfs_t 
++.B prelink_tmpfs_t
 +.EE
 +
 +- Set files with the prelink_tmpfs_t type, if you want to store prelink files on a tmpfs file system.
@@ -67283,15 +68451,15 @@ index 0000000..b0418a8
 +
 +.EX
 +.PP
-+.B prelink_var_lib_t 
++.B prelink_var_lib_t
 +.EE
 +
 +- Set files with the prelink_var_lib_t type, if you want to store the prelink files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -67523,6 +68691,8 @@ index 0000000..b0418a8
 +.br
 +	/opt/altera9.1/quartus/linux/libccl_err\.so
 +.br
++	/usr/lib/dri/.+\.so
++.br
 +	/usr/lib/nsr/(.*/)?.*\.so
 +.br
 +	/opt/ibm/java.*/jre/.+\.so(\.[^/]*)*
@@ -67669,6 +68839,8 @@ index 0000000..b0418a8
 +.br
 +	/usr/lib/nmm/liba52\.so.*
 +.br
++	/usr/lib/dri/fglrx_dri.so.*
++.br
 +	/usr/lib/xine/plugins/.+\.so
 +.br
 +	/usr/lib/google-earth/.*\.so.*
@@ -67713,12 +68885,16 @@ index 0000000..b0418a8
 +.br
 +	/usr/lib/libfglrx_gamma\.so.*
 +.br
++	/usr/lib/xorg/modules/dri/.+\.so
++.br
 +	/usr/lib/chromium-browser/.*\.so
 +.br
 +	/usr/lib/catalyst/libGL\.so(\.[^/]*)*
 +.br
 +	/usr/lib/yafaray/libDarkSky.so
 +.br
++	/usr/X11R6/lib/modules/dri/.+\.so
++.br
 +	/opt/real/RealPlayer/codecs(/.*)?
 +.br
 +	/usr/lib/libcncpmslld328\.so(\.[^/]*)*
@@ -67931,13 +69107,13 @@ index 0000000..b0418a8
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), prelink(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -67945,18 +69121,18 @@ index 0000000..b0418a8
 \ No newline at end of file
 diff --git a/man/man8/prelude_audisp_selinux.8 b/man/man8/prelude_audisp_selinux.8
 new file mode 100644
-index 0000000..51ab066
+index 0000000..18ba823
 --- /dev/null
 +++ b/man/man8/prelude_audisp_selinux.8
 @@ -0,0 +1,107 @@
-+.TH  "prelude_audisp_selinux"  "8"  "12-10-19" "prelude_audisp" "SELinux Policy documentation for prelude_audisp"
++.TH  "prelude_audisp_selinux"  "8"  "12-11-01" "prelude_audisp" "SELinux Policy documentation for prelude_audisp"
 +.SH "NAME"
 +prelude_audisp_selinux \- Security Enhanced Linux Policy for the prelude_audisp processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the prelude_audisp processes via flexible mandatory access control.
 +
-+The prelude_audisp processes execute with the prelude_audisp_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The prelude_audisp processes execute with the prelude_audisp_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -67973,33 +69149,33 @@ index 0000000..51ab066
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux prelude_audisp policy is very flexible allowing users to setup their prelude_audisp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for prelude_audisp:
 +
 +.EX
-+.B prelude_audisp_t 
++.B prelude_audisp_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux prelude_audisp policy is very flexible allowing users to setup their prelude_audisp processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for prelude_audisp:
 +
 +
 +.EX
 +.PP
-+.B prelude_audisp_exec_t 
++.B prelude_audisp_exec_t
 +.EE
 +
 +- Set files with the prelude_audisp_exec_t type, if you want to transition an executable to the prelude_audisp_t domain.
@@ -68007,15 +69183,15 @@ index 0000000..51ab066
 +
 +.EX
 +.PP
-+.B prelude_audisp_var_run_t 
++.B prelude_audisp_var_run_t
 +.EE
 +
 +- Set files with the prelude_audisp_var_run_t type, if you want to store the prelude audisp files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -68045,13 +69221,13 @@ index 0000000..51ab066
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), prelude_audisp(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -68059,18 +69235,18 @@ index 0000000..51ab066
 \ No newline at end of file
 diff --git a/man/man8/prelude_correlator_selinux.8 b/man/man8/prelude_correlator_selinux.8
 new file mode 100644
-index 0000000..72f8e43
+index 0000000..54cfb46
 --- /dev/null
 +++ b/man/man8/prelude_correlator_selinux.8
 @@ -0,0 +1,107 @@
-+.TH  "prelude_correlator_selinux"  "8"  "12-10-19" "prelude_correlator" "SELinux Policy documentation for prelude_correlator"
++.TH  "prelude_correlator_selinux"  "8"  "12-11-01" "prelude_correlator" "SELinux Policy documentation for prelude_correlator"
 +.SH "NAME"
 +prelude_correlator_selinux \- Security Enhanced Linux Policy for the prelude_correlator processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the prelude_correlator processes via flexible mandatory access control.
 +
-+The prelude_correlator processes execute with the prelude_correlator_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The prelude_correlator processes execute with the prelude_correlator_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -68087,33 +69263,33 @@ index 0000000..72f8e43
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux prelude_correlator policy is very flexible allowing users to setup their prelude_correlator processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for prelude_correlator:
 +
 +.EX
-+.B prelude_correlator_t 
++.B prelude_correlator_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux prelude_correlator policy is very flexible allowing users to setup their prelude_correlator processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for prelude_correlator:
 +
 +
 +.EX
 +.PP
-+.B prelude_correlator_config_t 
++.B prelude_correlator_config_t
 +.EE
 +
 +- Set files with the prelude_correlator_config_t type, if you want to treat the files as prelude correlator configuration data, usually stored under the /etc directory.
@@ -68121,15 +69297,15 @@ index 0000000..72f8e43
 +
 +.EX
 +.PP
-+.B prelude_correlator_exec_t 
++.B prelude_correlator_exec_t
 +.EE
 +
 +- Set files with the prelude_correlator_exec_t type, if you want to transition an executable to the prelude_correlator_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -68159,13 +69335,13 @@ index 0000000..72f8e43
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), prelude_correlator(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -68173,18 +69349,18 @@ index 0000000..72f8e43
 \ No newline at end of file
 diff --git a/man/man8/prelude_lml_selinux.8 b/man/man8/prelude_lml_selinux.8
 new file mode 100644
-index 0000000..576dd8f
+index 0000000..9d345c5
 --- /dev/null
 +++ b/man/man8/prelude_lml_selinux.8
 @@ -0,0 +1,149 @@
-+.TH  "prelude_lml_selinux"  "8"  "12-10-19" "prelude_lml" "SELinux Policy documentation for prelude_lml"
++.TH  "prelude_lml_selinux"  "8"  "12-11-01" "prelude_lml" "SELinux Policy documentation for prelude_lml"
 +.SH "NAME"
 +prelude_lml_selinux \- Security Enhanced Linux Policy for the prelude_lml processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the prelude_lml processes via flexible mandatory access control.
 +
-+The prelude_lml processes execute with the prelude_lml_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The prelude_lml processes execute with the prelude_lml_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -68201,33 +69377,33 @@ index 0000000..576dd8f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux prelude_lml policy is very flexible allowing users to setup their prelude_lml processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for prelude_lml:
 +
 +.EX
-+.B prelude_lml_t 
++.B prelude_lml_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux prelude_lml policy is very flexible allowing users to setup their prelude_lml processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for prelude_lml:
 +
 +
 +.EX
 +.PP
-+.B prelude_lml_exec_t 
++.B prelude_lml_exec_t
 +.EE
 +
 +- Set files with the prelude_lml_exec_t type, if you want to transition an executable to the prelude_lml_t domain.
@@ -68235,7 +69411,7 @@ index 0000000..576dd8f
 +
 +.EX
 +.PP
-+.B prelude_lml_tmp_t 
++.B prelude_lml_tmp_t
 +.EE
 +
 +- Set files with the prelude_lml_tmp_t type, if you want to store prelude lml temporary files in the /tmp directories.
@@ -68243,15 +69419,15 @@ index 0000000..576dd8f
 +
 +.EX
 +.PP
-+.B prelude_lml_var_run_t 
++.B prelude_lml_var_run_t
 +.EE
 +
 +- Set files with the prelude_lml_var_run_t type, if you want to store the prelude lml files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -68315,13 +69491,13 @@ index 0000000..576dd8f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), prelude_lml(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -68329,18 +69505,18 @@ index 0000000..576dd8f
 \ No newline at end of file
 diff --git a/man/man8/prelude_selinux.8 b/man/man8/prelude_selinux.8
 new file mode 100644
-index 0000000..c3b459a
+index 0000000..8ad755d
 --- /dev/null
 +++ b/man/man8/prelude_selinux.8
 @@ -0,0 +1,259 @@
-+.TH  "prelude_selinux"  "8"  "12-10-19" "prelude" "SELinux Policy documentation for prelude"
++.TH  "prelude_selinux"  "8"  "12-11-01" "prelude" "SELinux Policy documentation for prelude"
 +.SH "NAME"
 +prelude_selinux \- Security Enhanced Linux Policy for the prelude processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the prelude processes via flexible mandatory access control.
 +
-+The prelude processes execute with the prelude_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The prelude processes execute with the prelude_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -68357,33 +69533,33 @@ index 0000000..c3b459a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux prelude policy is very flexible allowing users to setup their prelude processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for prelude:
 +
 +.EX
-+.B prelude_lml_t, prelude_t, prelude_audisp_t, prelude_correlator_t 
++.B prelude_lml_t, prelude_t, prelude_audisp_t, prelude_correlator_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux prelude policy is very flexible allowing users to setup their prelude processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for prelude:
 +
 +
 +.EX
 +.PP
-+.B prelude_audisp_exec_t 
++.B prelude_audisp_exec_t
 +.EE
 +
 +- Set files with the prelude_audisp_exec_t type, if you want to transition an executable to the prelude_audisp_t domain.
@@ -68391,7 +69567,7 @@ index 0000000..c3b459a
 +
 +.EX
 +.PP
-+.B prelude_audisp_var_run_t 
++.B prelude_audisp_var_run_t
 +.EE
 +
 +- Set files with the prelude_audisp_var_run_t type, if you want to store the prelude audisp files under the /run directory.
@@ -68399,7 +69575,7 @@ index 0000000..c3b459a
 +
 +.EX
 +.PP
-+.B prelude_correlator_config_t 
++.B prelude_correlator_config_t
 +.EE
 +
 +- Set files with the prelude_correlator_config_t type, if you want to treat the files as prelude correlator configuration data, usually stored under the /etc directory.
@@ -68407,7 +69583,7 @@ index 0000000..c3b459a
 +
 +.EX
 +.PP
-+.B prelude_correlator_exec_t 
++.B prelude_correlator_exec_t
 +.EE
 +
 +- Set files with the prelude_correlator_exec_t type, if you want to transition an executable to the prelude_correlator_t domain.
@@ -68415,7 +69591,7 @@ index 0000000..c3b459a
 +
 +.EX
 +.PP
-+.B prelude_exec_t 
++.B prelude_exec_t
 +.EE
 +
 +- Set files with the prelude_exec_t type, if you want to transition an executable to the prelude_t domain.
@@ -68423,7 +69599,7 @@ index 0000000..c3b459a
 +
 +.EX
 +.PP
-+.B prelude_initrc_exec_t 
++.B prelude_initrc_exec_t
 +.EE
 +
 +- Set files with the prelude_initrc_exec_t type, if you want to transition an executable to the prelude_initrc_t domain.
@@ -68431,7 +69607,7 @@ index 0000000..c3b459a
 +
 +.EX
 +.PP
-+.B prelude_lml_exec_t 
++.B prelude_lml_exec_t
 +.EE
 +
 +- Set files with the prelude_lml_exec_t type, if you want to transition an executable to the prelude_lml_t domain.
@@ -68439,7 +69615,7 @@ index 0000000..c3b459a
 +
 +.EX
 +.PP
-+.B prelude_lml_tmp_t 
++.B prelude_lml_tmp_t
 +.EE
 +
 +- Set files with the prelude_lml_tmp_t type, if you want to store prelude lml temporary files in the /tmp directories.
@@ -68447,7 +69623,7 @@ index 0000000..c3b459a
 +
 +.EX
 +.PP
-+.B prelude_lml_var_run_t 
++.B prelude_lml_var_run_t
 +.EE
 +
 +- Set files with the prelude_lml_var_run_t type, if you want to store the prelude lml files under the /run directory.
@@ -68455,7 +69631,7 @@ index 0000000..c3b459a
 +
 +.EX
 +.PP
-+.B prelude_log_t 
++.B prelude_log_t
 +.EE
 +
 +- Set files with the prelude_log_t type, if you want to treat the data as prelude log data, usually stored under the /var/log directory.
@@ -68463,7 +69639,7 @@ index 0000000..c3b459a
 +
 +.EX
 +.PP
-+.B prelude_spool_t 
++.B prelude_spool_t
 +.EE
 +
 +- Set files with the prelude_spool_t type, if you want to store the prelude files under the /var/spool directory.
@@ -68471,7 +69647,7 @@ index 0000000..c3b459a
 +
 +.EX
 +.PP
-+.B prelude_var_lib_t 
++.B prelude_var_lib_t
 +.EE
 +
 +- Set files with the prelude_var_lib_t type, if you want to store the prelude files under the /var/lib directory.
@@ -68479,35 +69655,35 @@ index 0000000..c3b459a
 +
 +.EX
 +.PP
-+.B prelude_var_run_t 
++.B prelude_var_run_t
 +.EE
 +
 +- Set files with the prelude_var_run_t type, if you want to store the prelude files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux prelude policy is very flexible allowing users to setup their prelude processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for prelude:
 +
 +.EX
 +.TP 5
-+.B prelude_port_t 
++.B prelude_port_t
 +.TP 10
 +.EE
 +
@@ -68581,13 +69757,13 @@ index 0000000..c3b459a
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), prelude(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -68595,18 +69771,18 @@ index 0000000..c3b459a
 \ No newline at end of file
 diff --git a/man/man8/privoxy_selinux.8 b/man/man8/privoxy_selinux.8
 new file mode 100644
-index 0000000..c29c922
+index 0000000..f7a88d0
 --- /dev/null
 +++ b/man/man8/privoxy_selinux.8
 @@ -0,0 +1,174 @@
-+.TH  "privoxy_selinux"  "8"  "12-10-19" "privoxy" "SELinux Policy documentation for privoxy"
++.TH  "privoxy_selinux"  "8"  "12-11-01" "privoxy" "SELinux Policy documentation for privoxy"
 +.SH "NAME"
 +privoxy_selinux \- Security Enhanced Linux Policy for the privoxy processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the privoxy processes via flexible mandatory access control.
 +
-+The privoxy processes execute with the privoxy_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The privoxy processes execute with the privoxy_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -68623,17 +69799,17 @@ index 0000000..c29c922
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux privoxy policy is very flexible allowing users to setup their privoxy processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for privoxy:
 +
 +.EX
-+.B privoxy_t 
++.B privoxy_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -68655,19 +69831,19 @@ index 0000000..c29c922
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux privoxy policy is very flexible allowing users to setup their privoxy processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for privoxy:
 +
 +
 +.EX
 +.PP
-+.B privoxy_etc_rw_t 
++.B privoxy_etc_rw_t
 +.EE
 +
 +- Set files with the privoxy_etc_rw_t type, if you want to treat the files as privoxy etc read/write content.
@@ -68675,7 +69851,7 @@ index 0000000..c29c922
 +
 +.EX
 +.PP
-+.B privoxy_exec_t 
++.B privoxy_exec_t
 +.EE
 +
 +- Set files with the privoxy_exec_t type, if you want to transition an executable to the privoxy_t domain.
@@ -68683,7 +69859,7 @@ index 0000000..c29c922
 +
 +.EX
 +.PP
-+.B privoxy_initrc_exec_t 
++.B privoxy_initrc_exec_t
 +.EE
 +
 +- Set files with the privoxy_initrc_exec_t type, if you want to transition an executable to the privoxy_initrc_t domain.
@@ -68691,7 +69867,7 @@ index 0000000..c29c922
 +
 +.EX
 +.PP
-+.B privoxy_log_t 
++.B privoxy_log_t
 +.EE
 +
 +- Set files with the privoxy_log_t type, if you want to treat the data as privoxy log data, usually stored under the /var/log directory.
@@ -68699,15 +69875,15 @@ index 0000000..c29c922
 +
 +.EX
 +.PP
-+.B privoxy_var_run_t 
++.B privoxy_var_run_t
 +.EE
 +
 +- Set files with the privoxy_var_run_t type, if you want to store the privoxy files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -68762,13 +69938,13 @@ index 0000000..c29c922
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), privoxy(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -68776,18 +69952,18 @@ index 0000000..c29c922
 \ No newline at end of file
 diff --git a/man/man8/procmail_selinux.8 b/man/man8/procmail_selinux.8
 new file mode 100644
-index 0000000..dd02072
+index 0000000..12bd0d0
 --- /dev/null
 +++ b/man/man8/procmail_selinux.8
 @@ -0,0 +1,180 @@
-+.TH  "procmail_selinux"  "8"  "12-10-19" "procmail" "SELinux Policy documentation for procmail"
++.TH  "procmail_selinux"  "8"  "12-11-01" "procmail" "SELinux Policy documentation for procmail"
 +.SH "NAME"
 +procmail_selinux \- Security Enhanced Linux Policy for the procmail processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the procmail processes via flexible mandatory access control.
 +
-+The procmail processes execute with the procmail_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The procmail processes execute with the procmail_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -68804,33 +69980,33 @@ index 0000000..dd02072
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux procmail policy is very flexible allowing users to setup their procmail processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for procmail:
 +
 +.EX
-+.B procmail_t 
++.B procmail_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux procmail policy is very flexible allowing users to setup their procmail processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for procmail:
 +
 +
 +.EX
 +.PP
-+.B procmail_exec_t 
++.B procmail_exec_t
 +.EE
 +
 +- Set files with the procmail_exec_t type, if you want to transition an executable to the procmail_t domain.
@@ -68838,7 +70014,7 @@ index 0000000..dd02072
 +
 +.EX
 +.PP
-+.B procmail_home_t 
++.B procmail_home_t
 +.EE
 +
 +- Set files with the procmail_home_t type, if you want to store procmail files in the users home directory.
@@ -68846,7 +70022,7 @@ index 0000000..dd02072
 +
 +.EX
 +.PP
-+.B procmail_log_t 
++.B procmail_log_t
 +.EE
 +
 +- Set files with the procmail_log_t type, if you want to treat the data as procmail log data, usually stored under the /var/log directory.
@@ -68854,15 +70030,15 @@ index 0000000..dd02072
 +
 +.EX
 +.PP
-+.B procmail_tmp_t 
++.B procmail_tmp_t
 +.EE
 +
 +- Set files with the procmail_tmp_t type, if you want to store procmail temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -68950,30 +70126,30 @@ index 0000000..dd02072
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), procmail(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/psad_selinux.8 b/man/man8/psad_selinux.8
 new file mode 100644
-index 0000000..98171a9
+index 0000000..ce2de13
 --- /dev/null
 +++ b/man/man8/psad_selinux.8
 @@ -0,0 +1,168 @@
-+.TH  "psad_selinux"  "8"  "12-10-19" "psad" "SELinux Policy documentation for psad"
++.TH  "psad_selinux"  "8"  "12-11-01" "psad" "SELinux Policy documentation for psad"
 +.SH "NAME"
 +psad_selinux \- Security Enhanced Linux Policy for the psad processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the psad processes via flexible mandatory access control.
 +
-+The psad processes execute with the psad_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The psad processes execute with the psad_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -68990,33 +70166,33 @@ index 0000000..98171a9
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux psad policy is very flexible allowing users to setup their psad processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for psad:
 +
 +.EX
-+.B psad_t 
++.B psad_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux psad policy is very flexible allowing users to setup their psad processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for psad:
 +
 +
 +.EX
 +.PP
-+.B psad_etc_t 
++.B psad_etc_t
 +.EE
 +
 +- Set files with the psad_etc_t type, if you want to store psad files in the /etc directories.
@@ -69024,7 +70200,7 @@ index 0000000..98171a9
 +
 +.EX
 +.PP
-+.B psad_exec_t 
++.B psad_exec_t
 +.EE
 +
 +- Set files with the psad_exec_t type, if you want to transition an executable to the psad_t domain.
@@ -69032,7 +70208,7 @@ index 0000000..98171a9
 +
 +.EX
 +.PP
-+.B psad_initrc_exec_t 
++.B psad_initrc_exec_t
 +.EE
 +
 +- Set files with the psad_initrc_exec_t type, if you want to transition an executable to the psad_initrc_t domain.
@@ -69040,7 +70216,7 @@ index 0000000..98171a9
 +
 +.EX
 +.PP
-+.B psad_tmp_t 
++.B psad_tmp_t
 +.EE
 +
 +- Set files with the psad_tmp_t type, if you want to store psad temporary files in the /tmp directories.
@@ -69048,7 +70224,7 @@ index 0000000..98171a9
 +
 +.EX
 +.PP
-+.B psad_var_lib_t 
++.B psad_var_lib_t
 +.EE
 +
 +- Set files with the psad_var_lib_t type, if you want to store the psad files under the /var/lib directory.
@@ -69056,7 +70232,7 @@ index 0000000..98171a9
 +
 +.EX
 +.PP
-+.B psad_var_log_t 
++.B psad_var_log_t
 +.EE
 +
 +- Set files with the psad_var_log_t type, if you want to treat the data as psad var log data, usually stored under the /var/log directory.
@@ -69064,15 +70240,15 @@ index 0000000..98171a9
 +
 +.EX
 +.PP
-+.B psad_var_run_t 
++.B psad_var_run_t
 +.EE
 +
 +- Set files with the psad_var_run_t type, if you want to store the psad files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -69124,30 +70300,30 @@ index 0000000..98171a9
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), psad(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ptal_selinux.8 b/man/man8/ptal_selinux.8
 new file mode 100644
-index 0000000..5b4e3df
+index 0000000..aa2365a
 --- /dev/null
 +++ b/man/man8/ptal_selinux.8
 @@ -0,0 +1,140 @@
-+.TH  "ptal_selinux"  "8"  "12-10-19" "ptal" "SELinux Policy documentation for ptal"
++.TH  "ptal_selinux"  "8"  "12-11-01" "ptal" "SELinux Policy documentation for ptal"
 +.SH "NAME"
 +ptal_selinux \- Security Enhanced Linux Policy for the ptal processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ptal processes via flexible mandatory access control.
 +
-+The ptal processes execute with the ptal_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ptal processes execute with the ptal_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -69164,33 +70340,33 @@ index 0000000..5b4e3df
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ptal policy is very flexible allowing users to setup their ptal processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ptal:
 +
 +.EX
-+.B ptal_t 
++.B ptal_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ptal policy is very flexible allowing users to setup their ptal processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ptal:
 +
 +
 +.EX
 +.PP
-+.B ptal_etc_t 
++.B ptal_etc_t
 +.EE
 +
 +- Set files with the ptal_etc_t type, if you want to store ptal files in the /etc directories.
@@ -69198,7 +70374,7 @@ index 0000000..5b4e3df
 +
 +.EX
 +.PP
-+.B ptal_exec_t 
++.B ptal_exec_t
 +.EE
 +
 +- Set files with the ptal_exec_t type, if you want to transition an executable to the ptal_t domain.
@@ -69206,35 +70382,35 @@ index 0000000..5b4e3df
 +
 +.EX
 +.PP
-+.B ptal_var_run_t 
++.B ptal_var_run_t
 +.EE
 +
 +- Set files with the ptal_var_run_t type, if you want to store the ptal files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux ptal policy is very flexible allowing users to setup their ptal processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for ptal:
 +
 +.EX
 +.TP 5
-+.B ptal_port_t 
++.B ptal_port_t
 +.TP 10
 +.EE
 +
@@ -69270,30 +70446,30 @@ index 0000000..5b4e3df
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ptal(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ptchown_selinux.8 b/man/man8/ptchown_selinux.8
 new file mode 100644
-index 0000000..6a89706
+index 0000000..31e96e1
 --- /dev/null
 +++ b/man/man8/ptchown_selinux.8
 @@ -0,0 +1,94 @@
-+.TH  "ptchown_selinux"  "8"  "12-10-19" "ptchown" "SELinux Policy documentation for ptchown"
++.TH  "ptchown_selinux"  "8"  "12-11-01" "ptchown" "SELinux Policy documentation for ptchown"
 +.SH "NAME"
 +ptchown_selinux \- Security Enhanced Linux Policy for the ptchown processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ptchown processes via flexible mandatory access control.
 +
-+The ptchown processes execute with the ptchown_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ptchown processes execute with the ptchown_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -69310,41 +70486,41 @@ index 0000000..6a89706
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ptchown policy is very flexible allowing users to setup their ptchown processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ptchown:
 +
 +.EX
-+.B ptchown_t 
++.B ptchown_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ptchown policy is very flexible allowing users to setup their ptchown processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ptchown:
 +
 +
 +.EX
 +.PP
-+.B ptchown_exec_t 
++.B ptchown_exec_t
 +.EE
 +
 +- Set files with the ptchown_exec_t type, if you want to transition an executable to the ptchown_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -69370,30 +70546,30 @@ index 0000000..6a89706
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ptchown(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/publicfile_selinux.8 b/man/man8/publicfile_selinux.8
 new file mode 100644
-index 0000000..ae326e4
+index 0000000..6021aa7
 --- /dev/null
 +++ b/man/man8/publicfile_selinux.8
 @@ -0,0 +1,94 @@
-+.TH  "publicfile_selinux"  "8"  "12-10-19" "publicfile" "SELinux Policy documentation for publicfile"
++.TH  "publicfile_selinux"  "8"  "12-11-01" "publicfile" "SELinux Policy documentation for publicfile"
 +.SH "NAME"
 +publicfile_selinux \- Security Enhanced Linux Policy for the publicfile processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the publicfile processes via flexible mandatory access control.
 +
-+The publicfile processes execute with the publicfile_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The publicfile processes execute with the publicfile_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -69410,33 +70586,33 @@ index 0000000..ae326e4
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux publicfile policy is very flexible allowing users to setup their publicfile processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for publicfile:
 +
 +.EX
-+.B publicfile_t 
++.B publicfile_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux publicfile policy is very flexible allowing users to setup their publicfile processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for publicfile:
 +
 +
 +.EX
 +.PP
-+.B publicfile_content_t 
++.B publicfile_content_t
 +.EE
 +
 +- Set files with the publicfile_content_t type, if you want to treat the files as publicfile content.
@@ -69444,15 +70620,15 @@ index 0000000..ae326e4
 +
 +.EX
 +.PP
-+.B publicfile_exec_t 
++.B publicfile_exec_t
 +.EE
 +
 +- Set files with the publicfile_exec_t type, if you want to transition an executable to the publicfile_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -69470,30 +70646,30 @@ index 0000000..ae326e4
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), publicfile(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/pulseaudio_selinux.8 b/man/man8/pulseaudio_selinux.8
 new file mode 100644
-index 0000000..428c319
+index 0000000..f889102
 --- /dev/null
 +++ b/man/man8/pulseaudio_selinux.8
 @@ -0,0 +1,300 @@
-+.TH  "pulseaudio_selinux"  "8"  "12-10-19" "pulseaudio" "SELinux Policy documentation for pulseaudio"
++.TH  "pulseaudio_selinux"  "8"  "12-11-01" "pulseaudio" "SELinux Policy documentation for pulseaudio"
 +.SH "NAME"
 +pulseaudio_selinux \- Security Enhanced Linux Policy for the pulseaudio processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the pulseaudio processes via flexible mandatory access control.
 +
-+The pulseaudio processes execute with the pulseaudio_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The pulseaudio processes execute with the pulseaudio_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -69510,33 +70686,33 @@ index 0000000..428c319
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux pulseaudio policy is very flexible allowing users to setup their pulseaudio processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for pulseaudio:
 +
 +.EX
-+.B pulseaudio_t 
++.B pulseaudio_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux pulseaudio policy is very flexible allowing users to setup their pulseaudio processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for pulseaudio:
 +
 +
 +.EX
 +.PP
-+.B pulseaudio_exec_t 
++.B pulseaudio_exec_t
 +.EE
 +
 +- Set files with the pulseaudio_exec_t type, if you want to transition an executable to the pulseaudio_t domain.
@@ -69544,7 +70720,7 @@ index 0000000..428c319
 +
 +.EX
 +.PP
-+.B pulseaudio_home_t 
++.B pulseaudio_home_t
 +.EE
 +
 +- Set files with the pulseaudio_home_t type, if you want to store pulseaudio files in the users home directory.
@@ -69552,7 +70728,7 @@ index 0000000..428c319
 +
 +.EX
 +.PP
-+.B pulseaudio_tmpfs_t 
++.B pulseaudio_tmpfs_t
 +.EE
 +
 +- Set files with the pulseaudio_tmpfs_t type, if you want to store pulseaudio files on a tmpfs file system.
@@ -69560,7 +70736,7 @@ index 0000000..428c319
 +
 +.EX
 +.PP
-+.B pulseaudio_var_lib_t 
++.B pulseaudio_var_lib_t
 +.EE
 +
 +- Set files with the pulseaudio_var_lib_t type, if you want to store the pulseaudio files under the /var/lib directory.
@@ -69568,35 +70744,35 @@ index 0000000..428c319
 +
 +.EX
 +.PP
-+.B pulseaudio_var_run_t 
++.B pulseaudio_var_run_t
 +.EE
 +
 +- Set files with the pulseaudio_var_run_t type, if you want to store the pulseaudio files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux pulseaudio policy is very flexible allowing users to setup their pulseaudio processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for pulseaudio:
 +
 +.EX
 +.TP 5
-+.B pulseaudio_port_t 
++.B pulseaudio_port_t
 +.TP 10
 +.EE
 +
@@ -69776,30 +70952,30 @@ index 0000000..428c319
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), pulseaudio(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/puppet_selinux.8 b/man/man8/puppet_selinux.8
 new file mode 100644
-index 0000000..a3a88c0
+index 0000000..1e449cb
 --- /dev/null
 +++ b/man/man8/puppet_selinux.8
-@@ -0,0 +1,370 @@
-+.TH  "puppet_selinux"  "8"  "12-10-19" "puppet" "SELinux Policy documentation for puppet"
+@@ -0,0 +1,368 @@
++.TH  "puppet_selinux"  "8"  "12-11-01" "puppet" "SELinux Policy documentation for puppet"
 +.SH "NAME"
 +puppet_selinux \- Security Enhanced Linux Policy for the puppet processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the puppet processes via flexible mandatory access control.
 +
-+The puppet processes execute with the puppet_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The puppet processes execute with the puppet_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -69816,17 +70992,17 @@ index 0000000..a3a88c0
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux puppet policy is very flexible allowing users to setup their puppet processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for puppet:
 +
 +.EX
-+.B puppet_t, puppetmaster_t, puppetca_t 
++.B puppet_t, puppetmaster_t, puppetca_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -69862,19 +71038,19 @@ index 0000000..a3a88c0
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux puppet policy is very flexible allowing users to setup their puppet processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for puppet:
 +
 +
 +.EX
 +.PP
-+.B puppet_etc_t 
++.B puppet_etc_t
 +.EE
 +
 +- Set files with the puppet_etc_t type, if you want to store puppet files in the /etc directories.
@@ -69882,7 +71058,7 @@ index 0000000..a3a88c0
 +
 +.EX
 +.PP
-+.B puppet_exec_t 
++.B puppet_exec_t
 +.EE
 +
 +- Set files with the puppet_exec_t type, if you want to transition an executable to the puppet_t domain.
@@ -69890,7 +71066,7 @@ index 0000000..a3a88c0
 +
 +.EX
 +.PP
-+.B puppet_initrc_exec_t 
++.B puppet_initrc_exec_t
 +.EE
 +
 +- Set files with the puppet_initrc_exec_t type, if you want to transition an executable to the puppet_initrc_t domain.
@@ -69898,7 +71074,7 @@ index 0000000..a3a88c0
 +
 +.EX
 +.PP
-+.B puppet_log_t 
++.B puppet_log_t
 +.EE
 +
 +- Set files with the puppet_log_t type, if you want to treat the data as puppet log data, usually stored under the /var/log directory.
@@ -69906,7 +71082,7 @@ index 0000000..a3a88c0
 +
 +.EX
 +.PP
-+.B puppet_tmp_t 
++.B puppet_tmp_t
 +.EE
 +
 +- Set files with the puppet_tmp_t type, if you want to store puppet temporary files in the /tmp directories.
@@ -69914,7 +71090,7 @@ index 0000000..a3a88c0
 +
 +.EX
 +.PP
-+.B puppet_var_lib_t 
++.B puppet_var_lib_t
 +.EE
 +
 +- Set files with the puppet_var_lib_t type, if you want to store the puppet files under the /var/lib directory.
@@ -69922,7 +71098,7 @@ index 0000000..a3a88c0
 +
 +.EX
 +.PP
-+.B puppet_var_run_t 
++.B puppet_var_run_t
 +.EE
 +
 +- Set files with the puppet_var_run_t type, if you want to store the puppet files under the /run directory.
@@ -69930,7 +71106,7 @@ index 0000000..a3a88c0
 +
 +.EX
 +.PP
-+.B puppetca_exec_t 
++.B puppetca_exec_t
 +.EE
 +
 +- Set files with the puppetca_exec_t type, if you want to transition an executable to the puppetca_t domain.
@@ -69938,7 +71114,7 @@ index 0000000..a3a88c0
 +
 +.EX
 +.PP
-+.B puppetmaster_exec_t 
++.B puppetmaster_exec_t
 +.EE
 +
 +- Set files with the puppetmaster_exec_t type, if you want to transition an executable to the puppetmaster_t domain.
@@ -69946,7 +71122,7 @@ index 0000000..a3a88c0
 +
 +.EX
 +.PP
-+.B puppetmaster_initrc_exec_t 
++.B puppetmaster_initrc_exec_t
 +.EE
 +
 +- Set files with the puppetmaster_initrc_exec_t type, if you want to transition an executable to the puppetmaster_initrc_t domain.
@@ -69954,35 +71130,35 @@ index 0000000..a3a88c0
 +
 +.EX
 +.PP
-+.B puppetmaster_tmp_t 
++.B puppetmaster_tmp_t
 +.EE
 +
 +- Set files with the puppetmaster_tmp_t type, if you want to store puppetmaster temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux puppet policy is very flexible allowing users to setup their puppet processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for puppet:
 +
 +.EX
 +.TP 5
-+.B puppet_port_t 
++.B puppet_port_t
 +.TP 10
 +.EE
 +
@@ -70031,8 +71207,6 @@ index 0000000..a3a88c0
 +.br
 +	/etc
 +.br
-+	/etc/localtime
-+.br
 +	/etc/cups/client\.conf
 +.br
 +
@@ -70151,13 +71325,13 @@ index 0000000..a3a88c0
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), puppet(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -70165,18 +71339,18 @@ index 0000000..a3a88c0
 \ No newline at end of file
 diff --git a/man/man8/puppetca_selinux.8 b/man/man8/puppetca_selinux.8
 new file mode 100644
-index 0000000..0638b80
+index 0000000..b0b4381
 --- /dev/null
 +++ b/man/man8/puppetca_selinux.8
 @@ -0,0 +1,103 @@
-+.TH  "puppetca_selinux"  "8"  "12-10-19" "puppetca" "SELinux Policy documentation for puppetca"
++.TH  "puppetca_selinux"  "8"  "12-11-01" "puppetca" "SELinux Policy documentation for puppetca"
 +.SH "NAME"
 +puppetca_selinux \- Security Enhanced Linux Policy for the puppetca processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the puppetca processes via flexible mandatory access control.
 +
-+The puppetca processes execute with the puppetca_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The puppetca processes execute with the puppetca_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -70193,41 +71367,41 @@ index 0000000..0638b80
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux puppetca policy is very flexible allowing users to setup their puppetca processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for puppetca:
 +
 +.EX
-+.B puppetca_t 
++.B puppetca_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux puppetca policy is very flexible allowing users to setup their puppetca processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for puppetca:
 +
 +
 +.EX
 +.PP
-+.B puppetca_exec_t 
++.B puppetca_exec_t
 +.EE
 +
 +- Set files with the puppetca_exec_t type, if you want to transition an executable to the puppetca_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -70261,13 +71435,13 @@ index 0000000..0638b80
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), puppetca(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -70275,18 +71449,18 @@ index 0000000..0638b80
 \ No newline at end of file
 diff --git a/man/man8/puppetmaster_selinux.8 b/man/man8/puppetmaster_selinux.8
 new file mode 100644
-index 0000000..849d6c4
+index 0000000..83d8f60
 --- /dev/null
 +++ b/man/man8/puppetmaster_selinux.8
 @@ -0,0 +1,170 @@
-+.TH  "puppetmaster_selinux"  "8"  "12-10-19" "puppetmaster" "SELinux Policy documentation for puppetmaster"
++.TH  "puppetmaster_selinux"  "8"  "12-11-01" "puppetmaster" "SELinux Policy documentation for puppetmaster"
 +.SH "NAME"
 +puppetmaster_selinux \- Security Enhanced Linux Policy for the puppetmaster processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the puppetmaster processes via flexible mandatory access control.
 +
-+The puppetmaster processes execute with the puppetmaster_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The puppetmaster processes execute with the puppetmaster_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -70303,17 +71477,17 @@ index 0000000..849d6c4
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux puppetmaster policy is very flexible allowing users to setup their puppetmaster processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for puppetmaster:
 +
 +.EX
-+.B puppetmaster_t 
++.B puppetmaster_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -70335,19 +71509,19 @@ index 0000000..849d6c4
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux puppetmaster policy is very flexible allowing users to setup their puppetmaster processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for puppetmaster:
 +
 +
 +.EX
 +.PP
-+.B puppetmaster_exec_t 
++.B puppetmaster_exec_t
 +.EE
 +
 +- Set files with the puppetmaster_exec_t type, if you want to transition an executable to the puppetmaster_t domain.
@@ -70355,7 +71529,7 @@ index 0000000..849d6c4
 +
 +.EX
 +.PP
-+.B puppetmaster_initrc_exec_t 
++.B puppetmaster_initrc_exec_t
 +.EE
 +
 +- Set files with the puppetmaster_initrc_exec_t type, if you want to transition an executable to the puppetmaster_initrc_t domain.
@@ -70363,15 +71537,15 @@ index 0000000..849d6c4
 +
 +.EX
 +.PP
-+.B puppetmaster_tmp_t 
++.B puppetmaster_tmp_t
 +.EE
 +
 +- Set files with the puppetmaster_tmp_t type, if you want to store puppetmaster temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -70438,13 +71612,13 @@ index 0000000..849d6c4
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), puppetmaster(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -70452,18 +71626,18 @@ index 0000000..849d6c4
 \ No newline at end of file
 diff --git a/man/man8/pwauth_selinux.8 b/man/man8/pwauth_selinux.8
 new file mode 100644
-index 0000000..4c0ec9b
+index 0000000..ce82d8a
 --- /dev/null
 +++ b/man/man8/pwauth_selinux.8
 @@ -0,0 +1,118 @@
-+.TH  "pwauth_selinux"  "8"  "12-10-19" "pwauth" "SELinux Policy documentation for pwauth"
++.TH  "pwauth_selinux"  "8"  "12-11-01" "pwauth" "SELinux Policy documentation for pwauth"
 +.SH "NAME"
 +pwauth_selinux \- Security Enhanced Linux Policy for the pwauth processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the pwauth processes via flexible mandatory access control.
 +
-+The pwauth processes execute with the pwauth_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The pwauth processes execute with the pwauth_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -70480,33 +71654,33 @@ index 0000000..4c0ec9b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux pwauth policy is very flexible allowing users to setup their pwauth processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for pwauth:
 +
 +.EX
-+.B pwauth_t 
++.B pwauth_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux pwauth policy is very flexible allowing users to setup their pwauth processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for pwauth:
 +
 +
 +.EX
 +.PP
-+.B pwauth_exec_t 
++.B pwauth_exec_t
 +.EE
 +
 +- Set files with the pwauth_exec_t type, if you want to transition an executable to the pwauth_t domain.
@@ -70514,15 +71688,15 @@ index 0000000..4c0ec9b
 +
 +.EX
 +.PP
-+.B pwauth_var_run_t 
++.B pwauth_var_run_t
 +.EE
 +
 +- Set files with the pwauth_var_run_t type, if you want to store the pwauth files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -70564,30 +71738,30 @@ index 0000000..4c0ec9b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), pwauth(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/pyicqt_selinux.8 b/man/man8/pyicqt_selinux.8
 new file mode 100644
-index 0000000..cd5fc6d
+index 0000000..d92e759
 --- /dev/null
 +++ b/man/man8/pyicqt_selinux.8
 @@ -0,0 +1,146 @@
-+.TH  "pyicqt_selinux"  "8"  "12-10-19" "pyicqt" "SELinux Policy documentation for pyicqt"
++.TH  "pyicqt_selinux"  "8"  "12-11-01" "pyicqt" "SELinux Policy documentation for pyicqt"
 +.SH "NAME"
 +pyicqt_selinux \- Security Enhanced Linux Policy for the pyicqt processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the pyicqt processes via flexible mandatory access control.
 +
-+The pyicqt processes execute with the pyicqt_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The pyicqt processes execute with the pyicqt_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -70604,33 +71778,33 @@ index 0000000..cd5fc6d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux pyicqt policy is very flexible allowing users to setup their pyicqt processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for pyicqt:
 +
 +.EX
-+.B pyicqt_t 
++.B pyicqt_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux pyicqt policy is very flexible allowing users to setup their pyicqt processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for pyicqt:
 +
 +
 +.EX
 +.PP
-+.B pyicqt_exec_t 
++.B pyicqt_exec_t
 +.EE
 +
 +- Set files with the pyicqt_exec_t type, if you want to transition an executable to the pyicqt_t domain.
@@ -70638,7 +71812,7 @@ index 0000000..cd5fc6d
 +
 +.EX
 +.PP
-+.B pyicqt_log_t 
++.B pyicqt_log_t
 +.EE
 +
 +- Set files with the pyicqt_log_t type, if you want to treat the data as pyicqt log data, usually stored under the /var/log directory.
@@ -70646,7 +71820,7 @@ index 0000000..cd5fc6d
 +
 +.EX
 +.PP
-+.B pyicqt_var_run_t 
++.B pyicqt_var_run_t
 +.EE
 +
 +- Set files with the pyicqt_var_run_t type, if you want to store the pyicqt files under the /run directory.
@@ -70654,15 +71828,15 @@ index 0000000..cd5fc6d
 +
 +.EX
 +.PP
-+.B pyicqt_var_spool_t 
++.B pyicqt_var_spool_t
 +.EE
 +
 +- Set files with the pyicqt_var_spool_t type, if you want to store the pyicqt var files under the /var/spool directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -70716,30 +71890,30 @@ index 0000000..cd5fc6d
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), pyicqt(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/qdiskd_selinux.8 b/man/man8/qdiskd_selinux.8
 new file mode 100644
-index 0000000..b16888c
+index 0000000..e6e2867
 --- /dev/null
 +++ b/man/man8/qdiskd_selinux.8
 @@ -0,0 +1,164 @@
-+.TH  "qdiskd_selinux"  "8"  "12-10-19" "qdiskd" "SELinux Policy documentation for qdiskd"
++.TH  "qdiskd_selinux"  "8"  "12-11-01" "qdiskd" "SELinux Policy documentation for qdiskd"
 +.SH "NAME"
 +qdiskd_selinux \- Security Enhanced Linux Policy for the qdiskd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the qdiskd processes via flexible mandatory access control.
 +
-+The qdiskd processes execute with the qdiskd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The qdiskd processes execute with the qdiskd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -70756,33 +71930,33 @@ index 0000000..b16888c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux qdiskd policy is very flexible allowing users to setup their qdiskd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for qdiskd:
 +
 +.EX
-+.B qdiskd_t 
++.B qdiskd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux qdiskd policy is very flexible allowing users to setup their qdiskd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for qdiskd:
 +
 +
 +.EX
 +.PP
-+.B qdiskd_exec_t 
++.B qdiskd_exec_t
 +.EE
 +
 +- Set files with the qdiskd_exec_t type, if you want to transition an executable to the qdiskd_t domain.
@@ -70790,7 +71964,7 @@ index 0000000..b16888c
 +
 +.EX
 +.PP
-+.B qdiskd_tmpfs_t 
++.B qdiskd_tmpfs_t
 +.EE
 +
 +- Set files with the qdiskd_tmpfs_t type, if you want to store qdiskd files on a tmpfs file system.
@@ -70798,7 +71972,7 @@ index 0000000..b16888c
 +
 +.EX
 +.PP
-+.B qdiskd_var_lib_t 
++.B qdiskd_var_lib_t
 +.EE
 +
 +- Set files with the qdiskd_var_lib_t type, if you want to store the qdiskd files under the /var/lib directory.
@@ -70806,7 +71980,7 @@ index 0000000..b16888c
 +
 +.EX
 +.PP
-+.B qdiskd_var_log_t 
++.B qdiskd_var_log_t
 +.EE
 +
 +- Set files with the qdiskd_var_log_t type, if you want to treat the data as qdiskd var log data, usually stored under the /var/log directory.
@@ -70814,15 +71988,15 @@ index 0000000..b16888c
 +
 +.EX
 +.PP
-+.B qdiskd_var_run_t 
++.B qdiskd_var_run_t
 +.EE
 +
 +- Set files with the qdiskd_var_run_t type, if you want to store the qdiskd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -70886,30 +72060,30 @@ index 0000000..b16888c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), qdiskd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/qemu_dm_selinux.8 b/man/man8/qemu_dm_selinux.8
 new file mode 100644
-index 0000000..8336aef
+index 0000000..a367e12
 --- /dev/null
 +++ b/man/man8/qemu_dm_selinux.8
 @@ -0,0 +1,94 @@
-+.TH  "qemu_dm_selinux"  "8"  "12-10-19" "qemu_dm" "SELinux Policy documentation for qemu_dm"
++.TH  "qemu_dm_selinux"  "8"  "12-11-01" "qemu_dm" "SELinux Policy documentation for qemu_dm"
 +.SH "NAME"
 +qemu_dm_selinux \- Security Enhanced Linux Policy for the qemu_dm processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the qemu_dm processes via flexible mandatory access control.
 +
-+The qemu_dm processes execute with the qemu_dm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The qemu_dm processes execute with the qemu_dm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -70926,41 +72100,41 @@ index 0000000..8336aef
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux qemu_dm policy is very flexible allowing users to setup their qemu_dm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for qemu_dm:
 +
 +.EX
-+.B qemu_dm_t 
++.B qemu_dm_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux qemu_dm policy is very flexible allowing users to setup their qemu_dm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for qemu_dm:
 +
 +
 +.EX
 +.PP
-+.B qemu_dm_exec_t 
++.B qemu_dm_exec_t
 +.EE
 +
 +- Set files with the qemu_dm_exec_t type, if you want to transition an executable to the qemu_dm_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -70986,30 +72160,30 @@ index 0000000..8336aef
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), qemu_dm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/qmail_clean_selinux.8 b/man/man8/qmail_clean_selinux.8
 new file mode 100644
-index 0000000..800d8ac
+index 0000000..4688dbf
 --- /dev/null
 +++ b/man/man8/qmail_clean_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "qmail_clean_selinux"  "8"  "12-10-19" "qmail_clean" "SELinux Policy documentation for qmail_clean"
++.TH  "qmail_clean_selinux"  "8"  "12-11-01" "qmail_clean" "SELinux Policy documentation for qmail_clean"
 +.SH "NAME"
 +qmail_clean_selinux \- Security Enhanced Linux Policy for the qmail_clean processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the qmail_clean processes via flexible mandatory access control.
 +
-+The qmail_clean processes execute with the qmail_clean_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The qmail_clean processes execute with the qmail_clean_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -71026,41 +72200,41 @@ index 0000000..800d8ac
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux qmail_clean policy is very flexible allowing users to setup their qmail_clean processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for qmail_clean:
 +
 +.EX
-+.B qmail_clean_t 
++.B qmail_clean_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux qmail_clean policy is very flexible allowing users to setup their qmail_clean processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for qmail_clean:
 +
 +
 +.EX
 +.PP
-+.B qmail_clean_exec_t 
++.B qmail_clean_exec_t
 +.EE
 +
 +- Set files with the qmail_clean_exec_t type, if you want to transition an executable to the qmail_clean_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -71078,13 +72252,13 @@ index 0000000..800d8ac
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), qmail_clean(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -71092,18 +72266,18 @@ index 0000000..800d8ac
 \ No newline at end of file
 diff --git a/man/man8/qmail_inject_selinux.8 b/man/man8/qmail_inject_selinux.8
 new file mode 100644
-index 0000000..c6b8f11
+index 0000000..b61fe99
 --- /dev/null
 +++ b/man/man8/qmail_inject_selinux.8
 @@ -0,0 +1,95 @@
-+.TH  "qmail_inject_selinux"  "8"  "12-10-19" "qmail_inject" "SELinux Policy documentation for qmail_inject"
++.TH  "qmail_inject_selinux"  "8"  "12-11-01" "qmail_inject" "SELinux Policy documentation for qmail_inject"
 +.SH "NAME"
 +qmail_inject_selinux \- Security Enhanced Linux Policy for the qmail_inject processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the qmail_inject processes via flexible mandatory access control.
 +
-+The qmail_inject processes execute with the qmail_inject_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The qmail_inject processes execute with the qmail_inject_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -71120,41 +72294,41 @@ index 0000000..c6b8f11
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux qmail_inject policy is very flexible allowing users to setup their qmail_inject processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for qmail_inject:
 +
 +.EX
-+.B qmail_inject_t 
++.B qmail_inject_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux qmail_inject policy is very flexible allowing users to setup their qmail_inject processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for qmail_inject:
 +
 +
 +.EX
 +.PP
-+.B qmail_inject_exec_t 
++.B qmail_inject_exec_t
 +.EE
 +
 +- Set files with the qmail_inject_exec_t type, if you want to transition an executable to the qmail_inject_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -71180,13 +72354,13 @@ index 0000000..c6b8f11
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), qmail_inject(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -71194,18 +72368,18 @@ index 0000000..c6b8f11
 \ No newline at end of file
 diff --git a/man/man8/qmail_local_selinux.8 b/man/man8/qmail_local_selinux.8
 new file mode 100644
-index 0000000..5780bee
+index 0000000..923074e
 --- /dev/null
 +++ b/man/man8/qmail_local_selinux.8
 @@ -0,0 +1,151 @@
-+.TH  "qmail_local_selinux"  "8"  "12-10-19" "qmail_local" "SELinux Policy documentation for qmail_local"
++.TH  "qmail_local_selinux"  "8"  "12-11-01" "qmail_local" "SELinux Policy documentation for qmail_local"
 +.SH "NAME"
 +qmail_local_selinux \- Security Enhanced Linux Policy for the qmail_local processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the qmail_local processes via flexible mandatory access control.
 +
-+The qmail_local processes execute with the qmail_local_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The qmail_local processes execute with the qmail_local_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -71222,41 +72396,41 @@ index 0000000..5780bee
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux qmail_local policy is very flexible allowing users to setup their qmail_local processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for qmail_local:
 +
 +.EX
-+.B qmail_local_t 
++.B qmail_local_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux qmail_local policy is very flexible allowing users to setup their qmail_local processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for qmail_local:
 +
 +
 +.EX
 +.PP
-+.B qmail_local_exec_t 
++.B qmail_local_exec_t
 +.EE
 +
 +- Set files with the qmail_local_exec_t type, if you want to transition an executable to the qmail_local_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -71338,13 +72512,13 @@ index 0000000..5780bee
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), qmail_local(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -71352,18 +72526,18 @@ index 0000000..5780bee
 \ No newline at end of file
 diff --git a/man/man8/qmail_lspawn_selinux.8 b/man/man8/qmail_lspawn_selinux.8
 new file mode 100644
-index 0000000..3738529
+index 0000000..7ac2a16
 --- /dev/null
 +++ b/man/man8/qmail_lspawn_selinux.8
 @@ -0,0 +1,119 @@
-+.TH  "qmail_lspawn_selinux"  "8"  "12-10-19" "qmail_lspawn" "SELinux Policy documentation for qmail_lspawn"
++.TH  "qmail_lspawn_selinux"  "8"  "12-11-01" "qmail_lspawn" "SELinux Policy documentation for qmail_lspawn"
 +.SH "NAME"
 +qmail_lspawn_selinux \- Security Enhanced Linux Policy for the qmail_lspawn processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the qmail_lspawn processes via flexible mandatory access control.
 +
-+The qmail_lspawn processes execute with the qmail_lspawn_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The qmail_lspawn processes execute with the qmail_lspawn_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -71380,41 +72554,41 @@ index 0000000..3738529
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux qmail_lspawn policy is very flexible allowing users to setup their qmail_lspawn processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for qmail_lspawn:
 +
 +.EX
-+.B qmail_lspawn_t 
++.B qmail_lspawn_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux qmail_lspawn policy is very flexible allowing users to setup their qmail_lspawn processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for qmail_lspawn:
 +
 +
 +.EX
 +.PP
-+.B qmail_lspawn_exec_t 
++.B qmail_lspawn_exec_t
 +.EE
 +
 +- Set files with the qmail_lspawn_exec_t type, if you want to transition an executable to the qmail_lspawn_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -71464,13 +72638,13 @@ index 0000000..3738529
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), qmail_lspawn(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -71478,18 +72652,18 @@ index 0000000..3738529
 \ No newline at end of file
 diff --git a/man/man8/qmail_queue_selinux.8 b/man/man8/qmail_queue_selinux.8
 new file mode 100644
-index 0000000..570a4a3
+index 0000000..473dcd0
 --- /dev/null
 +++ b/man/man8/qmail_queue_selinux.8
 @@ -0,0 +1,101 @@
-+.TH  "qmail_queue_selinux"  "8"  "12-10-19" "qmail_queue" "SELinux Policy documentation for qmail_queue"
++.TH  "qmail_queue_selinux"  "8"  "12-11-01" "qmail_queue" "SELinux Policy documentation for qmail_queue"
 +.SH "NAME"
 +qmail_queue_selinux \- Security Enhanced Linux Policy for the qmail_queue processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the qmail_queue processes via flexible mandatory access control.
 +
-+The qmail_queue processes execute with the qmail_queue_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The qmail_queue processes execute with the qmail_queue_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -71506,41 +72680,41 @@ index 0000000..570a4a3
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux qmail_queue policy is very flexible allowing users to setup their qmail_queue processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for qmail_queue:
 +
 +.EX
-+.B qmail_queue_t 
++.B qmail_queue_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux qmail_queue policy is very flexible allowing users to setup their qmail_queue processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for qmail_queue:
 +
 +
 +.EX
 +.PP
-+.B qmail_queue_exec_t 
++.B qmail_queue_exec_t
 +.EE
 +
 +- Set files with the qmail_queue_exec_t type, if you want to transition an executable to the qmail_queue_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -71572,13 +72746,13 @@ index 0000000..570a4a3
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), qmail_queue(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -71586,18 +72760,18 @@ index 0000000..570a4a3
 \ No newline at end of file
 diff --git a/man/man8/qmail_remote_selinux.8 b/man/man8/qmail_remote_selinux.8
 new file mode 100644
-index 0000000..ec70619
+index 0000000..0760c51
 --- /dev/null
 +++ b/man/man8/qmail_remote_selinux.8
 @@ -0,0 +1,97 @@
-+.TH  "qmail_remote_selinux"  "8"  "12-10-19" "qmail_remote" "SELinux Policy documentation for qmail_remote"
++.TH  "qmail_remote_selinux"  "8"  "12-11-01" "qmail_remote" "SELinux Policy documentation for qmail_remote"
 +.SH "NAME"
 +qmail_remote_selinux \- Security Enhanced Linux Policy for the qmail_remote processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the qmail_remote processes via flexible mandatory access control.
 +
-+The qmail_remote processes execute with the qmail_remote_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The qmail_remote processes execute with the qmail_remote_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -71614,41 +72788,41 @@ index 0000000..ec70619
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux qmail_remote policy is very flexible allowing users to setup their qmail_remote processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for qmail_remote:
 +
 +.EX
-+.B qmail_remote_t 
++.B qmail_remote_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux qmail_remote policy is very flexible allowing users to setup their qmail_remote processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for qmail_remote:
 +
 +
 +.EX
 +.PP
-+.B qmail_remote_exec_t 
++.B qmail_remote_exec_t
 +.EE
 +
 +- Set files with the qmail_remote_exec_t type, if you want to transition an executable to the qmail_remote_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -71676,13 +72850,13 @@ index 0000000..ec70619
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), qmail_remote(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -71690,18 +72864,18 @@ index 0000000..ec70619
 \ No newline at end of file
 diff --git a/man/man8/qmail_rspawn_selinux.8 b/man/man8/qmail_rspawn_selinux.8
 new file mode 100644
-index 0000000..35abe4b
+index 0000000..5c8ef31
 --- /dev/null
 +++ b/man/man8/qmail_rspawn_selinux.8
 @@ -0,0 +1,97 @@
-+.TH  "qmail_rspawn_selinux"  "8"  "12-10-19" "qmail_rspawn" "SELinux Policy documentation for qmail_rspawn"
++.TH  "qmail_rspawn_selinux"  "8"  "12-11-01" "qmail_rspawn" "SELinux Policy documentation for qmail_rspawn"
 +.SH "NAME"
 +qmail_rspawn_selinux \- Security Enhanced Linux Policy for the qmail_rspawn processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the qmail_rspawn processes via flexible mandatory access control.
 +
-+The qmail_rspawn processes execute with the qmail_rspawn_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The qmail_rspawn processes execute with the qmail_rspawn_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -71718,41 +72892,41 @@ index 0000000..35abe4b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux qmail_rspawn policy is very flexible allowing users to setup their qmail_rspawn processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for qmail_rspawn:
 +
 +.EX
-+.B qmail_rspawn_t 
++.B qmail_rspawn_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux qmail_rspawn policy is very flexible allowing users to setup their qmail_rspawn processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for qmail_rspawn:
 +
 +
 +.EX
 +.PP
-+.B qmail_rspawn_exec_t 
++.B qmail_rspawn_exec_t
 +.EE
 +
 +- Set files with the qmail_rspawn_exec_t type, if you want to transition an executable to the qmail_rspawn_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -71780,13 +72954,13 @@ index 0000000..35abe4b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), qmail_rspawn(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -71794,18 +72968,18 @@ index 0000000..35abe4b
 \ No newline at end of file
 diff --git a/man/man8/qmail_send_selinux.8 b/man/man8/qmail_send_selinux.8
 new file mode 100644
-index 0000000..6661328
+index 0000000..2dd46dd
 --- /dev/null
 +++ b/man/man8/qmail_send_selinux.8
 @@ -0,0 +1,97 @@
-+.TH  "qmail_send_selinux"  "8"  "12-10-19" "qmail_send" "SELinux Policy documentation for qmail_send"
++.TH  "qmail_send_selinux"  "8"  "12-11-01" "qmail_send" "SELinux Policy documentation for qmail_send"
 +.SH "NAME"
 +qmail_send_selinux \- Security Enhanced Linux Policy for the qmail_send processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the qmail_send processes via flexible mandatory access control.
 +
-+The qmail_send processes execute with the qmail_send_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The qmail_send processes execute with the qmail_send_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -71822,41 +72996,41 @@ index 0000000..6661328
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux qmail_send policy is very flexible allowing users to setup their qmail_send processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for qmail_send:
 +
 +.EX
-+.B qmail_send_t 
++.B qmail_send_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux qmail_send policy is very flexible allowing users to setup their qmail_send processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for qmail_send:
 +
 +
 +.EX
 +.PP
-+.B qmail_send_exec_t 
++.B qmail_send_exec_t
 +.EE
 +
 +- Set files with the qmail_send_exec_t type, if you want to transition an executable to the qmail_send_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -71884,13 +73058,13 @@ index 0000000..6661328
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), qmail_send(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -71898,18 +73072,18 @@ index 0000000..6661328
 \ No newline at end of file
 diff --git a/man/man8/qmail_smtpd_selinux.8 b/man/man8/qmail_smtpd_selinux.8
 new file mode 100644
-index 0000000..9f0471a
+index 0000000..9e7c3d8
 --- /dev/null
 +++ b/man/man8/qmail_smtpd_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "qmail_smtpd_selinux"  "8"  "12-10-19" "qmail_smtpd" "SELinux Policy documentation for qmail_smtpd"
++.TH  "qmail_smtpd_selinux"  "8"  "12-11-01" "qmail_smtpd" "SELinux Policy documentation for qmail_smtpd"
 +.SH "NAME"
 +qmail_smtpd_selinux \- Security Enhanced Linux Policy for the qmail_smtpd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the qmail_smtpd processes via flexible mandatory access control.
 +
-+The qmail_smtpd processes execute with the qmail_smtpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The qmail_smtpd processes execute with the qmail_smtpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -71926,41 +73100,41 @@ index 0000000..9f0471a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux qmail_smtpd policy is very flexible allowing users to setup their qmail_smtpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for qmail_smtpd:
 +
 +.EX
-+.B qmail_smtpd_t 
++.B qmail_smtpd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux qmail_smtpd policy is very flexible allowing users to setup their qmail_smtpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for qmail_smtpd:
 +
 +
 +.EX
 +.PP
-+.B qmail_smtpd_exec_t 
++.B qmail_smtpd_exec_t
 +.EE
 +
 +- Set files with the qmail_smtpd_exec_t type, if you want to transition an executable to the qmail_smtpd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -71978,13 +73152,13 @@ index 0000000..9f0471a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), qmail_smtpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -71992,18 +73166,18 @@ index 0000000..9f0471a
 \ No newline at end of file
 diff --git a/man/man8/qmail_splogger_selinux.8 b/man/man8/qmail_splogger_selinux.8
 new file mode 100644
-index 0000000..c65ec55
+index 0000000..4598efb
 --- /dev/null
 +++ b/man/man8/qmail_splogger_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "qmail_splogger_selinux"  "8"  "12-10-19" "qmail_splogger" "SELinux Policy documentation for qmail_splogger"
++.TH  "qmail_splogger_selinux"  "8"  "12-11-01" "qmail_splogger" "SELinux Policy documentation for qmail_splogger"
 +.SH "NAME"
 +qmail_splogger_selinux \- Security Enhanced Linux Policy for the qmail_splogger processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the qmail_splogger processes via flexible mandatory access control.
 +
-+The qmail_splogger processes execute with the qmail_splogger_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The qmail_splogger processes execute with the qmail_splogger_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -72020,41 +73194,41 @@ index 0000000..c65ec55
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux qmail_splogger policy is very flexible allowing users to setup their qmail_splogger processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for qmail_splogger:
 +
 +.EX
-+.B qmail_splogger_t 
++.B qmail_splogger_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux qmail_splogger policy is very flexible allowing users to setup their qmail_splogger processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for qmail_splogger:
 +
 +
 +.EX
 +.PP
-+.B qmail_splogger_exec_t 
++.B qmail_splogger_exec_t
 +.EE
 +
 +- Set files with the qmail_splogger_exec_t type, if you want to transition an executable to the qmail_splogger_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -72072,13 +73246,13 @@ index 0000000..c65ec55
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), qmail_splogger(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -72086,18 +73260,18 @@ index 0000000..c65ec55
 \ No newline at end of file
 diff --git a/man/man8/qmail_start_selinux.8 b/man/man8/qmail_start_selinux.8
 new file mode 100644
-index 0000000..531fc98
+index 0000000..ff8236b
 --- /dev/null
 +++ b/man/man8/qmail_start_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "qmail_start_selinux"  "8"  "12-10-19" "qmail_start" "SELinux Policy documentation for qmail_start"
++.TH  "qmail_start_selinux"  "8"  "12-11-01" "qmail_start" "SELinux Policy documentation for qmail_start"
 +.SH "NAME"
 +qmail_start_selinux \- Security Enhanced Linux Policy for the qmail_start processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the qmail_start processes via flexible mandatory access control.
 +
-+The qmail_start processes execute with the qmail_start_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The qmail_start processes execute with the qmail_start_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -72114,41 +73288,41 @@ index 0000000..531fc98
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux qmail_start policy is very flexible allowing users to setup their qmail_start processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for qmail_start:
 +
 +.EX
-+.B qmail_start_t 
++.B qmail_start_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux qmail_start policy is very flexible allowing users to setup their qmail_start processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for qmail_start:
 +
 +
 +.EX
 +.PP
-+.B qmail_start_exec_t 
++.B qmail_start_exec_t
 +.EE
 +
 +- Set files with the qmail_start_exec_t type, if you want to transition an executable to the qmail_start_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -72166,13 +73340,13 @@ index 0000000..531fc98
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), qmail_start(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -72180,18 +73354,18 @@ index 0000000..531fc98
 \ No newline at end of file
 diff --git a/man/man8/qmail_tcp_env_selinux.8 b/man/man8/qmail_tcp_env_selinux.8
 new file mode 100644
-index 0000000..920bb62
+index 0000000..86b82a0
 --- /dev/null
 +++ b/man/man8/qmail_tcp_env_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "qmail_tcp_env_selinux"  "8"  "12-10-19" "qmail_tcp_env" "SELinux Policy documentation for qmail_tcp_env"
++.TH  "qmail_tcp_env_selinux"  "8"  "12-11-01" "qmail_tcp_env" "SELinux Policy documentation for qmail_tcp_env"
 +.SH "NAME"
 +qmail_tcp_env_selinux \- Security Enhanced Linux Policy for the qmail_tcp_env processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the qmail_tcp_env processes via flexible mandatory access control.
 +
-+The qmail_tcp_env processes execute with the qmail_tcp_env_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The qmail_tcp_env processes execute with the qmail_tcp_env_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -72208,41 +73382,41 @@ index 0000000..920bb62
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux qmail_tcp_env policy is very flexible allowing users to setup their qmail_tcp_env processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for qmail_tcp_env:
 +
 +.EX
-+.B qmail_tcp_env_t 
++.B qmail_tcp_env_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux qmail_tcp_env policy is very flexible allowing users to setup their qmail_tcp_env processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for qmail_tcp_env:
 +
 +
 +.EX
 +.PP
-+.B qmail_tcp_env_exec_t 
++.B qmail_tcp_env_exec_t
 +.EE
 +
 +- Set files with the qmail_tcp_env_exec_t type, if you want to transition an executable to the qmail_tcp_env_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -72260,13 +73434,13 @@ index 0000000..920bb62
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), qmail_tcp_env(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -72274,18 +73448,18 @@ index 0000000..920bb62
 \ No newline at end of file
 diff --git a/man/man8/qpidd_selinux.8 b/man/man8/qpidd_selinux.8
 new file mode 100644
-index 0000000..818eab7
+index 0000000..0d185be
 --- /dev/null
 +++ b/man/man8/qpidd_selinux.8
 @@ -0,0 +1,140 @@
-+.TH  "qpidd_selinux"  "8"  "12-10-19" "qpidd" "SELinux Policy documentation for qpidd"
++.TH  "qpidd_selinux"  "8"  "12-11-01" "qpidd" "SELinux Policy documentation for qpidd"
 +.SH "NAME"
 +qpidd_selinux \- Security Enhanced Linux Policy for the qpidd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the qpidd processes via flexible mandatory access control.
 +
-+The qpidd processes execute with the qpidd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The qpidd processes execute with the qpidd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -72302,33 +73476,33 @@ index 0000000..818eab7
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux qpidd policy is very flexible allowing users to setup their qpidd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for qpidd:
 +
 +.EX
-+.B qpidd_t 
++.B qpidd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux qpidd policy is very flexible allowing users to setup their qpidd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for qpidd:
 +
 +
 +.EX
 +.PP
-+.B qpidd_exec_t 
++.B qpidd_exec_t
 +.EE
 +
 +- Set files with the qpidd_exec_t type, if you want to transition an executable to the qpidd_t domain.
@@ -72336,7 +73510,7 @@ index 0000000..818eab7
 +
 +.EX
 +.PP
-+.B qpidd_initrc_exec_t 
++.B qpidd_initrc_exec_t
 +.EE
 +
 +- Set files with the qpidd_initrc_exec_t type, if you want to transition an executable to the qpidd_initrc_t domain.
@@ -72344,7 +73518,7 @@ index 0000000..818eab7
 +
 +.EX
 +.PP
-+.B qpidd_tmpfs_t 
++.B qpidd_tmpfs_t
 +.EE
 +
 +- Set files with the qpidd_tmpfs_t type, if you want to store qpidd files on a tmpfs file system.
@@ -72352,7 +73526,7 @@ index 0000000..818eab7
 +
 +.EX
 +.PP
-+.B qpidd_var_lib_t 
++.B qpidd_var_lib_t
 +.EE
 +
 +- Set files with the qpidd_var_lib_t type, if you want to store the qpidd files under the /var/lib directory.
@@ -72360,15 +73534,15 @@ index 0000000..818eab7
 +
 +.EX
 +.PP
-+.B qpidd_var_run_t 
++.B qpidd_var_run_t
 +.EE
 +
 +- Set files with the qpidd_var_run_t type, if you want to store the qpidd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -72408,30 +73582,30 @@ index 0000000..818eab7
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), qpidd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/quantum_selinux.8 b/man/man8/quantum_selinux.8
 new file mode 100644
-index 0000000..c8ccc57
+index 0000000..7ccd16b
 --- /dev/null
 +++ b/man/man8/quantum_selinux.8
 @@ -0,0 +1,178 @@
-+.TH  "quantum_selinux"  "8"  "12-10-19" "quantum" "SELinux Policy documentation for quantum"
++.TH  "quantum_selinux"  "8"  "12-11-01" "quantum" "SELinux Policy documentation for quantum"
 +.SH "NAME"
 +quantum_selinux \- Security Enhanced Linux Policy for the quantum processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the quantum processes via flexible mandatory access control.
 +
-+The quantum processes execute with the quantum_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The quantum processes execute with the quantum_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -72448,33 +73622,33 @@ index 0000000..c8ccc57
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux quantum policy is very flexible allowing users to setup their quantum processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for quantum:
 +
 +.EX
-+.B quantum_t 
++.B quantum_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux quantum policy is very flexible allowing users to setup their quantum processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for quantum:
 +
 +
 +.EX
 +.PP
-+.B quantum_exec_t 
++.B quantum_exec_t
 +.EE
 +
 +- Set files with the quantum_exec_t type, if you want to transition an executable to the quantum_t domain.
@@ -72482,7 +73656,7 @@ index 0000000..c8ccc57
 +
 +.EX
 +.PP
-+.B quantum_log_t 
++.B quantum_log_t
 +.EE
 +
 +- Set files with the quantum_log_t type, if you want to treat the data as quantum log data, usually stored under the /var/log directory.
@@ -72490,7 +73664,7 @@ index 0000000..c8ccc57
 +
 +.EX
 +.PP
-+.B quantum_tmp_t 
++.B quantum_tmp_t
 +.EE
 +
 +- Set files with the quantum_tmp_t type, if you want to store quantum temporary files in the /tmp directories.
@@ -72498,7 +73672,7 @@ index 0000000..c8ccc57
 +
 +.EX
 +.PP
-+.B quantum_unit_file_t 
++.B quantum_unit_file_t
 +.EE
 +
 +- Set files with the quantum_unit_file_t type, if you want to treat the files as quantum unit content.
@@ -72506,35 +73680,35 @@ index 0000000..c8ccc57
 +
 +.EX
 +.PP
-+.B quantum_var_lib_t 
++.B quantum_var_lib_t
 +.EE
 +
 +- Set files with the quantum_var_lib_t type, if you want to store the quantum files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux quantum policy is very flexible allowing users to setup their quantum processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for quantum:
 +
 +.EX
 +.TP 5
-+.B quantum_port_t 
++.B quantum_port_t
 +.TP 10
 +.EE
 +
@@ -72592,30 +73766,30 @@ index 0000000..c8ccc57
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), quantum(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/quota_nld_selinux.8 b/man/man8/quota_nld_selinux.8
 new file mode 100644
-index 0000000..84c851f
+index 0000000..e8c53e4
 --- /dev/null
 +++ b/man/man8/quota_nld_selinux.8
 @@ -0,0 +1,119 @@
-+.TH  "quota_nld_selinux"  "8"  "12-10-19" "quota_nld" "SELinux Policy documentation for quota_nld"
++.TH  "quota_nld_selinux"  "8"  "12-11-01" "quota_nld" "SELinux Policy documentation for quota_nld"
 +.SH "NAME"
 +quota_nld_selinux \- Security Enhanced Linux Policy for the quota_nld processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the quota_nld processes via flexible mandatory access control.
 +
-+The quota_nld processes execute with the quota_nld_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The quota_nld processes execute with the quota_nld_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -72632,33 +73806,33 @@ index 0000000..84c851f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux quota_nld policy is very flexible allowing users to setup their quota_nld processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for quota_nld:
 +
 +.EX
-+.B quota_nld_t 
++.B quota_nld_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux quota_nld policy is very flexible allowing users to setup their quota_nld processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for quota_nld:
 +
 +
 +.EX
 +.PP
-+.B quota_nld_exec_t 
++.B quota_nld_exec_t
 +.EE
 +
 +- Set files with the quota_nld_exec_t type, if you want to transition an executable to the quota_nld_t domain.
@@ -72666,15 +73840,15 @@ index 0000000..84c851f
 +
 +.EX
 +.PP
-+.B quota_nld_var_run_t 
++.B quota_nld_var_run_t
 +.EE
 +
 +- Set files with the quota_nld_var_run_t type, if you want to store the quota nld files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -72716,13 +73890,13 @@ index 0000000..84c851f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), quota_nld(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -72730,18 +73904,18 @@ index 0000000..84c851f
 \ No newline at end of file
 diff --git a/man/man8/quota_selinux.8 b/man/man8/quota_selinux.8
 new file mode 100644
-index 0000000..40fefa1
+index 0000000..f6b1bff
 --- /dev/null
 +++ b/man/man8/quota_selinux.8
 @@ -0,0 +1,163 @@
-+.TH  "quota_selinux"  "8"  "12-10-19" "quota" "SELinux Policy documentation for quota"
++.TH  "quota_selinux"  "8"  "12-11-01" "quota" "SELinux Policy documentation for quota"
 +.SH "NAME"
 +quota_selinux \- Security Enhanced Linux Policy for the quota processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the quota processes via flexible mandatory access control.
 +
-+The quota processes execute with the quota_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The quota processes execute with the quota_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -72758,33 +73932,33 @@ index 0000000..40fefa1
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux quota policy is very flexible allowing users to setup their quota processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for quota:
 +
 +.EX
-+.B quota_t, quota_nld_t 
++.B quota_t, quota_nld_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux quota policy is very flexible allowing users to setup their quota processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for quota:
 +
 +
 +.EX
 +.PP
-+.B quota_db_t 
++.B quota_db_t
 +.EE
 +
 +- Set files with the quota_db_t type, if you want to treat the files as quota database content.
@@ -72792,7 +73966,7 @@ index 0000000..40fefa1
 +
 +.EX
 +.PP
-+.B quota_exec_t 
++.B quota_exec_t
 +.EE
 +
 +- Set files with the quota_exec_t type, if you want to transition an executable to the quota_t domain.
@@ -72800,7 +73974,7 @@ index 0000000..40fefa1
 +
 +.EX
 +.PP
-+.B quota_flag_t 
++.B quota_flag_t
 +.EE
 +
 +- Set files with the quota_flag_t type, if you want to treat the files as quota flag data.
@@ -72808,7 +73982,7 @@ index 0000000..40fefa1
 +
 +.EX
 +.PP
-+.B quota_nld_exec_t 
++.B quota_nld_exec_t
 +.EE
 +
 +- Set files with the quota_nld_exec_t type, if you want to transition an executable to the quota_nld_t domain.
@@ -72816,15 +73990,15 @@ index 0000000..40fefa1
 +
 +.EX
 +.PP
-+.B quota_nld_var_run_t 
++.B quota_nld_var_run_t
 +.EE
 +
 +- Set files with the quota_nld_var_run_t type, if you want to store the quota nld files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -72886,13 +74060,13 @@ index 0000000..40fefa1
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), quota(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -72900,18 +74074,18 @@ index 0000000..40fefa1
 \ No newline at end of file
 diff --git a/man/man8/rabbitmq_beam_selinux.8 b/man/man8/rabbitmq_beam_selinux.8
 new file mode 100644
-index 0000000..850e8d0
+index 0000000..01bdf1a
 --- /dev/null
 +++ b/man/man8/rabbitmq_beam_selinux.8
 @@ -0,0 +1,103 @@
-+.TH  "rabbitmq_beam_selinux"  "8"  "12-10-19" "rabbitmq_beam" "SELinux Policy documentation for rabbitmq_beam"
++.TH  "rabbitmq_beam_selinux"  "8"  "12-11-01" "rabbitmq_beam" "SELinux Policy documentation for rabbitmq_beam"
 +.SH "NAME"
 +rabbitmq_beam_selinux \- Security Enhanced Linux Policy for the rabbitmq_beam processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rabbitmq_beam processes via flexible mandatory access control.
 +
-+The rabbitmq_beam processes execute with the rabbitmq_beam_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rabbitmq_beam processes execute with the rabbitmq_beam_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -72928,41 +74102,41 @@ index 0000000..850e8d0
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rabbitmq_beam policy is very flexible allowing users to setup their rabbitmq_beam processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rabbitmq_beam:
 +
 +.EX
-+.B rabbitmq_beam_t 
++.B rabbitmq_beam_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rabbitmq_beam policy is very flexible allowing users to setup their rabbitmq_beam processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rabbitmq_beam:
 +
 +
 +.EX
 +.PP
-+.B rabbitmq_beam_exec_t 
++.B rabbitmq_beam_exec_t
 +.EE
 +
 +- Set files with the rabbitmq_beam_exec_t type, if you want to transition an executable to the rabbitmq_beam_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -72996,13 +74170,13 @@ index 0000000..850e8d0
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rabbitmq_beam(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -73010,18 +74184,18 @@ index 0000000..850e8d0
 \ No newline at end of file
 diff --git a/man/man8/rabbitmq_epmd_selinux.8 b/man/man8/rabbitmq_epmd_selinux.8
 new file mode 100644
-index 0000000..86fc49c
+index 0000000..5151b32
 --- /dev/null
 +++ b/man/man8/rabbitmq_epmd_selinux.8
 @@ -0,0 +1,97 @@
-+.TH  "rabbitmq_epmd_selinux"  "8"  "12-10-19" "rabbitmq_epmd" "SELinux Policy documentation for rabbitmq_epmd"
++.TH  "rabbitmq_epmd_selinux"  "8"  "12-11-01" "rabbitmq_epmd" "SELinux Policy documentation for rabbitmq_epmd"
 +.SH "NAME"
 +rabbitmq_epmd_selinux \- Security Enhanced Linux Policy for the rabbitmq_epmd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rabbitmq_epmd processes via flexible mandatory access control.
 +
-+The rabbitmq_epmd processes execute with the rabbitmq_epmd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rabbitmq_epmd processes execute with the rabbitmq_epmd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -73038,41 +74212,41 @@ index 0000000..86fc49c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rabbitmq_epmd policy is very flexible allowing users to setup their rabbitmq_epmd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rabbitmq_epmd:
 +
 +.EX
-+.B rabbitmq_epmd_t 
++.B rabbitmq_epmd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rabbitmq_epmd policy is very flexible allowing users to setup their rabbitmq_epmd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rabbitmq_epmd:
 +
 +
 +.EX
 +.PP
-+.B rabbitmq_epmd_exec_t 
++.B rabbitmq_epmd_exec_t
 +.EE
 +
 +- Set files with the rabbitmq_epmd_exec_t type, if you want to transition an executable to the rabbitmq_epmd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -73100,13 +74274,13 @@ index 0000000..86fc49c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rabbitmq_epmd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -73114,18 +74288,18 @@ index 0000000..86fc49c
 \ No newline at end of file
 diff --git a/man/man8/racoon_selinux.8 b/man/man8/racoon_selinux.8
 new file mode 100644
-index 0000000..cacacfd
+index 0000000..58f53af
 --- /dev/null
 +++ b/man/man8/racoon_selinux.8
 @@ -0,0 +1,210 @@
-+.TH  "racoon_selinux"  "8"  "12-10-19" "racoon" "SELinux Policy documentation for racoon"
++.TH  "racoon_selinux"  "8"  "12-11-01" "racoon" "SELinux Policy documentation for racoon"
 +.SH "NAME"
 +racoon_selinux \- Security Enhanced Linux Policy for the racoon processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the racoon processes via flexible mandatory access control.
 +
-+The racoon processes execute with the racoon_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The racoon processes execute with the racoon_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -73142,17 +74316,17 @@ index 0000000..cacacfd
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux racoon policy is very flexible allowing users to setup their racoon processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for racoon:
 +
 +.EX
-+.B racoon_t 
++.B racoon_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -73174,19 +74348,19 @@ index 0000000..cacacfd
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux racoon policy is very flexible allowing users to setup their racoon processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for racoon:
 +
 +
 +.EX
 +.PP
-+.B racoon_exec_t 
++.B racoon_exec_t
 +.EE
 +
 +- Set files with the racoon_exec_t type, if you want to transition an executable to the racoon_t domain.
@@ -73194,15 +74368,15 @@ index 0000000..cacacfd
 +
 +.EX
 +.PP
-+.B racoon_tmp_t 
++.B racoon_tmp_t
 +.EE
 +
 +- Set files with the racoon_tmp_t type, if you want to store racoon temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -73317,13 +74491,13 @@ index 0000000..cacacfd
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), racoon(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -73331,18 +74505,18 @@ index 0000000..cacacfd
 \ No newline at end of file
 diff --git a/man/man8/radiusd_selinux.8 b/man/man8/radiusd_selinux.8
 new file mode 100644
-index 0000000..d4274ef
+index 0000000..2a14d47
 --- /dev/null
 +++ b/man/man8/radiusd_selinux.8
 @@ -0,0 +1,264 @@
-+.TH  "radiusd_selinux"  "8"  "12-10-19" "radiusd" "SELinux Policy documentation for radiusd"
++.TH  "radiusd_selinux"  "8"  "12-11-01" "radiusd" "SELinux Policy documentation for radiusd"
 +.SH "NAME"
 +radiusd_selinux \- Security Enhanced Linux Policy for the radiusd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the radiusd processes via flexible mandatory access control.
 +
-+The radiusd processes execute with the radiusd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The radiusd processes execute with the radiusd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -73359,17 +74533,17 @@ index 0000000..d4274ef
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux radiusd policy is very flexible allowing users to setup their radiusd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for radiusd:
 +
 +.EX
-+.B radiusd_t 
++.B radiusd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -73391,19 +74565,19 @@ index 0000000..d4274ef
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux radiusd policy is very flexible allowing users to setup their radiusd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for radiusd:
 +
 +
 +.EX
 +.PP
-+.B radiusd_etc_rw_t 
++.B radiusd_etc_rw_t
 +.EE
 +
 +- Set files with the radiusd_etc_rw_t type, if you want to treat the files as radiusd etc read/write content.
@@ -73411,7 +74585,7 @@ index 0000000..d4274ef
 +
 +.EX
 +.PP
-+.B radiusd_etc_t 
++.B radiusd_etc_t
 +.EE
 +
 +- Set files with the radiusd_etc_t type, if you want to store radiusd files in the /etc directories.
@@ -73419,7 +74593,7 @@ index 0000000..d4274ef
 +
 +.EX
 +.PP
-+.B radiusd_exec_t 
++.B radiusd_exec_t
 +.EE
 +
 +- Set files with the radiusd_exec_t type, if you want to transition an executable to the radiusd_t domain.
@@ -73427,7 +74601,7 @@ index 0000000..d4274ef
 +
 +.EX
 +.PP
-+.B radiusd_initrc_exec_t 
++.B radiusd_initrc_exec_t
 +.EE
 +
 +- Set files with the radiusd_initrc_exec_t type, if you want to transition an executable to the radiusd_initrc_t domain.
@@ -73435,7 +74609,7 @@ index 0000000..d4274ef
 +
 +.EX
 +.PP
-+.B radiusd_log_t 
++.B radiusd_log_t
 +.EE
 +
 +- Set files with the radiusd_log_t type, if you want to treat the data as radiusd log data, usually stored under the /var/log directory.
@@ -73443,7 +74617,7 @@ index 0000000..d4274ef
 +
 +.EX
 +.PP
-+.B radiusd_var_lib_t 
++.B radiusd_var_lib_t
 +.EE
 +
 +- Set files with the radiusd_var_lib_t type, if you want to store the radiusd files under the /var/lib directory.
@@ -73451,35 +74625,35 @@ index 0000000..d4274ef
 +
 +.EX
 +.PP
-+.B radiusd_var_run_t 
++.B radiusd_var_run_t
 +.EE
 +
 +- Set files with the radiusd_var_run_t type, if you want to store the radiusd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux radiusd policy is very flexible allowing users to setup their radiusd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for radiusd:
 +
 +.EX
 +.TP 5
-+.B radius_port_t 
++.B radius_port_t
 +.TP 10
 +.EE
 +
@@ -73588,13 +74762,13 @@ index 0000000..d4274ef
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), radiusd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -73602,18 +74776,18 @@ index 0000000..d4274ef
 \ No newline at end of file
 diff --git a/man/man8/radvd_selinux.8 b/man/man8/radvd_selinux.8
 new file mode 100644
-index 0000000..5801cd4
+index 0000000..1fba22f
 --- /dev/null
 +++ b/man/man8/radvd_selinux.8
 @@ -0,0 +1,136 @@
-+.TH  "radvd_selinux"  "8"  "12-10-19" "radvd" "SELinux Policy documentation for radvd"
++.TH  "radvd_selinux"  "8"  "12-11-01" "radvd" "SELinux Policy documentation for radvd"
 +.SH "NAME"
 +radvd_selinux \- Security Enhanced Linux Policy for the radvd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the radvd processes via flexible mandatory access control.
 +
-+The radvd processes execute with the radvd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The radvd processes execute with the radvd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -73630,33 +74804,33 @@ index 0000000..5801cd4
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux radvd policy is very flexible allowing users to setup their radvd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for radvd:
 +
 +.EX
-+.B radvd_t 
++.B radvd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux radvd policy is very flexible allowing users to setup their radvd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for radvd:
 +
 +
 +.EX
 +.PP
-+.B radvd_etc_t 
++.B radvd_etc_t
 +.EE
 +
 +- Set files with the radvd_etc_t type, if you want to store radvd files in the /etc directories.
@@ -73664,7 +74838,7 @@ index 0000000..5801cd4
 +
 +.EX
 +.PP
-+.B radvd_exec_t 
++.B radvd_exec_t
 +.EE
 +
 +- Set files with the radvd_exec_t type, if you want to transition an executable to the radvd_t domain.
@@ -73672,7 +74846,7 @@ index 0000000..5801cd4
 +
 +.EX
 +.PP
-+.B radvd_initrc_exec_t 
++.B radvd_initrc_exec_t
 +.EE
 +
 +- Set files with the radvd_initrc_exec_t type, if you want to transition an executable to the radvd_initrc_t domain.
@@ -73680,15 +74854,15 @@ index 0000000..5801cd4
 +
 +.EX
 +.PP
-+.B radvd_var_run_t 
++.B radvd_var_run_t
 +.EE
 +
 +- Set files with the radvd_var_run_t type, if you want to store the radvd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -73732,30 +74906,30 @@ index 0000000..5801cd4
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), radvd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/rdisc_selinux.8 b/man/man8/rdisc_selinux.8
 new file mode 100644
-index 0000000..50aafcf
+index 0000000..436b9f8
 --- /dev/null
 +++ b/man/man8/rdisc_selinux.8
 @@ -0,0 +1,86 @@
-+.TH  "rdisc_selinux"  "8"  "12-10-19" "rdisc" "SELinux Policy documentation for rdisc"
++.TH  "rdisc_selinux"  "8"  "12-11-01" "rdisc" "SELinux Policy documentation for rdisc"
 +.SH "NAME"
 +rdisc_selinux \- Security Enhanced Linux Policy for the rdisc processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rdisc processes via flexible mandatory access control.
 +
-+The rdisc processes execute with the rdisc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rdisc processes execute with the rdisc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -73772,41 +74946,41 @@ index 0000000..50aafcf
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rdisc policy is very flexible allowing users to setup their rdisc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rdisc:
 +
 +.EX
-+.B rdisc_t 
++.B rdisc_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rdisc policy is very flexible allowing users to setup their rdisc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rdisc:
 +
 +
 +.EX
 +.PP
-+.B rdisc_exec_t 
++.B rdisc_exec_t
 +.EE
 +
 +- Set files with the rdisc_exec_t type, if you want to transition an executable to the rdisc_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -73824,30 +74998,30 @@ index 0000000..50aafcf
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rdisc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/readahead_selinux.8 b/man/man8/readahead_selinux.8
 new file mode 100644
-index 0000000..362aa98
+index 0000000..56587b5
 --- /dev/null
 +++ b/man/man8/readahead_selinux.8
 @@ -0,0 +1,180 @@
-+.TH  "readahead_selinux"  "8"  "12-10-19" "readahead" "SELinux Policy documentation for readahead"
++.TH  "readahead_selinux"  "8"  "12-11-01" "readahead" "SELinux Policy documentation for readahead"
 +.SH "NAME"
 +readahead_selinux \- Security Enhanced Linux Policy for the readahead processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the readahead processes via flexible mandatory access control.
 +
-+The readahead processes execute with the readahead_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The readahead processes execute with the readahead_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -73864,33 +75038,33 @@ index 0000000..362aa98
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux readahead policy is very flexible allowing users to setup their readahead processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for readahead:
 +
 +.EX
-+.B readahead_t 
++.B readahead_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux readahead policy is very flexible allowing users to setup their readahead processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for readahead:
 +
 +
 +.EX
 +.PP
-+.B readahead_exec_t 
++.B readahead_exec_t
 +.EE
 +
 +- Set files with the readahead_exec_t type, if you want to transition an executable to the readahead_t domain.
@@ -73898,7 +75072,7 @@ index 0000000..362aa98
 +
 +.EX
 +.PP
-+.B readahead_var_lib_t 
++.B readahead_var_lib_t
 +.EE
 +
 +- Set files with the readahead_var_lib_t type, if you want to store the readahead files under the /var/lib directory.
@@ -73906,15 +75080,15 @@ index 0000000..362aa98
 +
 +.EX
 +.PP
-+.B readahead_var_run_t 
++.B readahead_var_run_t
 +.EE
 +
 +- Set files with the readahead_var_run_t type, if you want to store the readahead files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -73944,10 +75118,10 @@ index 0000000..362aa98
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -74010,30 +75184,30 @@ index 0000000..362aa98
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), readahead(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/realmd_selinux.8 b/man/man8/realmd_selinux.8
 new file mode 100644
-index 0000000..98f614f
+index 0000000..926344d
 --- /dev/null
 +++ b/man/man8/realmd_selinux.8
-@@ -0,0 +1,136 @@
-+.TH  "realmd_selinux"  "8"  "12-10-19" "realmd" "SELinux Policy documentation for realmd"
+@@ -0,0 +1,166 @@
++.TH  "realmd_selinux"  "8"  "12-11-01" "realmd" "SELinux Policy documentation for realmd"
 +.SH "NAME"
 +realmd_selinux \- Security Enhanced Linux Policy for the realmd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the realmd processes via flexible mandatory access control.
 +
-+The realmd processes execute with the realmd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The realmd processes execute with the realmd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -74050,41 +75224,41 @@ index 0000000..98f614f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux realmd policy is very flexible allowing users to setup their realmd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for realmd:
 +
 +.EX
-+.B realmd_t 
++.B realmd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux realmd policy is very flexible allowing users to setup their realmd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for realmd:
 +
 +
 +.EX
 +.PP
-+.B realmd_exec_t 
++.B realmd_exec_t
 +.EE
 +
 +- Set files with the realmd_exec_t type, if you want to transition an executable to the realmd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -74112,12 +75286,42 @@ index 0000000..98f614f
 +.br
 +
 +.br
++.B krb5_keytab_t
++
++	/etc/krb5\.keytab
++.br
++	/etc/krb5kdc/kadm5\.keytab
++.br
++	/var/kerberos/krb5kdc/kadm5\.keytab
++.br
++
++.br
++.B samba_etc_t
++
++	/etc/samba(/.*)?
++.br
++
++.br
 +.B sssd_conf_t
 +
 +	/etc/sssd(/.*)?
 +.br
 +
 +.br
++.B sssd_public_t
++
++	/var/lib/sss/mc(/.*)?
++.br
++	/var/lib/sss/pubconf(/.*)?
++.br
++
++.br
++.B sssd_var_lib_t
++
++	/var/lib/sss(/.*)?
++.br
++
++.br
 +.B systemd_passwd_var_run_t
 +
 +	/var/run/systemd/ask-password(/.*)?
@@ -74152,30 +75356,30 @@ index 0000000..98f614f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), realmd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/regex_milter_selinux.8 b/man/man8/regex_milter_selinux.8
 new file mode 100644
-index 0000000..9ff66c5
+index 0000000..6b0d3db
 --- /dev/null
 +++ b/man/man8/regex_milter_selinux.8
 @@ -0,0 +1,118 @@
-+.TH  "regex_milter_selinux"  "8"  "12-10-19" "regex_milter" "SELinux Policy documentation for regex_milter"
++.TH  "regex_milter_selinux"  "8"  "12-11-01" "regex_milter" "SELinux Policy documentation for regex_milter"
 +.SH "NAME"
 +regex_milter_selinux \- Security Enhanced Linux Policy for the regex_milter processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the regex_milter processes via flexible mandatory access control.
 +
-+The regex_milter processes execute with the regex_milter_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The regex_milter processes execute with the regex_milter_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -74192,33 +75396,33 @@ index 0000000..9ff66c5
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux regex_milter policy is very flexible allowing users to setup their regex_milter processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for regex_milter:
 +
 +.EX
-+.B regex_milter_t 
++.B regex_milter_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux regex_milter policy is very flexible allowing users to setup their regex_milter processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for regex_milter:
 +
 +
 +.EX
 +.PP
-+.B regex_milter_data_t 
++.B regex_milter_data_t
 +.EE
 +
 +- Set files with the regex_milter_data_t type, if you want to treat the files as regex milter content.
@@ -74226,15 +75430,15 @@ index 0000000..9ff66c5
 +
 +.EX
 +.PP
-+.B regex_milter_exec_t 
++.B regex_milter_exec_t
 +.EE
 +
 +- Set files with the regex_milter_exec_t type, if you want to transition an executable to the regex_milter_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -74276,30 +75480,30 @@ index 0000000..9ff66c5
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), regex_milter(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/restorecond_selinux.8 b/man/man8/restorecond_selinux.8
 new file mode 100644
-index 0000000..fc41080
+index 0000000..0810458
 --- /dev/null
 +++ b/man/man8/restorecond_selinux.8
 @@ -0,0 +1,124 @@
-+.TH  "restorecond_selinux"  "8"  "12-10-19" "restorecond" "SELinux Policy documentation for restorecond"
++.TH  "restorecond_selinux"  "8"  "12-11-01" "restorecond" "SELinux Policy documentation for restorecond"
 +.SH "NAME"
 +restorecond_selinux \- Security Enhanced Linux Policy for the restorecond processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the restorecond processes via flexible mandatory access control.
 +
-+The restorecond processes execute with the restorecond_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The restorecond processes execute with the restorecond_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -74316,33 +75520,33 @@ index 0000000..fc41080
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux restorecond policy is very flexible allowing users to setup their restorecond processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for restorecond:
 +
 +.EX
-+.B restorecond_t 
++.B restorecond_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux restorecond policy is very flexible allowing users to setup their restorecond processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for restorecond:
 +
 +
 +.EX
 +.PP
-+.B restorecond_exec_t 
++.B restorecond_exec_t
 +.EE
 +
 +- Set files with the restorecond_exec_t type, if you want to transition an executable to the restorecond_t domain.
@@ -74350,15 +75554,15 @@ index 0000000..fc41080
 +
 +.EX
 +.PP
-+.B restorecond_var_run_t 
++.B restorecond_var_run_t
 +.EE
 +
 +- Set files with the restorecond_var_run_t type, if you want to store the restorecond files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -74406,30 +75610,30 @@ index 0000000..fc41080
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), restorecond(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/rgmanager_selinux.8 b/man/man8/rgmanager_selinux.8
 new file mode 100644
-index 0000000..81648a8
+index 0000000..feb0254
 --- /dev/null
 +++ b/man/man8/rgmanager_selinux.8
 @@ -0,0 +1,276 @@
-+.TH  "rgmanager_selinux"  "8"  "12-10-19" "rgmanager" "SELinux Policy documentation for rgmanager"
++.TH  "rgmanager_selinux"  "8"  "12-11-01" "rgmanager" "SELinux Policy documentation for rgmanager"
 +.SH "NAME"
 +rgmanager_selinux \- Security Enhanced Linux Policy for the rgmanager processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rgmanager processes via flexible mandatory access control.
 +
-+The rgmanager processes execute with the rgmanager_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rgmanager processes execute with the rgmanager_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -74446,17 +75650,17 @@ index 0000000..81648a8
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rgmanager policy is very flexible allowing users to setup their rgmanager processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rgmanager:
 +
 +.EX
-+.B rgmanager_t 
++.B rgmanager_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -74478,19 +75682,19 @@ index 0000000..81648a8
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rgmanager policy is very flexible allowing users to setup their rgmanager processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rgmanager:
 +
 +
 +.EX
 +.PP
-+.B rgmanager_exec_t 
++.B rgmanager_exec_t
 +.EE
 +
 +- Set files with the rgmanager_exec_t type, if you want to transition an executable to the rgmanager_t domain.
@@ -74498,7 +75702,7 @@ index 0000000..81648a8
 +
 +.EX
 +.PP
-+.B rgmanager_initrc_exec_t 
++.B rgmanager_initrc_exec_t
 +.EE
 +
 +- Set files with the rgmanager_initrc_exec_t type, if you want to transition an executable to the rgmanager_initrc_t domain.
@@ -74506,7 +75710,7 @@ index 0000000..81648a8
 +
 +.EX
 +.PP
-+.B rgmanager_tmp_t 
++.B rgmanager_tmp_t
 +.EE
 +
 +- Set files with the rgmanager_tmp_t type, if you want to store rgmanager temporary files in the /tmp directories.
@@ -74514,7 +75718,7 @@ index 0000000..81648a8
 +
 +.EX
 +.PP
-+.B rgmanager_tmpfs_t 
++.B rgmanager_tmpfs_t
 +.EE
 +
 +- Set files with the rgmanager_tmpfs_t type, if you want to store rgmanager files on a tmpfs file system.
@@ -74522,7 +75726,7 @@ index 0000000..81648a8
 +
 +.EX
 +.PP
-+.B rgmanager_var_lib_t 
++.B rgmanager_var_lib_t
 +.EE
 +
 +- Set files with the rgmanager_var_lib_t type, if you want to store the rgmanager files under the /var/lib directory.
@@ -74530,7 +75734,7 @@ index 0000000..81648a8
 +
 +.EX
 +.PP
-+.B rgmanager_var_log_t 
++.B rgmanager_var_log_t
 +.EE
 +
 +- Set files with the rgmanager_var_log_t type, if you want to treat the data as rgmanager var log data, usually stored under the /var/log directory.
@@ -74538,15 +75742,15 @@ index 0000000..81648a8
 +
 +.EX
 +.PP
-+.B rgmanager_var_run_t 
++.B rgmanager_var_run_t
 +.EE
 +
 +- Set files with the rgmanager_var_run_t type, if you want to store the rgmanager files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -74687,13 +75891,13 @@ index 0000000..81648a8
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rgmanager(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -74701,18 +75905,18 @@ index 0000000..81648a8
 \ No newline at end of file
 diff --git a/man/man8/rhev_agentd_selinux.8 b/man/man8/rhev_agentd_selinux.8
 new file mode 100644
-index 0000000..9cc4b81
+index 0000000..5550bd3
 --- /dev/null
 +++ b/man/man8/rhev_agentd_selinux.8
 @@ -0,0 +1,152 @@
-+.TH  "rhev_agentd_selinux"  "8"  "12-10-19" "rhev_agentd" "SELinux Policy documentation for rhev_agentd"
++.TH  "rhev_agentd_selinux"  "8"  "12-11-01" "rhev_agentd" "SELinux Policy documentation for rhev_agentd"
 +.SH "NAME"
 +rhev_agentd_selinux \- Security Enhanced Linux Policy for the rhev_agentd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rhev_agentd processes via flexible mandatory access control.
 +
-+The rhev_agentd processes execute with the rhev_agentd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rhev_agentd processes execute with the rhev_agentd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -74729,33 +75933,33 @@ index 0000000..9cc4b81
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rhev_agentd policy is very flexible allowing users to setup their rhev_agentd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rhev_agentd:
 +
 +.EX
-+.B rhev_agentd_t, rhev_agentd_consolehelper_t 
++.B rhev_agentd_t, rhev_agentd_consolehelper_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rhev_agentd policy is very flexible allowing users to setup their rhev_agentd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rhev_agentd:
 +
 +
 +.EX
 +.PP
-+.B rhev_agentd_exec_t 
++.B rhev_agentd_exec_t
 +.EE
 +
 +- Set files with the rhev_agentd_exec_t type, if you want to transition an executable to the rhev_agentd_t domain.
@@ -74763,7 +75967,7 @@ index 0000000..9cc4b81
 +
 +.EX
 +.PP
-+.B rhev_agentd_log_t 
++.B rhev_agentd_log_t
 +.EE
 +
 +- Set files with the rhev_agentd_log_t type, if you want to treat the data as rhev agentd log data, usually stored under the /var/log directory.
@@ -74771,7 +75975,7 @@ index 0000000..9cc4b81
 +
 +.EX
 +.PP
-+.B rhev_agentd_tmp_t 
++.B rhev_agentd_tmp_t
 +.EE
 +
 +- Set files with the rhev_agentd_tmp_t type, if you want to store rhev agentd temporary files in the /tmp directories.
@@ -74779,7 +75983,7 @@ index 0000000..9cc4b81
 +
 +.EX
 +.PP
-+.B rhev_agentd_unit_file_t 
++.B rhev_agentd_unit_file_t
 +.EE
 +
 +- Set files with the rhev_agentd_unit_file_t type, if you want to treat the files as rhev agentd unit content.
@@ -74787,15 +75991,15 @@ index 0000000..9cc4b81
 +
 +.EX
 +.PP
-+.B rhev_agentd_var_run_t 
++.B rhev_agentd_var_run_t
 +.EE
 +
 +- Set files with the rhev_agentd_var_run_t type, if you want to store the rhev agentd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -74847,30 +76051,30 @@ index 0000000..9cc4b81
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rhev_agentd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/rhgb_selinux.8 b/man/man8/rhgb_selinux.8
 new file mode 100644
-index 0000000..f8a7b4a
+index 0000000..a384089
 --- /dev/null
 +++ b/man/man8/rhgb_selinux.8
 @@ -0,0 +1,106 @@
-+.TH  "rhgb_selinux"  "8"  "12-10-19" "rhgb" "SELinux Policy documentation for rhgb"
++.TH  "rhgb_selinux"  "8"  "12-11-01" "rhgb" "SELinux Policy documentation for rhgb"
 +.SH "NAME"
 +rhgb_selinux \- Security Enhanced Linux Policy for the rhgb processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rhgb processes via flexible mandatory access control.
 +
-+The rhgb processes execute with the rhgb_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rhgb processes execute with the rhgb_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -74887,33 +76091,33 @@ index 0000000..f8a7b4a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rhgb policy is very flexible allowing users to setup their rhgb processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rhgb:
 +
 +.EX
-+.B rhgb_t 
++.B rhgb_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rhgb policy is very flexible allowing users to setup their rhgb processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rhgb:
 +
 +
 +.EX
 +.PP
-+.B rhgb_exec_t 
++.B rhgb_exec_t
 +.EE
 +
 +- Set files with the rhgb_exec_t type, if you want to transition an executable to the rhgb_t domain.
@@ -74921,15 +76125,15 @@ index 0000000..f8a7b4a
 +
 +.EX
 +.PP
-+.B rhgb_tmpfs_t 
++.B rhgb_tmpfs_t
 +.EE
 +
 +- Set files with the rhgb_tmpfs_t type, if you want to store rhgb files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -74959,30 +76163,30 @@ index 0000000..f8a7b4a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rhgb(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/rhsmcertd_selinux.8 b/man/man8/rhsmcertd_selinux.8
 new file mode 100644
-index 0000000..8914bb5
+index 0000000..7350aa2
 --- /dev/null
 +++ b/man/man8/rhsmcertd_selinux.8
 @@ -0,0 +1,164 @@
-+.TH  "rhsmcertd_selinux"  "8"  "12-10-19" "rhsmcertd" "SELinux Policy documentation for rhsmcertd"
++.TH  "rhsmcertd_selinux"  "8"  "12-11-01" "rhsmcertd" "SELinux Policy documentation for rhsmcertd"
 +.SH "NAME"
 +rhsmcertd_selinux \- Security Enhanced Linux Policy for the rhsmcertd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rhsmcertd processes via flexible mandatory access control.
 +
-+The rhsmcertd processes execute with the rhsmcertd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rhsmcertd processes execute with the rhsmcertd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -74999,33 +76203,33 @@ index 0000000..8914bb5
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rhsmcertd policy is very flexible allowing users to setup their rhsmcertd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rhsmcertd:
 +
 +.EX
-+.B rhsmcertd_t 
++.B rhsmcertd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rhsmcertd policy is very flexible allowing users to setup their rhsmcertd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rhsmcertd:
 +
 +
 +.EX
 +.PP
-+.B rhsmcertd_exec_t 
++.B rhsmcertd_exec_t
 +.EE
 +
 +- Set files with the rhsmcertd_exec_t type, if you want to transition an executable to the rhsmcertd_t domain.
@@ -75033,7 +76237,7 @@ index 0000000..8914bb5
 +
 +.EX
 +.PP
-+.B rhsmcertd_initrc_exec_t 
++.B rhsmcertd_initrc_exec_t
 +.EE
 +
 +- Set files with the rhsmcertd_initrc_exec_t type, if you want to transition an executable to the rhsmcertd_initrc_t domain.
@@ -75041,7 +76245,7 @@ index 0000000..8914bb5
 +
 +.EX
 +.PP
-+.B rhsmcertd_lock_t 
++.B rhsmcertd_lock_t
 +.EE
 +
 +- Set files with the rhsmcertd_lock_t type, if you want to treat the files as rhsmcertd lock data, stored under the /var/lock directory
@@ -75049,7 +76253,7 @@ index 0000000..8914bb5
 +
 +.EX
 +.PP
-+.B rhsmcertd_log_t 
++.B rhsmcertd_log_t
 +.EE
 +
 +- Set files with the rhsmcertd_log_t type, if you want to treat the data as rhsmcertd log data, usually stored under the /var/log directory.
@@ -75057,7 +76261,7 @@ index 0000000..8914bb5
 +
 +.EX
 +.PP
-+.B rhsmcertd_var_lib_t 
++.B rhsmcertd_var_lib_t
 +.EE
 +
 +- Set files with the rhsmcertd_var_lib_t type, if you want to store the rhsmcertd files under the /var/lib directory.
@@ -75065,15 +76269,15 @@ index 0000000..8914bb5
 +
 +.EX
 +.PP
-+.B rhsmcertd_var_run_t 
++.B rhsmcertd_var_run_t
 +.EE
 +
 +- Set files with the rhsmcertd_var_run_t type, if you want to store the rhsmcertd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -75129,30 +76333,30 @@ index 0000000..8914bb5
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rhsmcertd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ricci_modcluster_selinux.8 b/man/man8/ricci_modcluster_selinux.8
 new file mode 100644
-index 0000000..635b98e
+index 0000000..bbe6e5e
 --- /dev/null
 +++ b/man/man8/ricci_modcluster_selinux.8
 @@ -0,0 +1,187 @@
-+.TH  "ricci_modcluster_selinux"  "8"  "12-10-19" "ricci_modcluster" "SELinux Policy documentation for ricci_modcluster"
++.TH  "ricci_modcluster_selinux"  "8"  "12-11-01" "ricci_modcluster" "SELinux Policy documentation for ricci_modcluster"
 +.SH "NAME"
 +ricci_modcluster_selinux \- Security Enhanced Linux Policy for the ricci_modcluster processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ricci_modcluster processes via flexible mandatory access control.
 +
-+The ricci_modcluster processes execute with the ricci_modcluster_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ricci_modcluster processes execute with the ricci_modcluster_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -75169,33 +76373,33 @@ index 0000000..635b98e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ricci_modcluster policy is very flexible allowing users to setup their ricci_modcluster processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ricci_modcluster:
 +
 +.EX
-+.B ricci_modclusterd_t, ricci_modcluster_t 
++.B ricci_modclusterd_t, ricci_modcluster_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ricci_modcluster policy is very flexible allowing users to setup their ricci_modcluster processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ricci_modcluster:
 +
 +
 +.EX
 +.PP
-+.B ricci_modcluster_exec_t 
++.B ricci_modcluster_exec_t
 +.EE
 +
 +- Set files with the ricci_modcluster_exec_t type, if you want to transition an executable to the ricci_modcluster_t domain.
@@ -75203,7 +76407,7 @@ index 0000000..635b98e
 +
 +.EX
 +.PP
-+.B ricci_modcluster_var_lib_t 
++.B ricci_modcluster_var_lib_t
 +.EE
 +
 +- Set files with the ricci_modcluster_var_lib_t type, if you want to store the ricci modcluster files under the /var/lib directory.
@@ -75211,7 +76415,7 @@ index 0000000..635b98e
 +
 +.EX
 +.PP
-+.B ricci_modcluster_var_log_t 
++.B ricci_modcluster_var_log_t
 +.EE
 +
 +- Set files with the ricci_modcluster_var_log_t type, if you want to treat the data as ricci modcluster var log data, usually stored under the /var/log directory.
@@ -75219,7 +76423,7 @@ index 0000000..635b98e
 +
 +.EX
 +.PP
-+.B ricci_modcluster_var_run_t 
++.B ricci_modcluster_var_run_t
 +.EE
 +
 +- Set files with the ricci_modcluster_var_run_t type, if you want to store the ricci modcluster files under the /run directory.
@@ -75227,7 +76431,7 @@ index 0000000..635b98e
 +
 +.EX
 +.PP
-+.B ricci_modclusterd_exec_t 
++.B ricci_modclusterd_exec_t
 +.EE
 +
 +- Set files with the ricci_modclusterd_exec_t type, if you want to transition an executable to the ricci_modclusterd_t domain.
@@ -75235,35 +76439,35 @@ index 0000000..635b98e
 +
 +.EX
 +.PP
-+.B ricci_modclusterd_tmpfs_t 
++.B ricci_modclusterd_tmpfs_t
 +.EE
 +
 +- Set files with the ricci_modclusterd_tmpfs_t type, if you want to store ricci modclusterd files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux ricci_modcluster policy is very flexible allowing users to setup their ricci_modcluster processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for ricci_modcluster:
 +
 +.EX
 +.TP 5
-+.B ricci_modcluster_port_t 
++.B ricci_modcluster_port_t
 +.TP 10
 +.EE
 +
@@ -75321,13 +76525,13 @@ index 0000000..635b98e
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ricci_modcluster(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -75335,18 +76539,18 @@ index 0000000..635b98e
 \ No newline at end of file
 diff --git a/man/man8/ricci_modclusterd_selinux.8 b/man/man8/ricci_modclusterd_selinux.8
 new file mode 100644
-index 0000000..e297134
+index 0000000..7d43326
 --- /dev/null
 +++ b/man/man8/ricci_modclusterd_selinux.8
 @@ -0,0 +1,159 @@
-+.TH  "ricci_modclusterd_selinux"  "8"  "12-10-19" "ricci_modclusterd" "SELinux Policy documentation for ricci_modclusterd"
++.TH  "ricci_modclusterd_selinux"  "8"  "12-11-01" "ricci_modclusterd" "SELinux Policy documentation for ricci_modclusterd"
 +.SH "NAME"
 +ricci_modclusterd_selinux \- Security Enhanced Linux Policy for the ricci_modclusterd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ricci_modclusterd processes via flexible mandatory access control.
 +
-+The ricci_modclusterd processes execute with the ricci_modclusterd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ricci_modclusterd processes execute with the ricci_modclusterd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -75363,33 +76567,33 @@ index 0000000..e297134
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ricci_modclusterd policy is very flexible allowing users to setup their ricci_modclusterd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ricci_modclusterd:
 +
 +.EX
-+.B ricci_modclusterd_t, ricci_modcluster_t 
++.B ricci_modclusterd_t, ricci_modcluster_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ricci_modclusterd policy is very flexible allowing users to setup their ricci_modclusterd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ricci_modclusterd:
 +
 +
 +.EX
 +.PP
-+.B ricci_modclusterd_exec_t 
++.B ricci_modclusterd_exec_t
 +.EE
 +
 +- Set files with the ricci_modclusterd_exec_t type, if you want to transition an executable to the ricci_modclusterd_t domain.
@@ -75397,35 +76601,35 @@ index 0000000..e297134
 +
 +.EX
 +.PP
-+.B ricci_modclusterd_tmpfs_t 
++.B ricci_modclusterd_tmpfs_t
 +.EE
 +
 +- Set files with the ricci_modclusterd_tmpfs_t type, if you want to store ricci modclusterd files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux ricci_modclusterd policy is very flexible allowing users to setup their ricci_modclusterd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for ricci_modclusterd:
 +
 +.EX
 +.TP 5
-+.B ricci_modcluster_port_t 
++.B ricci_modcluster_port_t
 +.TP 10
 +.EE
 +
@@ -75487,13 +76691,13 @@ index 0000000..e297134
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ricci_modclusterd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -75501,18 +76705,18 @@ index 0000000..e297134
 \ No newline at end of file
 diff --git a/man/man8/ricci_modlog_selinux.8 b/man/man8/ricci_modlog_selinux.8
 new file mode 100644
-index 0000000..be05f09
+index 0000000..f0ca4e5
 --- /dev/null
 +++ b/man/man8/ricci_modlog_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "ricci_modlog_selinux"  "8"  "12-10-19" "ricci_modlog" "SELinux Policy documentation for ricci_modlog"
++.TH  "ricci_modlog_selinux"  "8"  "12-11-01" "ricci_modlog" "SELinux Policy documentation for ricci_modlog"
 +.SH "NAME"
 +ricci_modlog_selinux \- Security Enhanced Linux Policy for the ricci_modlog processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ricci_modlog processes via flexible mandatory access control.
 +
-+The ricci_modlog processes execute with the ricci_modlog_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ricci_modlog processes execute with the ricci_modlog_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -75529,41 +76733,41 @@ index 0000000..be05f09
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ricci_modlog policy is very flexible allowing users to setup their ricci_modlog processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ricci_modlog:
 +
 +.EX
-+.B ricci_modlog_t 
++.B ricci_modlog_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ricci_modlog policy is very flexible allowing users to setup their ricci_modlog processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ricci_modlog:
 +
 +
 +.EX
 +.PP
-+.B ricci_modlog_exec_t 
++.B ricci_modlog_exec_t
 +.EE
 +
 +- Set files with the ricci_modlog_exec_t type, if you want to transition an executable to the ricci_modlog_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -75581,13 +76785,13 @@ index 0000000..be05f09
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ricci_modlog(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -75595,18 +76799,18 @@ index 0000000..be05f09
 \ No newline at end of file
 diff --git a/man/man8/ricci_modrpm_selinux.8 b/man/man8/ricci_modrpm_selinux.8
 new file mode 100644
-index 0000000..f928288
+index 0000000..123f519
 --- /dev/null
 +++ b/man/man8/ricci_modrpm_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "ricci_modrpm_selinux"  "8"  "12-10-19" "ricci_modrpm" "SELinux Policy documentation for ricci_modrpm"
++.TH  "ricci_modrpm_selinux"  "8"  "12-11-01" "ricci_modrpm" "SELinux Policy documentation for ricci_modrpm"
 +.SH "NAME"
 +ricci_modrpm_selinux \- Security Enhanced Linux Policy for the ricci_modrpm processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ricci_modrpm processes via flexible mandatory access control.
 +
-+The ricci_modrpm processes execute with the ricci_modrpm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ricci_modrpm processes execute with the ricci_modrpm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -75623,41 +76827,41 @@ index 0000000..f928288
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ricci_modrpm policy is very flexible allowing users to setup their ricci_modrpm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ricci_modrpm:
 +
 +.EX
-+.B ricci_modrpm_t 
++.B ricci_modrpm_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ricci_modrpm policy is very flexible allowing users to setup their ricci_modrpm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ricci_modrpm:
 +
 +
 +.EX
 +.PP
-+.B ricci_modrpm_exec_t 
++.B ricci_modrpm_exec_t
 +.EE
 +
 +- Set files with the ricci_modrpm_exec_t type, if you want to transition an executable to the ricci_modrpm_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -75675,13 +76879,13 @@ index 0000000..f928288
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ricci_modrpm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -75689,18 +76893,18 @@ index 0000000..f928288
 \ No newline at end of file
 diff --git a/man/man8/ricci_modservice_selinux.8 b/man/man8/ricci_modservice_selinux.8
 new file mode 100644
-index 0000000..720a490
+index 0000000..4c964e3
 --- /dev/null
 +++ b/man/man8/ricci_modservice_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "ricci_modservice_selinux"  "8"  "12-10-19" "ricci_modservice" "SELinux Policy documentation for ricci_modservice"
++.TH  "ricci_modservice_selinux"  "8"  "12-11-01" "ricci_modservice" "SELinux Policy documentation for ricci_modservice"
 +.SH "NAME"
 +ricci_modservice_selinux \- Security Enhanced Linux Policy for the ricci_modservice processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ricci_modservice processes via flexible mandatory access control.
 +
-+The ricci_modservice processes execute with the ricci_modservice_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ricci_modservice processes execute with the ricci_modservice_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -75717,41 +76921,41 @@ index 0000000..720a490
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ricci_modservice policy is very flexible allowing users to setup their ricci_modservice processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ricci_modservice:
 +
 +.EX
-+.B ricci_modservice_t 
++.B ricci_modservice_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ricci_modservice policy is very flexible allowing users to setup their ricci_modservice processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ricci_modservice:
 +
 +
 +.EX
 +.PP
-+.B ricci_modservice_exec_t 
++.B ricci_modservice_exec_t
 +.EE
 +
 +- Set files with the ricci_modservice_exec_t type, if you want to transition an executable to the ricci_modservice_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -75769,13 +76973,13 @@ index 0000000..720a490
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ricci_modservice(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -75783,18 +76987,18 @@ index 0000000..720a490
 \ No newline at end of file
 diff --git a/man/man8/ricci_modstorage_selinux.8 b/man/man8/ricci_modstorage_selinux.8
 new file mode 100644
-index 0000000..f9f8464
+index 0000000..d9a4baa
 --- /dev/null
 +++ b/man/man8/ricci_modstorage_selinux.8
-@@ -0,0 +1,159 @@
-+.TH  "ricci_modstorage_selinux"  "8"  "12-10-19" "ricci_modstorage" "SELinux Policy documentation for ricci_modstorage"
+@@ -0,0 +1,157 @@
++.TH  "ricci_modstorage_selinux"  "8"  "12-11-01" "ricci_modstorage" "SELinux Policy documentation for ricci_modstorage"
 +.SH "NAME"
 +ricci_modstorage_selinux \- Security Enhanced Linux Policy for the ricci_modstorage processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ricci_modstorage processes via flexible mandatory access control.
 +
-+The ricci_modstorage processes execute with the ricci_modstorage_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ricci_modstorage processes execute with the ricci_modstorage_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -75811,33 +77015,33 @@ index 0000000..f9f8464
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ricci_modstorage policy is very flexible allowing users to setup their ricci_modstorage processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ricci_modstorage:
 +
 +.EX
-+.B ricci_modstorage_t 
++.B ricci_modstorage_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ricci_modstorage policy is very flexible allowing users to setup their ricci_modstorage processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ricci_modstorage:
 +
 +
 +.EX
 +.PP
-+.B ricci_modstorage_exec_t 
++.B ricci_modstorage_exec_t
 +.EE
 +
 +- Set files with the ricci_modstorage_exec_t type, if you want to transition an executable to the ricci_modstorage_t domain.
@@ -75845,15 +77049,15 @@ index 0000000..f9f8464
 +
 +.EX
 +.PP
-+.B ricci_modstorage_lock_t 
++.B ricci_modstorage_lock_t
 +.EE
 +
 +- Set files with the ricci_modstorage_lock_t type, if you want to treat the files as ricci modstorage lock data, stored under the /var/lock directory
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -75897,8 +77101,6 @@ index 0000000..f9f8464
 +.br
 +	/etc
 +.br
-+	/etc/localtime
-+.br
 +	/etc/cups/client\.conf
 +.br
 +
@@ -75935,13 +77137,13 @@ index 0000000..f9f8464
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ricci_modstorage(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -75949,18 +77151,18 @@ index 0000000..f9f8464
 \ No newline at end of file
 diff --git a/man/man8/ricci_selinux.8 b/man/man8/ricci_selinux.8
 new file mode 100644
-index 0000000..8020f23
+index 0000000..77e1008
 --- /dev/null
 +++ b/man/man8/ricci_selinux.8
 @@ -0,0 +1,394 @@
-+.TH  "ricci_selinux"  "8"  "12-10-19" "ricci" "SELinux Policy documentation for ricci"
++.TH  "ricci_selinux"  "8"  "12-11-01" "ricci" "SELinux Policy documentation for ricci"
 +.SH "NAME"
 +ricci_selinux \- Security Enhanced Linux Policy for the ricci processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ricci processes via flexible mandatory access control.
 +
-+The ricci processes execute with the ricci_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ricci processes execute with the ricci_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -75971,39 +77173,39 @@ index 0000000..8020f23
 +
 +The ricci_t SELinux type can be entered via the "ricci_exec_t,bin_t" file types.  The default entrypoint paths for the ricci_t domain are the following:"
 +
-+/usr/sbin/ricci, /bin/.*, /opt/(.*/)?bin(/.*)?, /usr/(.*/)?Bin(/.*)?, /usr/(.*/)?bin(/.*)?, /usr/(.*/)?sbin(/.*)?, /opt/(.*/)?sbin(/.*)?, /opt/(.*/)?libexec(/.*)?, /sbin/.*, /usr/lib(.*/)?bin(/.*)?, /usr/lib(.*/)?sbin(/.*)?, /etc/gdm/[^/]+, /root/bin(/.*)?, /etc/gdm/[^/]+/.*, /etc/cron.daily(/.*)?, /etc/cron.weekly(/.*)?, /etc/cron.hourly(/.*)?, /etc/cron.monthly(/.*)?, /usr/lib/.*/scripts(/.*)?, /usr/lib/.*/program(/.*)?, /usr/lib/[^/]*/run-mozilla\.sh, /usr/lib/[^/]*/mozilla-xremote-client, /usr/lib/[^/]*thunderbird[^/]*/thunderbird, /usr/lib/[^/]*thunderbird[^/]*/thunderbird-bin, /usr/lib/[^/]*thunderbird[^/]*/open-browser\.sh, /lib/udev/[^/]*, /etc/auto\.[^/]*, /etc/avahi/.*\.action, /usr/lib/qt.*/bin(/.*)?, /usr/lib/yp/.+, /var/ftp/bin(/.*)?, /usr/Brother(/.*)?, /usr/Printer(/.*)?, /usr/libexec(/.*)?, /lib/upstart(/.*)?, /etc/kde/env(/.*)?, /etc/profile.d(/.*)?, /var/mailman.*/bin(/.*)?, /etc/lxdm/Pre.*, /etc/hotplug/.*rc, /usr/lib/cups(/.*)?, /etc/hotplug/.*agent, /us
 r/Brother/(.*/)?inf/setup.*, /usr/Brother/(.*/)?inf/brprintconf.*, /usr/lib/dpkg/.+, /etc/lxdm/Post.*, /usr/lib/udev/[^/]*, /var/qmail/bin(/.*)?, /usr/lib/xfce4(/.*)?, /usr/lib/fence(/.*)?, /etc/X11/xinit(/.*)?, /lib/readahead(/.*)?, /etc/netplug\.d(/.*)?, /usr/lib/gimp/.*/plug-ins(/.*)?, /usr/lib/ipsec/.*, /etc/ppp/ip-up\..*, /usr/bin/pingus.*, /etc/cipe/ip-up.*, /usr/lib/dracut(/.*)?, /etc/pm/power\.d(/.*)?, /etc/pm/sleep\.d(/.*)?, /etc/redhat-lsb(/.*)?, /usr/lib/tuned/.*/.*\.sh, /usr/lib/xen/bin(/.*)?, /usr/lib/upstart(/.*)?, /usr/lib/courier(/.*)?, /etc/xen/scripts(/.*)?, /usr/share/tucan.*/tucan.py, /usr/lib/mailman.*/bin(/.*)?, /usr/lib/mailman.*/mail(/.*)?, /etc/ppp/ipv6-up\..*, /etc/ppp/ip-down\..*, /etc/cipe/ip-down.*, /usr/share/hplip/[^/]*, /usr/lib/news/bin(/.*)?, /usr/lib/pm-utils(/.*)?, /etc/vmware-tools(/.*)?, /etc/kde/shutdown(/.*)?, /etc/acpi/actions(/.*)?, /etc/pki/tls/misc(/.*)?, /usr/lib/jvm/java(.*/)bin(/.*), /usr/lib/tumbler-[^/]*/tumblerd, /usr/lib/rea
 dahead(/.*)?, /opt/google/chrome(/.*)?, /etc/munin/plugins(/.*)?, /usr/lib/bluetooth(/.*)?, /usr/lib/debug/bin(/.*)?, /usr/lib/xulrunner[^/]*/updater, /usr/lib/xulrunner[^/]*/crashreporter, /usr/lib/xulrunner[^/]*/xulrunner[^/]*, /usr/lib/ruby/gems(/.*)?/helper-scripts(/.*)?, /usr/share/debconf/.+, /etc/ppp/ipv6-down\..*, /usr/share/cluster/.*\.sh, /usr/share/sectool/.*\.py, /usr/share/ssl/misc(/.*)?, /usr/share/e16/misc(/.*)?, /usr/lib/ccache/bin(/.*)?, /etc/racoon/scripts(/.*)?, /usr/lib/debug/sbin(/.*)?, /usr/lib/ruby/gems/.*/agents(/.*)?, /usr/share/mc/extfs/.*, /usr/lib/apt/methods.+, /usr/lib/portage/bin(/.*)?, /usr/lib/MailScanner(/.*)?, /etc/mcelog/triggers(/.*)?, /etc/dhcp/dhclient\.d(/.*)?, /emul/ia32-linux/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/Bin(/.*)?, /emul/ia32-linux/usr(/.*)?/sbin(/.*)?, /usr/lib/thunderbird.*/mozilla-xremote-client, /usr/lib/cyrus-imapd/.*, /usr/share/createrepo(/.*)?, /emul/ia32-linux/sbin(/.*)?, /usr/s
 hare/virtualbox/.*\.sh, /usr/share/hal/scripts(/.*)?, /usr/share/wicd/daemon(/.*)?, /lib/security/pam_krb5(/.*)?, /opt/google/talkplugin(/.*)?, /etc/PackageKit/events(/.*)?, /usr/lib/debug/usr/bin(/.*)?, /usr/lib/vmware-tools/(s)?bin32(/.*)?, /usr/lib/vmware-tools/(s)?bin64(/.*)?, /etc/gdm/XKeepsCrashing[^/]*, /usr/lib/oracle/xe/apps(/.*)?, /usr/share/Modules/init(/.*)?, /usr/share/smolt/client(/.*)?, /usr/lib/nagios/plugins(/.*)?, /usr/lib/debug/usr/sbin(/.*)?, /usr/share/apr-0/build/[^/]+\.sh, /usr/lib/emacsen-common/.*, /usr/share/ajaxterm/qweb.py.*, /var/lib/asterisk/agi-bin(/.*)?, /usr/share/shorewall-perl(/.*)?, /usr/share/shorewall-lite(/.*)?, /usr/linuxprinter/filters(/.*)?, /usr/lib/netsaint/plugins(/.*)?, /usr/lib/chromium-browser(/.*)?, /usr/share/turboprint/lib(/.*)?, /usr/lib/nfs-utils/scripts(/.*)?, /usr/share/shorewall-shell(/.*)?, /usr/share/shorewall6-lite(/.*)?, /usr/share/vhostmd/scripts(/.*)?, /usr/lib/debug/usr/libexec(/.*)?, /etc/ConsoleKit/run-seat\.d(
 /.*)?, /usr/lib/nspluginwrapper/np.*, /usr/share/sandbox/sandboxX.sh, /usr/lib/ConsoleKit/scripts(/.*)?, /usr/share/ajaxterm/ajaxterm.py.*, /usr/lib/pgsql/test/regress/.*\.sh, /usr/share/denyhosts/plugins(/.*)?, /usr/share/denyhosts/scripts(/.*)?, /emul/ia32-linux/usr/libexec(/.*)?, /usr/lib/mediawiki/math/texvc.*, /usr/share/PackageKit/helpers(/.*)?, /etc/ConsoleKit/run-session\.d(/.*)?, /etc/hotplug\.d/default/default.*, /usr/lib/systemd/system-sleep/(.*)?, /opt/gutenprint/cups/lib/filter(/.*)?, /usr/share/system-config-network(/netconfig)?/[^/]+\.py, /usr/lib/ConsoleKit/run-session\.d(/.*)?, /etc/sysconfig/network-scripts/net.*, /etc/sysconfig/network-scripts/ifup.*, /etc/sysconfig/network-scripts/init.*, /usr/share/kde4/apps/kajongg/kajongg.py, /etc/sysconfig/network-scripts/ifdown.*, /opt/OpenPrinting-Gutenprint/cups/lib/filter(/.*)?, /usr/share/gedit-2/plugins/externaltools/tools(/.*)?, /bin, /sbin, /usr/bin, /dev/MAKEDEV, /var/qmail/rc, /var/qmail/bin, /etc/mail/make,
  /bin/mountpoint, /usr/lib/rpm/rpmv, /usr/lib/rpm/rpmk, /usr/lib/rpm/rpmq, /usr/lib/rpm/rpmd, /lib/udev/scsi_id, /sbin/mkfs\.cramfs, /etc/xen/qemu-ifup, /etc/lxdm/Xsession, /etc/sysconfig/init, /usr/bin/mountpoint, /etc/apcupsd/commok, /usr/lib/sftp-server, /etc/sysconfig/crond, /etc/lxdm/LoginReady, /usr/sbin/mkfs\.cramfs, /usr/lib/udev/scsi_id, /etc/X11/xdm/Xsetup_0, /etc/init\.d/functions, /etc/apcupsd/changeme, /usr/lib/iscan/network, /etc/apcupsd/onbattery, /usr/lib/yaboot/addnote, /etc/sysconfig/libvirtd, /etc/apcupsd/apccontrol, /etc/apcupsd/offbattery, /usr/lib/wicd/monitor\.py, /etc/X11/xdm/TakeConsole, /etc/X11/xdm/GiveConsole, /etc/apcupsd/commfailure, /usr/lib/misc/sftp-server, /etc/sysconfig/netconsole, /lib/udev/devices/MAKEDEV, /var/lib/iscan/interpreter, /etc/rc\.d/init\.d/functions, /etc/apcupsd/masterconnect, /etc/apcupsd/mastertimeout, /usr/share/pydict/pydict\.py, /usr/share/clamav/clamd-gen, /sbin/insmod_ksymoops_clean, /etc/mgetty\+sendfax/new_fax, /usr
 /lib/xfce4/panel/migrate, /usr/lib/xfce4/panel/wrapper, /etc/sysconfig/readonly-root, /usr/lib/udev/devices/MAKEDEV, /usr/lib/vte/gnome-pty-helper, /usr/lib/xfce4/xfconf/xfconfd, /usr/share/hwbrowser/hwbrowser, /usr/share/cvs/contrib/rcs2log, /usr/X11R6/lib/X11/xkb/xkbcomp, /usr/lib/virtualbox/VBoxManage, /usr/share/cluster/checkquorum, /usr/share/shorewall/getparams, /usr/share/apr-0/build/libtool, /usr/share/cluster/SAPDatabase, /usr/share/cluster/SAPInstance, /etc/hotplug/hotplug\.functions, /usr/share/texmf/web2c/mktexdir, /usr/share/texmf/web2c/mktexupd, /usr/share/texmf/web2c/mktexnam, /usr/share/shorewall/configpath, /usr/sbin/insmod_ksymoops_clean, /etc/mcelog/cache-error-trigger, /usr/share/shorewall/compiler\.pl, /usr/share/dayplanner/dayplanner, /usr/libexec/openssh/sftp-server, /usr/share/texmf/texconfig/tcfmgr, /usr/share/clamav/freshclam-sleep, /usr/share/cluster/ocf-shellfuncs, /usr/share/cluster/svclib_nfslock, /usr/lib/xfce4/exo-1/exo-helper-1, /usr/share/pw
 lib/make/ptlib-config, /usr/share/fedora-usermgmt/wrapper, /usr/share/printconf/util/print\.py, /usr/lib/xfce4/xfwm4/helper-dialog, /etc/pki/tls/certs/make-dummy-cert, /usr/share/rhn/rhn_applet/applet\.py, /usr/share/authconfig/authconfig\.py, /usr/share/spamassassin/sa-update\.cron, /usr/share/gnucash/finance-quote-check, /usr/share/cluster/fence_scsi_check\.pl, /usr/share/selinux/devel/policygentool, /usr/share/switchdesk/switchdesk-gui\.py, /usr/share/authconfig/authconfig-gtk\.py, /usr/share/authconfig/authconfig-tui\.py, /usr/share/gitolite/hooks/common/update, /usr/share/gnucash/finance-quote-helper, /usr/lib/xfce4/exo-1/exo-compose-mail-1, /usr/share/system-config-services/gui\.py, /lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-config-netboot/pxeos\.py, /usr/lib/xfce4/session/balou-export-theme, /usr/share/system-config-nfs/nfs-export\.py, /usr/share/system-config-printer/applet\.py, /usr/share/system-config-selinux/polgen\.py, /usr/share/PackageKit/pk-up
 grade-distro\.sh, /usr/lib/xfce4/session/balou-install-theme, /usr/share/system-config-netboot/pxeboot\.py, /usr/lib/xfce4/session/xfsm-shutdown-helper, /usr/share/rhn/rhn_applet/needed-packages\.py, /usr/lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-logviewer/system-logviewer\.py, /usr/share/system-config-network/neat-control\.py, /usr/share/system-config-services/serviceconf\.py, /usr/share/hal/device-manager/hal-device-manager, /usr/share/system-config-lvm/system-config-lvm\.py, /usr/share/system-config-nfs/system-config-nfs\.py, /usr/share/system-config-httpd/system-config-httpd, /usr/share/system-config-mouse/system-config-mouse, /usr/share/system-config-users/system-config-users, /usr/share/system-config-date/system-config-date\.py, /usr/share/doc/ghc/html/libraries/gen_contents_index, /usr/share/gitolite/hooks/gitolite-admin/post-update, /usr/share/system-config-samba/system-config-samba\.py, /usr/share/system-config-display/system-config-display, /usr/sh
 are/system-config-keyboard/system-config-keyboard, /usr/share/system-config-language/system-config-language, /usr/share/system-config-services/system-config-services, /usr/share/system-config-selinux/system-config-selinux\.py, /usr/share/system-config-netboot/system-config-netboot\.py, /usr/share/system-config-soundcard/system-config-soundcard, /usr/share/system-config-rootpassword/system-config-rootpassword, /usr/share/system-config-securitylevel/system-config-securitylevel\.py
++/usr/sbin/ricci, /bin/.*, /opt/(.*/)?bin(/.*)?, /usr/(.*/)?Bin(/.*)?, /usr/(.*/)?bin(/.*)?, /usr/(.*/)?sbin(/.*)?, /opt/(.*/)?sbin(/.*)?, /opt/(.*/)?libexec(/.*)?, /sbin/.*, /usr/lib(.*/)?bin(/.*)?, /usr/lib(.*/)?sbin(/.*)?, /etc/gdm/[^/]+, /root/bin(/.*)?, /etc/gdm/[^/]+/.*, /etc/cron.daily(/.*)?, /etc/cron.weekly(/.*)?, /etc/cron.hourly(/.*)?, /etc/cron.monthly(/.*)?, /usr/lib/.*/program(/.*)?, /usr/lib/.*/scripts(/.*)?, /usr/lib/[^/]*/run-mozilla\.sh, /usr/lib/[^/]*/mozilla-xremote-client, /usr/lib/[^/]*thunderbird[^/]*/thunderbird, /usr/lib/[^/]*thunderbird[^/]*/open-browser\.sh, /usr/lib/[^/]*thunderbird[^/]*/thunderbird-bin, /lib/udev/[^/]*, /etc/auto\.[^/]*, /etc/avahi/.*\.action, /usr/lib/qt.*/bin(/.*)?, /usr/lib/yp/.+, /var/ftp/bin(/.*)?, /usr/Brother(/.*)?, /usr/Printer(/.*)?, /usr/libexec(/.*)?, /lib/upstart(/.*)?, /etc/kde/env(/.*)?, /etc/profile.d(/.*)?, /var/mailman.*/bin(/.*)?, /etc/lxdm/Pre.*, /etc/hotplug/.*rc, /usr/lib/cups(/.*)?, /etc/hotplug/.*agent, /us
 r/Brother/(.*/)?inf/setup.*, /usr/Brother/(.*/)?inf/brprintconf.*, /usr/lib/dpkg/.+, /etc/lxdm/Post.*, /usr/lib/udev/[^/]*, /var/qmail/bin(/.*)?, /usr/lib/xfce4(/.*)?, /usr/lib/fence(/.*)?, /etc/X11/xinit(/.*)?, /lib/readahead(/.*)?, /etc/netplug\.d(/.*)?, /usr/lib/gimp/.*/plug-ins(/.*)?, /usr/lib/ipsec/.*, /etc/ppp/ip-up\..*, /usr/bin/pingus.*, /etc/cipe/ip-up.*, /usr/lib/dracut(/.*)?, /etc/pm/power\.d(/.*)?, /etc/pm/sleep\.d(/.*)?, /etc/redhat-lsb(/.*)?, /usr/lib/tuned/.*/.*\.sh, /usr/lib/xen/bin(/.*)?, /usr/lib/upstart(/.*)?, /usr/lib/courier(/.*)?, /etc/xen/scripts(/.*)?, /usr/share/tucan.*/tucan.py, /usr/lib/mailman.*/bin(/.*)?, /usr/lib/mailman.*/mail(/.*)?, /etc/ppp/ipv6-up\..*, /etc/ppp/ip-down\..*, /etc/cipe/ip-down.*, /usr/share/hplip/[^/]*, /usr/lib/news/bin(/.*)?, /usr/lib/pm-utils(/.*)?, /etc/vmware-tools(/.*)?, /etc/kde/shutdown(/.*)?, /etc/acpi/actions(/.*)?, /etc/pki/tls/misc(/.*)?, /usr/lib/jvm/java(.*/)bin(/.*), /usr/lib/tumbler-[^/]*/tumblerd, /usr/lib/rea
 dahead(/.*)?, /opt/google/chrome(/.*)?, /etc/munin/plugins(/.*)?, /usr/lib/bluetooth(/.*)?, /usr/lib/debug/bin(/.*)?, /usr/lib/xulrunner[^/]*/updater, /usr/lib/xulrunner[^/]*/crashreporter, /usr/lib/xulrunner[^/]*/xulrunner[^/]*, /usr/lib/ruby/gems(/.*)?/helper-scripts(/.*)?, /usr/share/debconf/.+, /etc/ppp/ipv6-down\..*, /usr/share/cluster/.*\.sh, /usr/share/sectool/.*\.py, /usr/share/ssl/misc(/.*)?, /usr/share/e16/misc(/.*)?, /usr/lib/ccache/bin(/.*)?, /etc/racoon/scripts(/.*)?, /usr/lib/debug/sbin(/.*)?, /usr/lib/ruby/gems/.*/agents(/.*)?, /usr/share/mc/extfs/.*, /usr/lib/apt/methods.+, /usr/lib/portage/bin(/.*)?, /usr/lib/MailScanner(/.*)?, /etc/mcelog/triggers(/.*)?, /etc/dhcp/dhclient\.d(/.*)?, /emul/ia32-linux/bin(/.*)?, /usr/lib/libreoffice(/.*)?/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/Bin(/.*)?, /emul/ia32-linux/usr(/.*)?/sbin(/.*)?, /usr/lib/thunderbird.*/mozilla-xremote-client, /usr/lib/cyrus-imapd/.*, /usr/share/createrepo(/.*)
 ?, /emul/ia32-linux/sbin(/.*)?, /usr/share/virtualbox/.*\.sh, /usr/share/wicd/daemon(/.*)?, /usr/share/hal/scripts(/.*)?, /lib/security/pam_krb5(/.*)?, /opt/google/talkplugin(/.*)?, /etc/PackageKit/events(/.*)?, /usr/lib/debug/usr/bin(/.*)?, /usr/lib/vmware-tools/(s)?bin64(/.*)?, /usr/lib/vmware-tools/(s)?bin32(/.*)?, /etc/gdm/XKeepsCrashing[^/]*, /usr/lib/oracle/xe/apps(/.*)?, /usr/share/Modules/init(/.*)?, /usr/share/smolt/client(/.*)?, /usr/lib/nagios/plugins(/.*)?, /usr/lib/debug/usr/sbin(/.*)?, /usr/share/apr-0/build/[^/]+\.sh, /usr/lib/emacsen-common/.*, /usr/share/ajaxterm/qweb.py.*, /var/lib/asterisk/agi-bin(/.*)?, /usr/share/shorewall-perl(/.*)?, /usr/share/shorewall-lite(/.*)?, /usr/linuxprinter/filters(/.*)?, /usr/lib/netsaint/plugins(/.*)?, /usr/lib/chromium-browser(/.*)?, /usr/share/turboprint/lib(/.*)?, /usr/lib/nfs-utils/scripts(/.*)?, /usr/share/shorewall6-lite(/.*)?, /usr/share/shorewall-shell(/.*)?, /usr/share/vhostmd/scripts(/.*)?, /usr/lib/debug/usr/libex
 ec(/.*)?, /etc/ConsoleKit/run-seat\.d(/.*)?, /usr/lib/nspluginwrapper/np.*, /usr/share/sandbox/sandboxX.sh, /usr/lib/ConsoleKit/scripts(/.*)?, /usr/share/ajaxterm/ajaxterm.py.*, /usr/lib/pgsql/test/regress/.*\.sh, /usr/share/denyhosts/scripts(/.*)?, /usr/share/denyhosts/plugins(/.*)?, /emul/ia32-linux/usr/libexec(/.*)?, /usr/lib/mediawiki/math/texvc.*, /usr/share/PackageKit/helpers(/.*)?, /etc/ConsoleKit/run-session\.d(/.*)?, /etc/hotplug\.d/default/default.*, /usr/lib/systemd/system-sleep/(.*)?, /opt/gutenprint/cups/lib/filter(/.*)?, /usr/share/system-config-network(/netconfig)?/[^/]+\.py, /usr/lib/ConsoleKit/run-session\.d(/.*)?, /etc/sysconfig/network-scripts/net.*, /etc/sysconfig/network-scripts/ifup.*, /etc/sysconfig/network-scripts/init.*, /usr/share/kde4/apps/kajongg/kajongg.py, /etc/sysconfig/network-scripts/ifdown.*, /opt/OpenPrinting-Gutenprint/cups/lib/filter(/.*)?, /usr/share/gedit-2/plugins/externaltools/tools(/.*)?, /bin, /sbin, /usr/bin, /dev/MAKEDEV, /var/qma
 il/rc, /var/qmail/bin, /etc/mail/make, /bin/mountpoint, /usr/lib/rpm/rpmq, /usr/lib/rpm/rpmv, /usr/lib/rpm/rpmd, /usr/lib/rpm/rpmk, /lib/udev/scsi_id, /sbin/mkfs\.cramfs, /etc/xen/qemu-ifup, /etc/lxdm/Xsession, /etc/sysconfig/init, /usr/bin/mountpoint, /etc/apcupsd/commok, /usr/lib/sftp-server, /etc/sysconfig/crond, /etc/lxdm/LoginReady, /usr/sbin/mkfs\.cramfs, /usr/lib/udev/scsi_id, /etc/X11/xdm/Xsetup_0, /etc/init\.d/functions, /etc/apcupsd/changeme, /usr/lib/iscan/network, /etc/apcupsd/onbattery, /usr/lib/yaboot/addnote, /etc/sysconfig/libvirtd, /etc/apcupsd/apccontrol, /etc/apcupsd/offbattery, /usr/lib/wicd/monitor\.py, /etc/X11/xdm/TakeConsole, /etc/X11/xdm/GiveConsole, /etc/apcupsd/commfailure, /usr/lib/misc/sftp-server, /etc/sysconfig/netconsole, /lib/udev/devices/MAKEDEV, /var/lib/iscan/interpreter, /etc/rc\.d/init\.d/functions, /etc/apcupsd/masterconnect, /etc/apcupsd/mastertimeout, /usr/share/pydict/pydict\.py, /usr/share/clamav/clamd-gen, /sbin/insmod_ksymoops_cle
 an, /etc/mgetty\+sendfax/new_fax, /usr/lib/xfce4/panel/migrate, /usr/lib/xfce4/panel/wrapper, /etc/sysconfig/readonly-root, /usr/lib/vte/gnome-pty-helper, /usr/lib/udev/devices/MAKEDEV, /usr/lib/xfce4/xfconf/xfconfd, /usr/share/cvs/contrib/rcs2log, /usr/share/hwbrowser/hwbrowser, /usr/X11R6/lib/X11/xkb/xkbcomp, /usr/lib/virtualbox/VBoxManage, /usr/share/cluster/SAPInstance, /usr/share/cluster/checkquorum, /usr/share/shorewall/getparams, /usr/share/apr-0/build/libtool, /usr/share/cluster/SAPDatabase, /etc/hotplug/hotplug\.functions, /usr/share/texmf/web2c/mktexdir, /usr/share/texmf/web2c/mktexnam, /usr/share/texmf/web2c/mktexupd, /usr/share/shorewall/configpath, /usr/sbin/insmod_ksymoops_clean, /etc/mcelog/cache-error-trigger, /usr/share/shorewall/compiler\.pl, /usr/share/dayplanner/dayplanner, /usr/libexec/openssh/sftp-server, /usr/share/texmf/texconfig/tcfmgr, /usr/share/clamav/freshclam-sleep, /usr/share/cluster/svclib_nfslock, /usr/share/cluster/ocf-shellfuncs, /usr/lib/x
 fce4/exo-1/exo-helper-1, /usr/share/pwlib/make/ptlib-config, /usr/share/fedora-usermgmt/wrapper, /usr/share/printconf/util/print\.py, /usr/lib/xfce4/xfwm4/helper-dialog, /etc/pki/tls/certs/make-dummy-cert, /usr/share/rhn/rhn_applet/applet\.py, /usr/share/authconfig/authconfig\.py, /usr/share/spamassassin/sa-update\.cron, /usr/share/gnucash/finance-quote-check, /usr/share/cluster/fence_scsi_check\.pl, /usr/share/selinux/devel/policygentool, /usr/share/switchdesk/switchdesk-gui\.py, /usr/share/authconfig/authconfig-tui\.py, /usr/share/authconfig/authconfig-gtk\.py, /usr/share/gnucash/finance-quote-helper, /usr/share/gitolite/hooks/common/update, /usr/lib/xfce4/exo-1/exo-compose-mail-1, /usr/share/system-config-services/gui\.py, /lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-config-netboot/pxeos\.py, /usr/lib/xfce4/session/balou-export-theme, /usr/share/system-config-selinux/polgen\.py, /usr/share/system-config-nfs/nfs-export\.py, /usr/share/system-config-printer/a
 pplet\.py, /usr/share/PackageKit/pk-upgrade-distro\.sh, /usr/lib/xfce4/session/balou-install-theme, /usr/share/system-config-netboot/pxeboot\.py, /usr/lib/xfce4/session/xfsm-shutdown-helper, /usr/share/rhn/rhn_applet/needed-packages\.py, /usr/lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-logviewer/system-logviewer\.py, /usr/share/system-config-network/neat-control\.py, /usr/share/system-config-services/serviceconf\.py, /usr/share/hal/device-manager/hal-device-manager, /usr/share/system-config-lvm/system-config-lvm\.py, /usr/share/system-config-nfs/system-config-nfs\.py, /usr/share/system-config-mouse/system-config-mouse, /usr/share/system-config-httpd/system-config-httpd, /usr/share/system-config-users/system-config-users, /usr/share/system-config-date/system-config-date\.py, /usr/share/doc/ghc/html/libraries/gen_contents_index, /usr/share/gitolite/hooks/gitolite-admin/post-update, /usr/share/system-config-samba/system-config-samba\.py, /usr/share/system-config-
 display/system-config-display, /usr/share/system-config-keyboard/system-config-keyboard, /usr/share/system-config-language/system-config-language, /usr/share/system-config-services/system-config-services, /usr/share/system-config-selinux/system-config-selinux\.py, /usr/share/system-config-netboot/system-config-netboot\.py, /usr/share/system-config-soundcard/system-config-soundcard, /usr/share/system-config-rootpassword/system-config-rootpassword, /usr/share/system-config-securitylevel/system-config-securitylevel\.py
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ricci policy is very flexible allowing users to setup their ricci processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ricci:
 +
 +.EX
-+.B ricci_t, ricci_modservice_t, ricci_modstorage_t, ricci_modclusterd_t, ricci_modlog_t, ricci_modrpm_t, ricci_modcluster_t 
++.B ricci_t, ricci_modservice_t, ricci_modstorage_t, ricci_modclusterd_t, ricci_modlog_t, ricci_modrpm_t, ricci_modcluster_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ricci policy is very flexible allowing users to setup their ricci processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ricci:
 +
 +
 +.EX
 +.PP
-+.B ricci_exec_t 
++.B ricci_exec_t
 +.EE
 +
 +- Set files with the ricci_exec_t type, if you want to transition an executable to the ricci_t domain.
@@ -76011,7 +77213,7 @@ index 0000000..8020f23
 +
 +.EX
 +.PP
-+.B ricci_initrc_exec_t 
++.B ricci_initrc_exec_t
 +.EE
 +
 +- Set files with the ricci_initrc_exec_t type, if you want to transition an executable to the ricci_initrc_t domain.
@@ -76019,7 +77221,7 @@ index 0000000..8020f23
 +
 +.EX
 +.PP
-+.B ricci_modcluster_exec_t 
++.B ricci_modcluster_exec_t
 +.EE
 +
 +- Set files with the ricci_modcluster_exec_t type, if you want to transition an executable to the ricci_modcluster_t domain.
@@ -76027,7 +77229,7 @@ index 0000000..8020f23
 +
 +.EX
 +.PP
-+.B ricci_modcluster_var_lib_t 
++.B ricci_modcluster_var_lib_t
 +.EE
 +
 +- Set files with the ricci_modcluster_var_lib_t type, if you want to store the ricci modcluster files under the /var/lib directory.
@@ -76035,7 +77237,7 @@ index 0000000..8020f23
 +
 +.EX
 +.PP
-+.B ricci_modcluster_var_log_t 
++.B ricci_modcluster_var_log_t
 +.EE
 +
 +- Set files with the ricci_modcluster_var_log_t type, if you want to treat the data as ricci modcluster var log data, usually stored under the /var/log directory.
@@ -76043,7 +77245,7 @@ index 0000000..8020f23
 +
 +.EX
 +.PP
-+.B ricci_modcluster_var_run_t 
++.B ricci_modcluster_var_run_t
 +.EE
 +
 +- Set files with the ricci_modcluster_var_run_t type, if you want to store the ricci modcluster files under the /run directory.
@@ -76051,7 +77253,7 @@ index 0000000..8020f23
 +
 +.EX
 +.PP
-+.B ricci_modclusterd_exec_t 
++.B ricci_modclusterd_exec_t
 +.EE
 +
 +- Set files with the ricci_modclusterd_exec_t type, if you want to transition an executable to the ricci_modclusterd_t domain.
@@ -76059,7 +77261,7 @@ index 0000000..8020f23
 +
 +.EX
 +.PP
-+.B ricci_modclusterd_tmpfs_t 
++.B ricci_modclusterd_tmpfs_t
 +.EE
 +
 +- Set files with the ricci_modclusterd_tmpfs_t type, if you want to store ricci modclusterd files on a tmpfs file system.
@@ -76067,7 +77269,7 @@ index 0000000..8020f23
 +
 +.EX
 +.PP
-+.B ricci_modlog_exec_t 
++.B ricci_modlog_exec_t
 +.EE
 +
 +- Set files with the ricci_modlog_exec_t type, if you want to transition an executable to the ricci_modlog_t domain.
@@ -76075,7 +77277,7 @@ index 0000000..8020f23
 +
 +.EX
 +.PP
-+.B ricci_modrpm_exec_t 
++.B ricci_modrpm_exec_t
 +.EE
 +
 +- Set files with the ricci_modrpm_exec_t type, if you want to transition an executable to the ricci_modrpm_t domain.
@@ -76083,7 +77285,7 @@ index 0000000..8020f23
 +
 +.EX
 +.PP
-+.B ricci_modservice_exec_t 
++.B ricci_modservice_exec_t
 +.EE
 +
 +- Set files with the ricci_modservice_exec_t type, if you want to transition an executable to the ricci_modservice_t domain.
@@ -76091,7 +77293,7 @@ index 0000000..8020f23
 +
 +.EX
 +.PP
-+.B ricci_modstorage_exec_t 
++.B ricci_modstorage_exec_t
 +.EE
 +
 +- Set files with the ricci_modstorage_exec_t type, if you want to transition an executable to the ricci_modstorage_t domain.
@@ -76099,7 +77301,7 @@ index 0000000..8020f23
 +
 +.EX
 +.PP
-+.B ricci_modstorage_lock_t 
++.B ricci_modstorage_lock_t
 +.EE
 +
 +- Set files with the ricci_modstorage_lock_t type, if you want to treat the files as ricci modstorage lock data, stored under the /var/lock directory
@@ -76107,7 +77309,7 @@ index 0000000..8020f23
 +
 +.EX
 +.PP
-+.B ricci_tmp_t 
++.B ricci_tmp_t
 +.EE
 +
 +- Set files with the ricci_tmp_t type, if you want to store ricci temporary files in the /tmp directories.
@@ -76115,7 +77317,7 @@ index 0000000..8020f23
 +
 +.EX
 +.PP
-+.B ricci_var_lib_t 
++.B ricci_var_lib_t
 +.EE
 +
 +- Set files with the ricci_var_lib_t type, if you want to store the ricci files under the /var/lib directory.
@@ -76123,7 +77325,7 @@ index 0000000..8020f23
 +
 +.EX
 +.PP
-+.B ricci_var_log_t 
++.B ricci_var_log_t
 +.EE
 +
 +- Set files with the ricci_var_log_t type, if you want to treat the data as ricci var log data, usually stored under the /var/log directory.
@@ -76131,35 +77333,35 @@ index 0000000..8020f23
 +
 +.EX
 +.PP
-+.B ricci_var_run_t 
++.B ricci_var_run_t
 +.EE
 +
 +- Set files with the ricci_var_run_t type, if you want to store the ricci files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux ricci policy is very flexible allowing users to setup their ricci processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for ricci:
 +
 +.EX
 +.TP 5
-+.B ricci_modcluster_port_t 
++.B ricci_modcluster_port_t
 +.TP 10
 +.EE
 +
@@ -76172,7 +77374,7 @@ index 0000000..8020f23
 +
 +.EX
 +.TP 5
-+.B ricci_port_t 
++.B ricci_port_t
 +.TP 10
 +.EE
 +
@@ -76207,10 +77409,10 @@ index 0000000..8020f23
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -76336,13 +77538,13 @@ index 0000000..8020f23
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ricci(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -76350,18 +77552,18 @@ index 0000000..8020f23
 \ No newline at end of file
 diff --git a/man/man8/rlogind_selinux.8 b/man/man8/rlogind_selinux.8
 new file mode 100644
-index 0000000..392c515
+index 0000000..436ab6e
 --- /dev/null
 +++ b/man/man8/rlogind_selinux.8
 @@ -0,0 +1,328 @@
-+.TH  "rlogind_selinux"  "8"  "12-10-19" "rlogind" "SELinux Policy documentation for rlogind"
++.TH  "rlogind_selinux"  "8"  "12-11-01" "rlogind" "SELinux Policy documentation for rlogind"
 +.SH "NAME"
 +rlogind_selinux \- Security Enhanced Linux Policy for the rlogind processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rlogind processes via flexible mandatory access control.
 +
-+The rlogind processes execute with the rlogind_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rlogind processes execute with the rlogind_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -76378,33 +77580,33 @@ index 0000000..392c515
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rlogind policy is very flexible allowing users to setup their rlogind processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rlogind:
 +
 +.EX
-+.B rlogind_t 
++.B rlogind_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rlogind policy is very flexible allowing users to setup their rlogind processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rlogind:
 +
 +
 +.EX
 +.PP
-+.B rlogind_exec_t 
++.B rlogind_exec_t
 +.EE
 +
 +- Set files with the rlogind_exec_t type, if you want to transition an executable to the rlogind_t domain.
@@ -76412,7 +77614,7 @@ index 0000000..392c515
 +
 +.EX
 +.PP
-+.B rlogind_home_t 
++.B rlogind_home_t
 +.EE
 +
 +- Set files with the rlogind_home_t type, if you want to store rlogind files in the users home directory.
@@ -76420,7 +77622,7 @@ index 0000000..392c515
 +
 +.EX
 +.PP
-+.B rlogind_keytab_t 
++.B rlogind_keytab_t
 +.EE
 +
 +- Set files with the rlogind_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -76428,7 +77630,7 @@ index 0000000..392c515
 +
 +.EX
 +.PP
-+.B rlogind_tmp_t 
++.B rlogind_tmp_t
 +.EE
 +
 +- Set files with the rlogind_tmp_t type, if you want to store rlogind temporary files in the /tmp directories.
@@ -76436,35 +77638,35 @@ index 0000000..392c515
 +
 +.EX
 +.PP
-+.B rlogind_var_run_t 
++.B rlogind_var_run_t
 +.EE
 +
 +- Set files with the rlogind_var_run_t type, if you want to store the rlogind files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux rlogind policy is very flexible allowing users to setup their rlogind processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for rlogind:
 +
 +.EX
 +.TP 5
-+.B rlogind_port_t 
++.B rlogind_port_t
 +.TP 10
 +.EE
 +
@@ -76672,30 +77874,30 @@ index 0000000..392c515
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rlogind(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/rngd_selinux.8 b/man/man8/rngd_selinux.8
 new file mode 100644
-index 0000000..a7b3195
+index 0000000..bd28b6f
 --- /dev/null
 +++ b/man/man8/rngd_selinux.8
 @@ -0,0 +1,102 @@
-+.TH  "rngd_selinux"  "8"  "12-10-19" "rngd" "SELinux Policy documentation for rngd"
++.TH  "rngd_selinux"  "8"  "12-11-01" "rngd" "SELinux Policy documentation for rngd"
 +.SH "NAME"
 +rngd_selinux \- Security Enhanced Linux Policy for the rngd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rngd processes via flexible mandatory access control.
 +
-+The rngd processes execute with the rngd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rngd processes execute with the rngd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -76712,33 +77914,33 @@ index 0000000..a7b3195
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rngd policy is very flexible allowing users to setup their rngd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rngd:
 +
 +.EX
-+.B rngd_t 
++.B rngd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rngd policy is very flexible allowing users to setup their rngd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rngd:
 +
 +
 +.EX
 +.PP
-+.B rngd_exec_t 
++.B rngd_exec_t
 +.EE
 +
 +- Set files with the rngd_exec_t type, if you want to transition an executable to the rngd_t domain.
@@ -76746,7 +77948,7 @@ index 0000000..a7b3195
 +
 +.EX
 +.PP
-+.B rngd_initrc_exec_t 
++.B rngd_initrc_exec_t
 +.EE
 +
 +- Set files with the rngd_initrc_exec_t type, if you want to transition an executable to the rngd_initrc_t domain.
@@ -76754,15 +77956,15 @@ index 0000000..a7b3195
 +
 +.EX
 +.PP
-+.B rngd_unit_file_t 
++.B rngd_unit_file_t
 +.EE
 +
 +- Set files with the rngd_unit_file_t type, if you want to treat the files as rngd unit content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -76780,30 +77982,30 @@ index 0000000..a7b3195
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rngd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/roundup_selinux.8 b/man/man8/roundup_selinux.8
 new file mode 100644
-index 0000000..c79a836
+index 0000000..22ad9ee
 --- /dev/null
 +++ b/man/man8/roundup_selinux.8
 @@ -0,0 +1,124 @@
-+.TH  "roundup_selinux"  "8"  "12-10-19" "roundup" "SELinux Policy documentation for roundup"
++.TH  "roundup_selinux"  "8"  "12-11-01" "roundup" "SELinux Policy documentation for roundup"
 +.SH "NAME"
 +roundup_selinux \- Security Enhanced Linux Policy for the roundup processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the roundup processes via flexible mandatory access control.
 +
-+The roundup processes execute with the roundup_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The roundup processes execute with the roundup_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -76820,33 +78022,33 @@ index 0000000..c79a836
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux roundup policy is very flexible allowing users to setup their roundup processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for roundup:
 +
 +.EX
-+.B roundup_t 
++.B roundup_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux roundup policy is very flexible allowing users to setup their roundup processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for roundup:
 +
 +
 +.EX
 +.PP
-+.B roundup_exec_t 
++.B roundup_exec_t
 +.EE
 +
 +- Set files with the roundup_exec_t type, if you want to transition an executable to the roundup_t domain.
@@ -76854,7 +78056,7 @@ index 0000000..c79a836
 +
 +.EX
 +.PP
-+.B roundup_initrc_exec_t 
++.B roundup_initrc_exec_t
 +.EE
 +
 +- Set files with the roundup_initrc_exec_t type, if you want to transition an executable to the roundup_initrc_t domain.
@@ -76862,7 +78064,7 @@ index 0000000..c79a836
 +
 +.EX
 +.PP
-+.B roundup_var_lib_t 
++.B roundup_var_lib_t
 +.EE
 +
 +- Set files with the roundup_var_lib_t type, if you want to store the roundup files under the /var/lib directory.
@@ -76870,15 +78072,15 @@ index 0000000..c79a836
 +
 +.EX
 +.PP
-+.B roundup_var_run_t 
++.B roundup_var_run_t
 +.EE
 +
 +- Set files with the roundup_var_run_t type, if you want to store the roundup files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -76910,30 +78112,30 @@ index 0000000..c79a836
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), roundup(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/rpcbind_selinux.8 b/man/man8/rpcbind_selinux.8
 new file mode 100644
-index 0000000..902c890
+index 0000000..9f38f73
 --- /dev/null
 +++ b/man/man8/rpcbind_selinux.8
-@@ -0,0 +1,132 @@
-+.TH  "rpcbind_selinux"  "8"  "12-10-19" "rpcbind" "SELinux Policy documentation for rpcbind"
+@@ -0,0 +1,130 @@
++.TH  "rpcbind_selinux"  "8"  "12-11-01" "rpcbind" "SELinux Policy documentation for rpcbind"
 +.SH "NAME"
 +rpcbind_selinux \- Security Enhanced Linux Policy for the rpcbind processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rpcbind processes via flexible mandatory access control.
 +
-+The rpcbind processes execute with the rpcbind_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rpcbind processes execute with the rpcbind_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -76950,33 +78152,33 @@ index 0000000..902c890
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rpcbind policy is very flexible allowing users to setup their rpcbind processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rpcbind:
 +
 +.EX
-+.B rpcbind_t 
++.B rpcbind_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rpcbind policy is very flexible allowing users to setup their rpcbind processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rpcbind:
 +
 +
 +.EX
 +.PP
-+.B rpcbind_exec_t 
++.B rpcbind_exec_t
 +.EE
 +
 +- Set files with the rpcbind_exec_t type, if you want to transition an executable to the rpcbind_t domain.
@@ -76984,7 +78186,7 @@ index 0000000..902c890
 +
 +.EX
 +.PP
-+.B rpcbind_initrc_exec_t 
++.B rpcbind_initrc_exec_t
 +.EE
 +
 +- Set files with the rpcbind_initrc_exec_t type, if you want to transition an executable to the rpcbind_initrc_t domain.
@@ -76992,7 +78194,7 @@ index 0000000..902c890
 +
 +.EX
 +.PP
-+.B rpcbind_var_lib_t 
++.B rpcbind_var_lib_t
 +.EE
 +
 +- Set files with the rpcbind_var_lib_t type, if you want to store the rpcbind files under the /var/lib directory.
@@ -77000,15 +78202,15 @@ index 0000000..902c890
 +
 +.EX
 +.PP
-+.B rpcbind_var_run_t 
++.B rpcbind_var_run_t
 +.EE
 +
 +- Set files with the rpcbind_var_run_t type, if you want to store the rpcbind files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -77030,9 +78232,7 @@ index 0000000..902c890
 +
 +	/var/run/rpc.statd\.pid
 +.br
-+	/var/run/rpcbind\.lock
-+.br
-+	/var/run/rpcbind\.sock
++	/var/run/rpcbind.*
 +.br
 +
 +.SH NSSWITCH DOMAIN
@@ -77048,30 +78248,30 @@ index 0000000..902c890
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rpcbind(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/rpcd_selinux.8 b/man/man8/rpcd_selinux.8
 new file mode 100644
-index 0000000..d9515e6
+index 0000000..054ef5a
 --- /dev/null
 +++ b/man/man8/rpcd_selinux.8
 @@ -0,0 +1,181 @@
-+.TH  "rpcd_selinux"  "8"  "12-10-19" "rpcd" "SELinux Policy documentation for rpcd"
++.TH  "rpcd_selinux"  "8"  "12-11-01" "rpcd" "SELinux Policy documentation for rpcd"
 +.SH "NAME"
 +rpcd_selinux \- Security Enhanced Linux Policy for the rpcd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rpcd processes via flexible mandatory access control.
 +
-+The rpcd processes execute with the rpcd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rpcd processes execute with the rpcd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -77088,33 +78288,33 @@ index 0000000..d9515e6
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rpcd policy is very flexible allowing users to setup their rpcd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rpcd:
 +
 +.EX
-+.B rpcd_t, rpcbind_t 
++.B rpcd_t, rpcbind_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rpcd policy is very flexible allowing users to setup their rpcd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rpcd:
 +
 +
 +.EX
 +.PP
-+.B rpcd_exec_t 
++.B rpcd_exec_t
 +.EE
 +
 +- Set files with the rpcd_exec_t type, if you want to transition an executable to the rpcd_t domain.
@@ -77122,7 +78322,7 @@ index 0000000..d9515e6
 +
 +.EX
 +.PP
-+.B rpcd_initrc_exec_t 
++.B rpcd_initrc_exec_t
 +.EE
 +
 +- Set files with the rpcd_initrc_exec_t type, if you want to transition an executable to the rpcd_initrc_t domain.
@@ -77130,7 +78330,7 @@ index 0000000..d9515e6
 +
 +.EX
 +.PP
-+.B rpcd_unit_file_t 
++.B rpcd_unit_file_t
 +.EE
 +
 +- Set files with the rpcd_unit_file_t type, if you want to treat the files as rpcd unit content.
@@ -77138,15 +78338,15 @@ index 0000000..d9515e6
 +
 +.EX
 +.PP
-+.B rpcd_var_run_t 
++.B rpcd_var_run_t
 +.EE
 +
 +- Set files with the rpcd_var_run_t type, if you want to store the rpcd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -77234,13 +78434,13 @@ index 0000000..d9515e6
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rpcd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -77248,18 +78448,18 @@ index 0000000..d9515e6
 \ No newline at end of file
 diff --git a/man/man8/rpm_script_selinux.8 b/man/man8/rpm_script_selinux.8
 new file mode 100644
-index 0000000..286daa6
+index 0000000..3a3d1db
 --- /dev/null
 +++ b/man/man8/rpm_script_selinux.8
 @@ -0,0 +1,127 @@
-+.TH  "rpm_script_selinux"  "8"  "12-10-19" "rpm_script" "SELinux Policy documentation for rpm_script"
++.TH  "rpm_script_selinux"  "8"  "12-11-01" "rpm_script" "SELinux Policy documentation for rpm_script"
 +.SH "NAME"
 +rpm_script_selinux \- Security Enhanced Linux Policy for the rpm_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rpm_script processes via flexible mandatory access control.
 +
-+The rpm_script processes execute with the rpm_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rpm_script processes execute with the rpm_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -77268,41 +78468,41 @@ index 0000000..286daa6
 +
 +.SH "ENTRYPOINTS"
 +
-+The rpm_script_t SELinux type can be entered via the "shell_exec_t,unlabeled_t,proc_type,file_type,sysctl_type,mtrr_device_t,filesystem_type,bin_t,ldconfig_exec_t" file types.  The default entrypoint paths for the rpm_script_t domain are the following:"
++The rpm_script_t SELinux type can be entered via the "filesystem_type,unlabeled_t,proc_type,bin_t,ldconfig_exec_t,mtrr_device_t,shell_exec_t,sysctl_type,file_type" file types.  The default entrypoint paths for the rpm_script_t domain are the following:"
 +
-+/bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell, /usr/libexec/git-core/git-shell, all files on the system, /dev/cpu/mtrr, /bin/.*, /opt/(.*/)?bin(/.*)?, /usr/(.*/)?Bin(/.*)?, /usr/(.*/)?bin(/.*)?, /usr/(.*/)?sbin(/.*)?, /opt/(.*/)?sbin(/.*)?, /opt/(.*/)?libexec(/.*)?, /sbin/.*, /usr/lib(.*/)?bin(/.*)?, /usr/lib(.*/)?sbin(/.*)?, /etc/gdm/[^/]+, /root/bin(/.*)?, /etc/gdm/[^/]+/.*, /etc/cron.daily(/.*)?, /etc/cron.weekly(/.*)?, /etc/cron.hourly(/.*)?, /etc/cron.monthly(/.*)?, /usr/lib/.*/scripts(/.*)?, /usr/lib/.*/program(/.*)?, /usr/lib/[^/]*/run-mozilla\.sh, /usr/lib/[^/]*/mozilla-xremote-client
 , /usr/lib/[^/]*thunderbird[^/]*/thunderbird, /usr/lib/[^/]*thunderbird[^/]*/thunderbird-bin, /usr/lib/[^/]*thunderbird[^/]*/open-browser\.sh, /lib/udev/[^/]*, /etc/auto\.[^/]*, /etc/avahi/.*\.action, /usr/lib/qt.*/bin(/.*)?, /usr/lib/yp/.+, /var/ftp/bin(/.*)?, /usr/Brother(/.*)?, /usr/Printer(/.*)?, /usr/libexec(/.*)?, /lib/upstart(/.*)?, /etc/kde/env(/.*)?, /etc/profile.d(/.*)?, /var/mailman.*/bin(/.*)?, /etc/lxdm/Pre.*, /etc/hotplug/.*rc, /usr/lib/cups(/.*)?, /etc/hotplug/.*agent, /usr/Brother/(.*/)?inf/setup.*, /usr/Brother/(.*/)?inf/brprintconf.*, /usr/lib/dpkg/.+, /etc/lxdm/Post.*, /usr/lib/udev/[^/]*, /var/qmail/bin(/.*)?, /usr/lib/xfce4(/.*)?, /usr/lib/fence(/.*)?, /etc/X11/xinit(/.*)?, /lib/readahead(/.*)?, /etc/netplug\.d(/.*)?, /usr/lib/gimp/.*/plug-ins(/.*)?, /usr/lib/ipsec/.*, /etc/ppp/ip-up\..*, /usr/bin/pingus.*, /etc/cipe/ip-up.*, /usr/lib/dracut(/.*)?, /etc/pm/power\.d(/.*)?, /etc/pm/sleep\.d(/.*)?, /etc/redhat-lsb(/.*)?, /usr/lib/tuned/.*/.*\.sh, /usr/lib/x
 en/bin(/.*)?, /usr/lib/upstart(/.*)?, /usr/lib/courier(/.*)?, /etc/xen/scripts(/.*)?, /usr/share/tucan.*/tucan.py, /usr/lib/mailman.*/bin(/.*)?, /usr/lib/mailman.*/mail(/.*)?, /etc/ppp/ipv6-up\..*, /etc/ppp/ip-down\..*, /etc/cipe/ip-down.*, /usr/share/hplip/[^/]*, /usr/lib/news/bin(/.*)?, /usr/lib/pm-utils(/.*)?, /etc/vmware-tools(/.*)?, /etc/kde/shutdown(/.*)?, /etc/acpi/actions(/.*)?, /etc/pki/tls/misc(/.*)?, /usr/lib/jvm/java(.*/)bin(/.*), /usr/lib/tumbler-[^/]*/tumblerd, /usr/lib/readahead(/.*)?, /opt/google/chrome(/.*)?, /etc/munin/plugins(/.*)?, /usr/lib/bluetooth(/.*)?, /usr/lib/debug/bin(/.*)?, /usr/lib/xulrunner[^/]*/updater, /usr/lib/xulrunner[^/]*/crashreporter, /usr/lib/xulrunner[^/]*/xulrunner[^/]*, /usr/lib/ruby/gems(/.*)?/helper-scripts(/.*)?, /usr/share/debconf/.+, /etc/ppp/ipv6-down\..*, /usr/share/cluster/.*\.sh, /usr/share/sectool/.*\.py, /usr/share/ssl/misc(/.*)?, /usr/share/e16/misc(/.*)?, /usr/lib/ccache/bin(/.*)?, /etc/racoon/scripts(/.*)?, /usr/lib/de
 bug/sbin(/.*)?, /usr/lib/ruby/gems/.*/agents(/.*)?, /usr/share/mc/extfs/.*, /usr/lib/apt/methods.+, /usr/lib/portage/bin(/.*)?, /usr/lib/MailScanner(/.*)?, /etc/mcelog/triggers(/.*)?, /etc/dhcp/dhclient\.d(/.*)?, /emul/ia32-linux/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/Bin(/.*)?, /emul/ia32-linux/usr(/.*)?/sbin(/.*)?, /usr/lib/thunderbird.*/mozilla-xremote-client, /usr/lib/cyrus-imapd/.*, /usr/share/createrepo(/.*)?, /emul/ia32-linux/sbin(/.*)?, /usr/share/virtualbox/.*\.sh, /usr/share/hal/scripts(/.*)?, /usr/share/wicd/daemon(/.*)?, /lib/security/pam_krb5(/.*)?, /opt/google/talkplugin(/.*)?, /etc/PackageKit/events(/.*)?, /usr/lib/debug/usr/bin(/.*)?, /usr/lib/vmware-tools/(s)?bin32(/.*)?, /usr/lib/vmware-tools/(s)?bin64(/.*)?, /etc/gdm/XKeepsCrashing[^/]*, /usr/lib/oracle/xe/apps(/.*)?, /usr/share/Modules/init(/.*)?, /usr/share/smolt/client(/.*)?, /usr/lib/nagios/plugins(/.*)?, /usr/lib/debug/usr/sbin(/.*)?, /usr/share/apr-0/build/[^/]+\.
 sh, /usr/lib/emacsen-common/.*, /usr/share/ajaxterm/qweb.py.*, /var/lib/asterisk/agi-bin(/.*)?, /usr/share/shorewall-perl(/.*)?, /usr/share/shorewall-lite(/.*)?, /usr/linuxprinter/filters(/.*)?, /usr/lib/netsaint/plugins(/.*)?, /usr/lib/chromium-browser(/.*)?, /usr/share/turboprint/lib(/.*)?, /usr/lib/nfs-utils/scripts(/.*)?, /usr/share/shorewall-shell(/.*)?, /usr/share/shorewall6-lite(/.*)?, /usr/share/vhostmd/scripts(/.*)?, /usr/lib/debug/usr/libexec(/.*)?, /etc/ConsoleKit/run-seat\.d(/.*)?, /usr/lib/nspluginwrapper/np.*, /usr/share/sandbox/sandboxX.sh, /usr/lib/ConsoleKit/scripts(/.*)?, /usr/share/ajaxterm/ajaxterm.py.*, /usr/lib/pgsql/test/regress/.*\.sh, /usr/share/denyhosts/plugins(/.*)?, /usr/share/denyhosts/scripts(/.*)?, /emul/ia32-linux/usr/libexec(/.*)?, /usr/lib/mediawiki/math/texvc.*, /usr/share/PackageKit/helpers(/.*)?, /etc/ConsoleKit/run-session\.d(/.*)?, /etc/hotplug\.d/default/default.*, /usr/lib/systemd/system-sleep/(.*)?, /opt/gutenprint/cups/lib/filter(/
 .*)?, /usr/share/system-config-network(/netconfig)?/[^/]+\.py, /usr/lib/ConsoleKit/run-session\.d(/.*)?, /etc/sysconfig/network-scripts/net.*, /etc/sysconfig/network-scripts/ifup.*, /etc/sysconfig/network-scripts/init.*, /usr/share/kde4/apps/kajongg/kajongg.py, /etc/sysconfig/network-scripts/ifdown.*, /opt/OpenPrinting-Gutenprint/cups/lib/filter(/.*)?, /usr/share/gedit-2/plugins/externaltools/tools(/.*)?, /bin, /sbin, /usr/bin, /dev/MAKEDEV, /var/qmail/rc, /var/qmail/bin, /etc/mail/make, /bin/mountpoint, /usr/lib/rpm/rpmv, /usr/lib/rpm/rpmk, /usr/lib/rpm/rpmq, /usr/lib/rpm/rpmd, /lib/udev/scsi_id, /sbin/mkfs\.cramfs, /etc/xen/qemu-ifup, /etc/lxdm/Xsession, /etc/sysconfig/init, /usr/bin/mountpoint, /etc/apcupsd/commok, /usr/lib/sftp-server, /etc/sysconfig/crond, /etc/lxdm/LoginReady, /usr/sbin/mkfs\.cramfs, /usr/lib/udev/scsi_id, /etc/X11/xdm/Xsetup_0, /etc/init\.d/functions, /etc/apcupsd/changeme, /usr/lib/iscan/network, /etc/apcupsd/onbattery, /usr/lib/yaboot/addnote, /etc/
 sysconfig/libvirtd, /etc/apcupsd/apccontrol, /etc/apcupsd/offbattery, /usr/lib/wicd/monitor\.py, /etc/X11/xdm/TakeConsole, /etc/X11/xdm/GiveConsole, /etc/apcupsd/commfailure, /usr/lib/misc/sftp-server, /etc/sysconfig/netconsole, /lib/udev/devices/MAKEDEV, /var/lib/iscan/interpreter, /etc/rc\.d/init\.d/functions, /etc/apcupsd/masterconnect, /etc/apcupsd/mastertimeout, /usr/share/pydict/pydict\.py, /usr/share/clamav/clamd-gen, /sbin/insmod_ksymoops_clean, /etc/mgetty\+sendfax/new_fax, /usr/lib/xfce4/panel/migrate, /usr/lib/xfce4/panel/wrapper, /etc/sysconfig/readonly-root, /usr/lib/udev/devices/MAKEDEV, /usr/lib/vte/gnome-pty-helper, /usr/lib/xfce4/xfconf/xfconfd, /usr/share/hwbrowser/hwbrowser, /usr/share/cvs/contrib/rcs2log, /usr/X11R6/lib/X11/xkb/xkbcomp, /usr/lib/virtualbox/VBoxManage, /usr/share/cluster/checkquorum, /usr/share/shorewall/getparams, /usr/share/apr-0/build/libtool, /usr/share/cluster/SAPDatabase, /usr/share/cluster/SAPInstance, /etc/hotplug/hotplug\.function
 s, /usr/share/texmf/web2c/mktexdir, /usr/share/texmf/web2c/mktexupd, /usr/share/texmf/web2c/mktexnam, /usr/share/shorewall/configpath, /usr/sbin/insmod_ksymoops_clean, /etc/mcelog/cache-error-trigger, /usr/share/shorewall/compiler\.pl, /usr/share/dayplanner/dayplanner, /usr/libexec/openssh/sftp-server, /usr/share/texmf/texconfig/tcfmgr, /usr/share/clamav/freshclam-sleep, /usr/share/cluster/ocf-shellfuncs, /usr/share/cluster/svclib_nfslock, /usr/lib/xfce4/exo-1/exo-helper-1, /usr/share/pwlib/make/ptlib-config, /usr/share/fedora-usermgmt/wrapper, /usr/share/printconf/util/print\.py, /usr/lib/xfce4/xfwm4/helper-dialog, /etc/pki/tls/certs/make-dummy-cert, /usr/share/rhn/rhn_applet/applet\.py, /usr/share/authconfig/authconfig\.py, /usr/share/spamassassin/sa-update\.cron, /usr/share/gnucash/finance-quote-check, /usr/share/cluster/fence_scsi_check\.pl, /usr/share/selinux/devel/policygentool, /usr/share/switchdesk/switchdesk-gui\.py, /usr/share/authconfig/authconfig-gtk\.py, /usr/sh
 are/authconfig/authconfig-tui\.py, /usr/share/gitolite/hooks/common/update, /usr/share/gnucash/finance-quote-helper, /usr/lib/xfce4/exo-1/exo-compose-mail-1, /usr/share/system-config-services/gui\.py, /lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-config-netboot/pxeos\.py, /usr/lib/xfce4/session/balou-export-theme, /usr/share/system-config-nfs/nfs-export\.py, /usr/share/system-config-printer/applet\.py, /usr/share/system-config-selinux/polgen\.py, /usr/share/PackageKit/pk-upgrade-distro\.sh, /usr/lib/xfce4/session/balou-install-theme, /usr/share/system-config-netboot/pxeboot\.py, /usr/lib/xfce4/session/xfsm-shutdown-helper, /usr/share/rhn/rhn_applet/needed-packages\.py, /usr/lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-logviewer/system-logviewer\.py, /usr/share/system-config-network/neat-control\.py, /usr/share/system-config-services/serviceconf\.py, /usr/share/hal/device-manager/hal-device-manager, /usr/share/system-config-lvm/system-config-lvm\.p
 y, /usr/share/system-config-nfs/system-config-nfs\.py, /usr/share/system-config-httpd/system-config-httpd, /usr/share/system-config-mouse/system-config-mouse, /usr/share/system-config-users/system-config-users, /usr/share/system-config-date/system-config-date\.py, /usr/share/doc/ghc/html/libraries/gen_contents_index, /usr/share/gitolite/hooks/gitolite-admin/post-update, /usr/share/system-config-samba/system-config-samba\.py, /usr/share/system-config-display/system-config-display, /usr/share/system-config-keyboard/system-config-keyboard, /usr/share/system-config-language/system-config-language, /usr/share/system-config-services/system-config-services, /usr/share/system-config-selinux/system-config-selinux\.py, /usr/share/system-config-netboot/system-config-netboot\.py, /usr/share/system-config-soundcard/system-config-soundcard, /usr/share/system-config-rootpassword/system-config-rootpassword, /usr/share/system-config-securitylevel/system-config-securitylevel\.py, /sbin/ldconf
 ig, /usr/sbin/ldconfig
++/bin/.*, /opt/(.*/)?bin(/.*)?, /usr/(.*/)?Bin(/.*)?, /usr/(.*/)?bin(/.*)?, /usr/(.*/)?sbin(/.*)?, /opt/(.*/)?sbin(/.*)?, /opt/(.*/)?libexec(/.*)?, /sbin/.*, /usr/lib(.*/)?bin(/.*)?, /usr/lib(.*/)?sbin(/.*)?, /etc/gdm/[^/]+, /root/bin(/.*)?, /etc/gdm/[^/]+/.*, /etc/cron.daily(/.*)?, /etc/cron.weekly(/.*)?, /etc/cron.hourly(/.*)?, /etc/cron.monthly(/.*)?, /usr/lib/.*/program(/.*)?, /usr/lib/.*/scripts(/.*)?, /usr/lib/[^/]*/run-mozilla\.sh, /usr/lib/[^/]*/mozilla-xremote-client, /usr/lib/[^/]*thunderbird[^/]*/thunderbird, /usr/lib/[^/]*thunderbird[^/]*/open-browser\.sh, /usr/lib/[^/]*thunderbird[^/]*/thunderbird-bin, /lib/udev/[^/]*, /etc/auto\.[^/]*, /etc/avahi/.*\.action, /usr/lib/qt.*/bin(/.*)?, /usr/lib/yp/.+, /var/ftp/bin(/.*)?, /usr/Brother(/.*)?, /usr/Printer(/.*)?, /usr/libexec(/.*)?, /lib/upstart(/.*)?, /etc/kde/env(/.*)?, /etc/profile.d(/.*)?, /var/mailman.*/bin(/.*)?, /etc/lxdm/Pre.*, /etc/hotplug/.*rc, /usr/lib/cups(/.*)?, /etc/hotplug/.*agent, /usr/Brother/(.*/)?i
 nf/setup.*, /usr/Brother/(.*/)?inf/brprintconf.*, /usr/lib/dpkg/.+, /etc/lxdm/Post.*, /usr/lib/udev/[^/]*, /var/qmail/bin(/.*)?, /usr/lib/xfce4(/.*)?, /usr/lib/fence(/.*)?, /etc/X11/xinit(/.*)?, /lib/readahead(/.*)?, /etc/netplug\.d(/.*)?, /usr/lib/gimp/.*/plug-ins(/.*)?, /usr/lib/ipsec/.*, /etc/ppp/ip-up\..*, /usr/bin/pingus.*, /etc/cipe/ip-up.*, /usr/lib/dracut(/.*)?, /etc/pm/power\.d(/.*)?, /etc/pm/sleep\.d(/.*)?, /etc/redhat-lsb(/.*)?, /usr/lib/tuned/.*/.*\.sh, /usr/lib/xen/bin(/.*)?, /usr/lib/upstart(/.*)?, /usr/lib/courier(/.*)?, /etc/xen/scripts(/.*)?, /usr/share/tucan.*/tucan.py, /usr/lib/mailman.*/bin(/.*)?, /usr/lib/mailman.*/mail(/.*)?, /etc/ppp/ipv6-up\..*, /etc/ppp/ip-down\..*, /etc/cipe/ip-down.*, /usr/share/hplip/[^/]*, /usr/lib/news/bin(/.*)?, /usr/lib/pm-utils(/.*)?, /etc/vmware-tools(/.*)?, /etc/kde/shutdown(/.*)?, /etc/acpi/actions(/.*)?, /etc/pki/tls/misc(/.*)?, /usr/lib/jvm/java(.*/)bin(/.*), /usr/lib/tumbler-[^/]*/tumblerd, /usr/lib/readahead(/.*)?, /op
 t/google/chrome(/.*)?, /etc/munin/plugins(/.*)?, /usr/lib/bluetooth(/.*)?, /usr/lib/debug/bin(/.*)?, /usr/lib/xulrunner[^/]*/updater, /usr/lib/xulrunner[^/]*/crashreporter, /usr/lib/xulrunner[^/]*/xulrunner[^/]*, /usr/lib/ruby/gems(/.*)?/helper-scripts(/.*)?, /usr/share/debconf/.+, /etc/ppp/ipv6-down\..*, /usr/share/cluster/.*\.sh, /usr/share/sectool/.*\.py, /usr/share/ssl/misc(/.*)?, /usr/share/e16/misc(/.*)?, /usr/lib/ccache/bin(/.*)?, /etc/racoon/scripts(/.*)?, /usr/lib/debug/sbin(/.*)?, /usr/lib/ruby/gems/.*/agents(/.*)?, /usr/share/mc/extfs/.*, /usr/lib/apt/methods.+, /usr/lib/portage/bin(/.*)?, /usr/lib/MailScanner(/.*)?, /etc/mcelog/triggers(/.*)?, /etc/dhcp/dhclient\.d(/.*)?, /emul/ia32-linux/bin(/.*)?, /usr/lib/libreoffice(/.*)?/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/Bin(/.*)?, /emul/ia32-linux/usr(/.*)?/sbin(/.*)?, /usr/lib/thunderbird.*/mozilla-xremote-client, /usr/lib/cyrus-imapd/.*, /usr/share/createrepo(/.*)?, /emul/ia32-lin
 ux/sbin(/.*)?, /usr/share/virtualbox/.*\.sh, /usr/share/wicd/daemon(/.*)?, /usr/share/hal/scripts(/.*)?, /lib/security/pam_krb5(/.*)?, /opt/google/talkplugin(/.*)?, /etc/PackageKit/events(/.*)?, /usr/lib/debug/usr/bin(/.*)?, /usr/lib/vmware-tools/(s)?bin64(/.*)?, /usr/lib/vmware-tools/(s)?bin32(/.*)?, /etc/gdm/XKeepsCrashing[^/]*, /usr/lib/oracle/xe/apps(/.*)?, /usr/share/Modules/init(/.*)?, /usr/share/smolt/client(/.*)?, /usr/lib/nagios/plugins(/.*)?, /usr/lib/debug/usr/sbin(/.*)?, /usr/share/apr-0/build/[^/]+\.sh, /usr/lib/emacsen-common/.*, /usr/share/ajaxterm/qweb.py.*, /var/lib/asterisk/agi-bin(/.*)?, /usr/share/shorewall-perl(/.*)?, /usr/share/shorewall-lite(/.*)?, /usr/linuxprinter/filters(/.*)?, /usr/lib/netsaint/plugins(/.*)?, /usr/lib/chromium-browser(/.*)?, /usr/share/turboprint/lib(/.*)?, /usr/lib/nfs-utils/scripts(/.*)?, /usr/share/shorewall6-lite(/.*)?, /usr/share/shorewall-shell(/.*)?, /usr/share/vhostmd/scripts(/.*)?, /usr/lib/debug/usr/libexec(/.*)?, /etc/Co
 nsoleKit/run-seat\.d(/.*)?, /usr/lib/nspluginwrapper/np.*, /usr/share/sandbox/sandboxX.sh, /usr/lib/ConsoleKit/scripts(/.*)?, /usr/share/ajaxterm/ajaxterm.py.*, /usr/lib/pgsql/test/regress/.*\.sh, /usr/share/denyhosts/scripts(/.*)?, /usr/share/denyhosts/plugins(/.*)?, /emul/ia32-linux/usr/libexec(/.*)?, /usr/lib/mediawiki/math/texvc.*, /usr/share/PackageKit/helpers(/.*)?, /etc/ConsoleKit/run-session\.d(/.*)?, /etc/hotplug\.d/default/default.*, /usr/lib/systemd/system-sleep/(.*)?, /opt/gutenprint/cups/lib/filter(/.*)?, /usr/share/system-config-network(/netconfig)?/[^/]+\.py, /usr/lib/ConsoleKit/run-session\.d(/.*)?, /etc/sysconfig/network-scripts/net.*, /etc/sysconfig/network-scripts/ifup.*, /etc/sysconfig/network-scripts/init.*, /usr/share/kde4/apps/kajongg/kajongg.py, /etc/sysconfig/network-scripts/ifdown.*, /opt/OpenPrinting-Gutenprint/cups/lib/filter(/.*)?, /usr/share/gedit-2/plugins/externaltools/tools(/.*)?, /bin, /sbin, /usr/bin, /dev/MAKEDEV, /var/qmail/rc, /var/qmail
 /bin, /etc/mail/make, /bin/mountpoint, /usr/lib/rpm/rpmq, /usr/lib/rpm/rpmv, /usr/lib/rpm/rpmd, /usr/lib/rpm/rpmk, /lib/udev/scsi_id, /sbin/mkfs\.cramfs, /etc/xen/qemu-ifup, /etc/lxdm/Xsession, /etc/sysconfig/init, /usr/bin/mountpoint, /etc/apcupsd/commok, /usr/lib/sftp-server, /etc/sysconfig/crond, /etc/lxdm/LoginReady, /usr/sbin/mkfs\.cramfs, /usr/lib/udev/scsi_id, /etc/X11/xdm/Xsetup_0, /etc/init\.d/functions, /etc/apcupsd/changeme, /usr/lib/iscan/network, /etc/apcupsd/onbattery, /usr/lib/yaboot/addnote, /etc/sysconfig/libvirtd, /etc/apcupsd/apccontrol, /etc/apcupsd/offbattery, /usr/lib/wicd/monitor\.py, /etc/X11/xdm/TakeConsole, /etc/X11/xdm/GiveConsole, /etc/apcupsd/commfailure, /usr/lib/misc/sftp-server, /etc/sysconfig/netconsole, /lib/udev/devices/MAKEDEV, /var/lib/iscan/interpreter, /etc/rc\.d/init\.d/functions, /etc/apcupsd/masterconnect, /etc/apcupsd/mastertimeout, /usr/share/pydict/pydict\.py, /usr/share/clamav/clamd-gen, /sbin/insmod_ksymoops_clean, /etc/mgetty\+
 sendfax/new_fax, /usr/lib/xfce4/panel/migrate, /usr/lib/xfce4/panel/wrapper, /etc/sysconfig/readonly-root, /usr/lib/vte/gnome-pty-helper, /usr/lib/udev/devices/MAKEDEV, /usr/lib/xfce4/xfconf/xfconfd, /usr/share/cvs/contrib/rcs2log, /usr/share/hwbrowser/hwbrowser, /usr/X11R6/lib/X11/xkb/xkbcomp, /usr/lib/virtualbox/VBoxManage, /usr/share/cluster/SAPInstance, /usr/share/cluster/checkquorum, /usr/share/shorewall/getparams, /usr/share/apr-0/build/libtool, /usr/share/cluster/SAPDatabase, /etc/hotplug/hotplug\.functions, /usr/share/texmf/web2c/mktexdir, /usr/share/texmf/web2c/mktexnam, /usr/share/texmf/web2c/mktexupd, /usr/share/shorewall/configpath, /usr/sbin/insmod_ksymoops_clean, /etc/mcelog/cache-error-trigger, /usr/share/shorewall/compiler\.pl, /usr/share/dayplanner/dayplanner, /usr/libexec/openssh/sftp-server, /usr/share/texmf/texconfig/tcfmgr, /usr/share/clamav/freshclam-sleep, /usr/share/cluster/svclib_nfslock, /usr/share/cluster/ocf-shellfuncs, /usr/lib/xfce4/exo-1/exo-he
 lper-1, /usr/share/pwlib/make/ptlib-config, /usr/share/fedora-usermgmt/wrapper, /usr/share/printconf/util/print\.py, /usr/lib/xfce4/xfwm4/helper-dialog, /etc/pki/tls/certs/make-dummy-cert, /usr/share/rhn/rhn_applet/applet\.py, /usr/share/authconfig/authconfig\.py, /usr/share/spamassassin/sa-update\.cron, /usr/share/gnucash/finance-quote-check, /usr/share/cluster/fence_scsi_check\.pl, /usr/share/selinux/devel/policygentool, /usr/share/switchdesk/switchdesk-gui\.py, /usr/share/authconfig/authconfig-tui\.py, /usr/share/authconfig/authconfig-gtk\.py, /usr/share/gnucash/finance-quote-helper, /usr/share/gitolite/hooks/common/update, /usr/lib/xfce4/exo-1/exo-compose-mail-1, /usr/share/system-config-services/gui\.py, /lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-config-netboot/pxeos\.py, /usr/lib/xfce4/session/balou-export-theme, /usr/share/system-config-selinux/polgen\.py, /usr/share/system-config-nfs/nfs-export\.py, /usr/share/system-config-printer/applet\.py, /usr/s
 hare/PackageKit/pk-upgrade-distro\.sh, /usr/lib/xfce4/session/balou-install-theme, /usr/share/system-config-netboot/pxeboot\.py, /usr/lib/xfce4/session/xfsm-shutdown-helper, /usr/share/rhn/rhn_applet/needed-packages\.py, /usr/lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-logviewer/system-logviewer\.py, /usr/share/system-config-network/neat-control\.py, /usr/share/system-config-services/serviceconf\.py, /usr/share/hal/device-manager/hal-device-manager, /usr/share/system-config-lvm/system-config-lvm\.py, /usr/share/system-config-nfs/system-config-nfs\.py, /usr/share/system-config-mouse/system-config-mouse, /usr/share/system-config-httpd/system-config-httpd, /usr/share/system-config-users/system-config-users, /usr/share/system-config-date/system-config-date\.py, /usr/share/doc/ghc/html/libraries/gen_contents_index, /usr/share/gitolite/hooks/gitolite-admin/post-update, /usr/share/system-config-samba/system-config-samba\.py, /usr/share/system-config-display/system-co
 nfig-display, /usr/share/system-config-keyboard/system-config-keyboard, /usr/share/system-config-language/system-config-language, /usr/share/system-config-services/system-config-services, /usr/share/system-config-selinux/system-config-selinux\.py, /usr/share/system-config-netboot/system-config-netboot\.py, /usr/share/system-config-soundcard/system-config-soundcard, /usr/share/system-config-rootpassword/system-config-rootpassword, /usr/share/system-config-securitylevel/system-config-securitylevel\.py, /sbin/ldconfig, /usr/sbin/ldconfig, /dev/cpu/mtrr, /bin/d?ash, /bin/zsh.*, /bin/ksh.*, /usr/bin/d?ash, /usr/bin/ksh.*, /usr/bin/zsh.*, /bin/esh, /bin/mksh, /bin/sash, /bin/tcsh, /bin/yash, /bin/bash, /bin/fish, /bin/bash2, /usr/bin/esh, /usr/bin/mksh, /usr/bin/sash, /usr/bin/bash, /usr/bin/fish, /usr/bin/tcsh, /usr/bin/yash, /sbin/nologin, /usr/sbin/sesh, /usr/bin/bash2, /usr/sbin/smrsh, /usr/bin/scponly, /usr/sbin/nologin, /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-she
 ll, /usr/libexec/git-core/git-shell, all files on the system
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rpm_script policy is very flexible allowing users to setup their rpm_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rpm_script:
 +
 +.EX
-+.B rpm_script_t 
++.B rpm_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rpm_script policy is very flexible allowing users to setup their rpm_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rpm_script:
 +
 +
 +.EX
 +.PP
-+.B rpm_script_exec_t 
++.B rpm_script_exec_t
 +.EE
 +
 +- Set files with the rpm_script_exec_t type, if you want to transition an executable to the rpm_script_t domain.
@@ -77310,7 +78510,7 @@ index 0000000..286daa6
 +
 +.EX
 +.PP
-+.B rpm_script_tmp_t 
++.B rpm_script_tmp_t
 +.EE
 +
 +- Set files with the rpm_script_tmp_t type, if you want to store rpm script temporary files in the /tmp directories.
@@ -77318,15 +78518,15 @@ index 0000000..286daa6
 +
 +.EX
 +.PP
-+.B rpm_script_tmpfs_t 
++.B rpm_script_tmpfs_t
 +.EE
 +
 +- Set files with the rpm_script_tmpfs_t type, if you want to store rpm script files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -77368,13 +78568,13 @@ index 0000000..286daa6
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rpm_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -77382,18 +78582,18 @@ index 0000000..286daa6
 \ No newline at end of file
 diff --git a/man/man8/rpm_selinux.8 b/man/man8/rpm_selinux.8
 new file mode 100644
-index 0000000..9a8991c
+index 0000000..0b6f8e2
 --- /dev/null
 +++ b/man/man8/rpm_selinux.8
 @@ -0,0 +1,191 @@
-+.TH  "rpm_selinux"  "8"  "12-10-19" "rpm" "SELinux Policy documentation for rpm"
++.TH  "rpm_selinux"  "8"  "12-11-01" "rpm" "SELinux Policy documentation for rpm"
 +.SH "NAME"
 +rpm_selinux \- Security Enhanced Linux Policy for the rpm processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rpm processes via flexible mandatory access control.
 +
-+The rpm processes execute with the rpm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rpm processes execute with the rpm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -77402,41 +78602,41 @@ index 0000000..9a8991c
 +
 +.SH "ENTRYPOINTS"
 +
-+The rpm_t SELinux type can be entered via the "unlabeled_t,proc_type,file_type,rpm_exec_t,debuginfo_exec_t,sysctl_type,mtrr_device_t,rpm_script_exec_t,filesystem_type" file types.  The default entrypoint paths for the rpm_t domain are the following:"
++The rpm_t SELinux type can be entered via the "rpm_exec_t,debuginfo_exec_t,filesystem_type,rpm_script_exec_t,unlabeled_t,proc_type,mtrr_device_t,sysctl_type,file_type" file types.  The default entrypoint paths for the rpm_t domain are the following:"
 +
-+all files on the system, /usr/libexec/yumDBUSBackend.py, /bin/rpm, /usr/bin/dnf, /usr/bin/rpm, /usr/bin/yum, /usr/bin/zif, /usr/sbin/pup, /usr/bin/smart, /usr/sbin/bcfg2, /usr/sbin/pirut, /usr/bin/apt-get, /usr/sbin/up2date, /usr/sbin/synaptic, /usr/bin/apt-shell, /usr/sbin/rhn_check, /usr/sbin/rhnreg_ks, /usr/sbin/packagekitd, /usr/sbin/yum-updatesd, /usr/libexec/packagekitd, /usr/bin/package-cleanup, /usr/bin/fedora-rmdevelrpms, /usr/bin/rpmdev-rmdevelrpms, /usr/sbin/system-install-packages, /usr/share/yumex/yum_childtask\.py, /usr/sbin/yum-complete-transaction, /usr/share/yumex/yumex-yum-backend, /usr/bin/debuginfo-install, /dev/cpu/mtrr
++/usr/libexec/yumDBUSBackend.py, /bin/rpm, /usr/bin/dnf, /usr/bin/rpm, /usr/bin/yum, /usr/bin/zif, /usr/sbin/pup, /usr/bin/smart, /usr/sbin/bcfg2, /usr/sbin/pirut, /usr/bin/apt-get, /usr/sbin/up2date, /usr/sbin/synaptic, /usr/bin/apt-shell, /usr/sbin/rhn_check, /usr/sbin/rhnreg_ks, /usr/sbin/packagekitd, /usr/sbin/yum-updatesd, /usr/libexec/packagekitd, /usr/bin/package-cleanup, /usr/bin/fedora-rmdevelrpms, /usr/bin/rpmdev-rmdevelrpms, /usr/sbin/system-install-packages, /usr/share/yumex/yum_childtask\.py, /usr/sbin/yum-complete-transaction, /usr/share/yumex/yumex-yum-backend, /usr/bin/debuginfo-install, /dev/cpu/mtrr, all files on the system
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rpm policy is very flexible allowing users to setup their rpm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rpm:
 +
 +.EX
-+.B rpm_t, rpm_script_t 
++.B rpm_t, rpm_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rpm policy is very flexible allowing users to setup their rpm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rpm:
 +
 +
 +.EX
 +.PP
-+.B rpm_exec_t 
++.B rpm_exec_t
 +.EE
 +
 +- Set files with the rpm_exec_t type, if you want to transition an executable to the rpm_t domain.
@@ -77444,7 +78644,7 @@ index 0000000..9a8991c
 +
 +.EX
 +.PP
-+.B rpm_file_t 
++.B rpm_file_t
 +.EE
 +
 +- Set files with the rpm_file_t type, if you want to treat the files as rpm content.
@@ -77452,7 +78652,7 @@ index 0000000..9a8991c
 +
 +.EX
 +.PP
-+.B rpm_log_t 
++.B rpm_log_t
 +.EE
 +
 +- Set files with the rpm_log_t type, if you want to treat the data as rpm log data, usually stored under the /var/log directory.
@@ -77460,7 +78660,7 @@ index 0000000..9a8991c
 +
 +.EX
 +.PP
-+.B rpm_script_exec_t 
++.B rpm_script_exec_t
 +.EE
 +
 +- Set files with the rpm_script_exec_t type, if you want to transition an executable to the rpm_script_t domain.
@@ -77468,7 +78668,7 @@ index 0000000..9a8991c
 +
 +.EX
 +.PP
-+.B rpm_script_tmp_t 
++.B rpm_script_tmp_t
 +.EE
 +
 +- Set files with the rpm_script_tmp_t type, if you want to store rpm script temporary files in the /tmp directories.
@@ -77476,7 +78676,7 @@ index 0000000..9a8991c
 +
 +.EX
 +.PP
-+.B rpm_script_tmpfs_t 
++.B rpm_script_tmpfs_t
 +.EE
 +
 +- Set files with the rpm_script_tmpfs_t type, if you want to store rpm script files on a tmpfs file system.
@@ -77484,7 +78684,7 @@ index 0000000..9a8991c
 +
 +.EX
 +.PP
-+.B rpm_tmp_t 
++.B rpm_tmp_t
 +.EE
 +
 +- Set files with the rpm_tmp_t type, if you want to store rpm temporary files in the /tmp directories.
@@ -77492,7 +78692,7 @@ index 0000000..9a8991c
 +
 +.EX
 +.PP
-+.B rpm_tmpfs_t 
++.B rpm_tmpfs_t
 +.EE
 +
 +- Set files with the rpm_tmpfs_t type, if you want to store rpm files on a tmpfs file system.
@@ -77500,7 +78700,7 @@ index 0000000..9a8991c
 +
 +.EX
 +.PP
-+.B rpm_var_cache_t 
++.B rpm_var_cache_t
 +.EE
 +
 +- Set files with the rpm_var_cache_t type, if you want to store the files under the /var/cache directory.
@@ -77508,7 +78708,7 @@ index 0000000..9a8991c
 +
 +.EX
 +.PP
-+.B rpm_var_lib_t 
++.B rpm_var_lib_t
 +.EE
 +
 +- Set files with the rpm_var_lib_t type, if you want to store the rpm files under the /var/lib directory.
@@ -77516,15 +78716,15 @@ index 0000000..9a8991c
 +
 +.EX
 +.PP
-+.B rpm_var_run_t 
++.B rpm_var_run_t
 +.EE
 +
 +- Set files with the rpm_var_run_t type, if you want to store the rpm files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -77566,13 +78766,13 @@ index 0000000..9a8991c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rpm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -77580,18 +78780,18 @@ index 0000000..9a8991c
 \ No newline at end of file
 diff --git a/man/man8/rshd_selinux.8 b/man/man8/rshd_selinux.8
 new file mode 100644
-index 0000000..7515d38
+index 0000000..8958739
 --- /dev/null
 +++ b/man/man8/rshd_selinux.8
 @@ -0,0 +1,302 @@
-+.TH  "rshd_selinux"  "8"  "12-10-19" "rshd" "SELinux Policy documentation for rshd"
++.TH  "rshd_selinux"  "8"  "12-11-01" "rshd" "SELinux Policy documentation for rshd"
 +.SH "NAME"
 +rshd_selinux \- Security Enhanced Linux Policy for the rshd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rshd processes via flexible mandatory access control.
 +
-+The rshd processes execute with the rshd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rshd processes execute with the rshd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -77608,33 +78808,33 @@ index 0000000..7515d38
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rshd policy is very flexible allowing users to setup their rshd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rshd:
 +
 +.EX
-+.B rshd_t 
++.B rshd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rshd policy is very flexible allowing users to setup their rshd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rshd:
 +
 +
 +.EX
 +.PP
-+.B rshd_exec_t 
++.B rshd_exec_t
 +.EE
 +
 +- Set files with the rshd_exec_t type, if you want to transition an executable to the rshd_t domain.
@@ -77642,35 +78842,35 @@ index 0000000..7515d38
 +
 +.EX
 +.PP
-+.B rshd_keytab_t 
++.B rshd_keytab_t
 +.EE
 +
 +- Set files with the rshd_keytab_t type, if you want to treat the files as kerberos keytab files.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux rshd policy is very flexible allowing users to setup their rshd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for rshd:
 +
 +.EX
 +.TP 5
-+.B rsh_port_t 
++.B rsh_port_t
 +.TP 10
 +.EE
 +
@@ -77876,30 +79076,30 @@ index 0000000..7515d38
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rshd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/rssh_chroot_helper_selinux.8 b/man/man8/rssh_chroot_helper_selinux.8
 new file mode 100644
-index 0000000..747f90b
+index 0000000..42e38a6
 --- /dev/null
 +++ b/man/man8/rssh_chroot_helper_selinux.8
 @@ -0,0 +1,101 @@
-+.TH  "rssh_chroot_helper_selinux"  "8"  "12-10-19" "rssh_chroot_helper" "SELinux Policy documentation for rssh_chroot_helper"
++.TH  "rssh_chroot_helper_selinux"  "8"  "12-11-01" "rssh_chroot_helper" "SELinux Policy documentation for rssh_chroot_helper"
 +.SH "NAME"
 +rssh_chroot_helper_selinux \- Security Enhanced Linux Policy for the rssh_chroot_helper processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rssh_chroot_helper processes via flexible mandatory access control.
 +
-+The rssh_chroot_helper processes execute with the rssh_chroot_helper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rssh_chroot_helper processes execute with the rssh_chroot_helper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -77916,41 +79116,41 @@ index 0000000..747f90b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rssh_chroot_helper policy is very flexible allowing users to setup their rssh_chroot_helper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rssh_chroot_helper:
 +
 +.EX
-+.B rssh_chroot_helper_t 
++.B rssh_chroot_helper_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rssh_chroot_helper policy is very flexible allowing users to setup their rssh_chroot_helper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rssh_chroot_helper:
 +
 +
 +.EX
 +.PP
-+.B rssh_chroot_helper_exec_t 
++.B rssh_chroot_helper_exec_t
 +.EE
 +
 +- Set files with the rssh_chroot_helper_exec_t type, if you want to transition an executable to the rssh_chroot_helper_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -77982,13 +79182,13 @@ index 0000000..747f90b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rssh_chroot_helper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -77996,18 +79196,18 @@ index 0000000..747f90b
 \ No newline at end of file
 diff --git a/man/man8/rssh_selinux.8 b/man/man8/rssh_selinux.8
 new file mode 100644
-index 0000000..6de2c08
+index 0000000..f418ac6
 --- /dev/null
 +++ b/man/man8/rssh_selinux.8
 @@ -0,0 +1,133 @@
-+.TH  "rssh_selinux"  "8"  "12-10-19" "rssh" "SELinux Policy documentation for rssh"
++.TH  "rssh_selinux"  "8"  "12-11-01" "rssh" "SELinux Policy documentation for rssh"
 +.SH "NAME"
 +rssh_selinux \- Security Enhanced Linux Policy for the rssh processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rssh processes via flexible mandatory access control.
 +
-+The rssh processes execute with the rssh_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rssh processes execute with the rssh_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -78024,33 +79224,33 @@ index 0000000..6de2c08
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rssh policy is very flexible allowing users to setup their rssh processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rssh:
 +
 +.EX
-+.B rssh_t, rssh_chroot_helper_t 
++.B rssh_t, rssh_chroot_helper_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rssh policy is very flexible allowing users to setup their rssh processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rssh:
 +
 +
 +.EX
 +.PP
-+.B rssh_chroot_helper_exec_t 
++.B rssh_chroot_helper_exec_t
 +.EE
 +
 +- Set files with the rssh_chroot_helper_exec_t type, if you want to transition an executable to the rssh_chroot_helper_t domain.
@@ -78058,7 +79258,7 @@ index 0000000..6de2c08
 +
 +.EX
 +.PP
-+.B rssh_exec_t 
++.B rssh_exec_t
 +.EE
 +
 +- Set files with the rssh_exec_t type, if you want to transition an executable to the rssh_t domain.
@@ -78066,7 +79266,7 @@ index 0000000..6de2c08
 +
 +.EX
 +.PP
-+.B rssh_ro_t 
++.B rssh_ro_t
 +.EE
 +
 +- Set files with the rssh_ro_t type, if you want to treat the files as rssh read/only content.
@@ -78074,15 +79274,15 @@ index 0000000..6de2c08
 +
 +.EX
 +.PP
-+.B rssh_rw_t 
++.B rssh_rw_t
 +.EE
 +
 +- Set files with the rssh_rw_t type, if you want to treat the files as rssh read/write content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -78122,20 +79322,20 @@ index 0000000..6de2c08
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rssh(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 +, rssh_chroot_helper_selinux(8)
 \ No newline at end of file
 diff --git a/man/man8/rsync_selinux.8 b/man/man8/rsync_selinux.8
-index ad9ccf5..190fa8d 100644
+index ad9ccf5..bf0928c 100644
 --- a/man/man8/rsync_selinux.8
 +++ b/man/man8/rsync_selinux.8
 @@ -1,52 +1,299 @@
@@ -78148,7 +79348,7 @@ index ad9ccf5..190fa8d 100644
 -.ft R
 -.fi
 -..
-+.TH  "rsync_selinux"  "8"  "12-10-19" "rsync" "SELinux Policy documentation for rsync"
++.TH  "rsync_selinux"  "8"  "12-11-01" "rsync" "SELinux Policy documentation for rsync"
  .SH "NAME"
 -rsync_selinux \- Security Enhanced Linux Policy for the rsync daemon
 +rsync_selinux \- Security Enhanced Linux Policy for the rsync processes
@@ -78168,7 +79368,7 @@ index ad9ccf5..190fa8d 100644
 -To make this change permanent (survive a relabel), use the semanage command to add the change to file context configuration:
 +Security-Enhanced Linux secures the rsync processes via flexible mandatory access control.
 +
-+The rsync processes execute with the rsync_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rsync processes execute with the rsync_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -78185,17 +79385,17 @@ index ad9ccf5..190fa8d 100644
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rsync policy is very flexible allowing users to setup their rsync processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rsync:
 +
 +.EX
-+.B rsync_t 
++.B rsync_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -78318,20 +79518,22 @@ index ad9ccf5..190fa8d 100644
 -.SH BOOLEANS
 -.TP
 -system-config-selinux is a GUI tool available to customize SELinux policy settings.
+-.SH AUTHOR	
+-This manual page was written by Dan Walsh <dwalsh at redhat.com>.
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rsync policy is very flexible allowing users to setup their rsync processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rsync:
 +
 +
 +.EX
 +.PP
-+.B rsync_data_t 
++.B rsync_data_t
 +.EE
 +
 +- Set files with the rsync_data_t type, if you want to treat the files as rsync content.
@@ -78339,7 +79541,7 @@ index ad9ccf5..190fa8d 100644
 +
 +.EX
 +.PP
-+.B rsync_etc_t 
++.B rsync_etc_t
 +.EE
 +
 +- Set files with the rsync_etc_t type, if you want to store rsync files in the /etc directories.
@@ -78347,7 +79549,7 @@ index ad9ccf5..190fa8d 100644
 +
 +.EX
 +.PP
-+.B rsync_exec_t 
++.B rsync_exec_t
 +.EE
 +
 +- Set files with the rsync_exec_t type, if you want to transition an executable to the rsync_t domain.
@@ -78355,7 +79557,7 @@ index ad9ccf5..190fa8d 100644
 +
 +.EX
 +.PP
-+.B rsync_log_t 
++.B rsync_log_t
 +.EE
 +
 +- Set files with the rsync_log_t type, if you want to treat the data as rsync log data, usually stored under the /var/log directory.
@@ -78363,7 +79565,7 @@ index ad9ccf5..190fa8d 100644
 +
 +.EX
 +.PP
-+.B rsync_tmp_t 
++.B rsync_tmp_t
 +.EE
 +
 +- Set files with the rsync_tmp_t type, if you want to store rsync temporary files in the /tmp directories.
@@ -78371,35 +79573,35 @@ index ad9ccf5..190fa8d 100644
 +
 +.EX
 +.PP
-+.B rsync_var_run_t 
++.B rsync_var_run_t
 +.EE
 +
 +- Set files with the rsync_var_run_t type, if you want to store the rsync files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux rsync policy is very flexible allowing users to setup their rsync processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for rsync:
 +
 +.EX
 +.TP 5
-+.B rsync_port_t 
++.B rsync_port_t
 +.TP 10
 +.EE
 +
@@ -78462,14 +79664,13 @@ index ad9ccf5..190fa8d 100644
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
- .SH AUTHOR	
--This manual page was written by Dan Walsh <dwalsh at redhat.com>.
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
  
  .SH "SEE ALSO"
 -selinux(8), rsync(1), chcon(1), setsebool(8), semanage(8)
@@ -78478,18 +79679,18 @@ index ad9ccf5..190fa8d 100644
 \ No newline at end of file
 diff --git a/man/man8/rtkit_daemon_selinux.8 b/man/man8/rtkit_daemon_selinux.8
 new file mode 100644
-index 0000000..fb72b0a
+index 0000000..0e3bbbc
 --- /dev/null
 +++ b/man/man8/rtkit_daemon_selinux.8
 @@ -0,0 +1,108 @@
-+.TH  "rtkit_daemon_selinux"  "8"  "12-10-19" "rtkit_daemon" "SELinux Policy documentation for rtkit_daemon"
++.TH  "rtkit_daemon_selinux"  "8"  "12-11-01" "rtkit_daemon" "SELinux Policy documentation for rtkit_daemon"
 +.SH "NAME"
 +rtkit_daemon_selinux \- Security Enhanced Linux Policy for the rtkit_daemon processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rtkit_daemon processes via flexible mandatory access control.
 +
-+The rtkit_daemon processes execute with the rtkit_daemon_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rtkit_daemon processes execute with the rtkit_daemon_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -78506,41 +79707,41 @@ index 0000000..fb72b0a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rtkit_daemon policy is very flexible allowing users to setup their rtkit_daemon processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rtkit_daemon:
 +
 +.EX
-+.B rtkit_daemon_t 
++.B rtkit_daemon_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rtkit_daemon policy is very flexible allowing users to setup their rtkit_daemon processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rtkit_daemon:
 +
 +
 +.EX
 +.PP
-+.B rtkit_daemon_exec_t 
++.B rtkit_daemon_exec_t
 +.EE
 +
 +- Set files with the rtkit_daemon_exec_t type, if you want to transition an executable to the rtkit_daemon_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -78580,30 +79781,30 @@ index 0000000..fb72b0a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rtkit_daemon(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/run_init_selinux.8 b/man/man8/run_init_selinux.8
 new file mode 100644
-index 0000000..25b8fd4
+index 0000000..69e4288
 --- /dev/null
 +++ b/man/man8/run_init_selinux.8
 @@ -0,0 +1,148 @@
-+.TH  "run_init_selinux"  "8"  "12-10-19" "run_init" "SELinux Policy documentation for run_init"
++.TH  "run_init_selinux"  "8"  "12-11-01" "run_init" "SELinux Policy documentation for run_init"
 +.SH "NAME"
 +run_init_selinux \- Security Enhanced Linux Policy for the run_init processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the run_init processes via flexible mandatory access control.
 +
-+The run_init processes execute with the run_init_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The run_init processes execute with the run_init_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -78620,41 +79821,41 @@ index 0000000..25b8fd4
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux run_init policy is very flexible allowing users to setup their run_init processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for run_init:
 +
 +.EX
-+.B run_init_t 
++.B run_init_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux run_init policy is very flexible allowing users to setup their run_init processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for run_init:
 +
 +
 +.EX
 +.PP
-+.B run_init_exec_t 
++.B run_init_exec_t
 +.EE
 +
 +- Set files with the run_init_exec_t type, if you want to transition an executable to the run_init_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -78734,30 +79935,30 @@ index 0000000..25b8fd4
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), run_init(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/rwho_selinux.8 b/man/man8/rwho_selinux.8
 new file mode 100644
-index 0000000..6896780
+index 0000000..6044f11
 --- /dev/null
 +++ b/man/man8/rwho_selinux.8
 @@ -0,0 +1,152 @@
-+.TH  "rwho_selinux"  "8"  "12-10-19" "rwho" "SELinux Policy documentation for rwho"
++.TH  "rwho_selinux"  "8"  "12-11-01" "rwho" "SELinux Policy documentation for rwho"
 +.SH "NAME"
 +rwho_selinux \- Security Enhanced Linux Policy for the rwho processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the rwho processes via flexible mandatory access control.
 +
-+The rwho processes execute with the rwho_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The rwho processes execute with the rwho_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -78774,33 +79975,33 @@ index 0000000..6896780
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux rwho policy is very flexible allowing users to setup their rwho processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for rwho:
 +
 +.EX
-+.B rwho_t 
++.B rwho_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux rwho policy is very flexible allowing users to setup their rwho processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for rwho:
 +
 +
 +.EX
 +.PP
-+.B rwho_exec_t 
++.B rwho_exec_t
 +.EE
 +
 +- Set files with the rwho_exec_t type, if you want to transition an executable to the rwho_t domain.
@@ -78808,7 +80009,7 @@ index 0000000..6896780
 +
 +.EX
 +.PP
-+.B rwho_initrc_exec_t 
++.B rwho_initrc_exec_t
 +.EE
 +
 +- Set files with the rwho_initrc_exec_t type, if you want to transition an executable to the rwho_initrc_t domain.
@@ -78816,7 +80017,7 @@ index 0000000..6896780
 +
 +.EX
 +.PP
-+.B rwho_log_t 
++.B rwho_log_t
 +.EE
 +
 +- Set files with the rwho_log_t type, if you want to treat the data as rwho log data, usually stored under the /var/log directory.
@@ -78824,35 +80025,35 @@ index 0000000..6896780
 +
 +.EX
 +.PP
-+.B rwho_spool_t 
++.B rwho_spool_t
 +.EE
 +
 +- Set files with the rwho_spool_t type, if you want to store the rwho files under the /var/spool directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux rwho policy is very flexible allowing users to setup their rwho processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for rwho:
 +
 +.EX
 +.TP 5
-+.B rwho_port_t 
++.B rwho_port_t
 +.TP 10
 +.EE
 +
@@ -78892,30 +80093,30 @@ index 0000000..6896780
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), rwho(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/samba_net_selinux.8 b/man/man8/samba_net_selinux.8
 new file mode 100644
-index 0000000..64ee64b
+index 0000000..2b5c346
 --- /dev/null
 +++ b/man/man8/samba_net_selinux.8
 @@ -0,0 +1,155 @@
-+.TH  "samba_net_selinux"  "8"  "12-10-19" "samba_net" "SELinux Policy documentation for samba_net"
++.TH  "samba_net_selinux"  "8"  "12-11-01" "samba_net" "SELinux Policy documentation for samba_net"
 +.SH "NAME"
 +samba_net_selinux \- Security Enhanced Linux Policy for the samba_net processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the samba_net processes via flexible mandatory access control.
 +
-+The samba_net processes execute with the samba_net_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The samba_net processes execute with the samba_net_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -78932,33 +80133,33 @@ index 0000000..64ee64b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux samba_net policy is very flexible allowing users to setup their samba_net processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for samba_net:
 +
 +.EX
-+.B samba_net_t 
++.B samba_net_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux samba_net policy is very flexible allowing users to setup their samba_net processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for samba_net:
 +
 +
 +.EX
 +.PP
-+.B samba_net_exec_t 
++.B samba_net_exec_t
 +.EE
 +
 +- Set files with the samba_net_exec_t type, if you want to transition an executable to the samba_net_t domain.
@@ -78966,15 +80167,15 @@ index 0000000..64ee64b
 +
 +.EX
 +.PP
-+.B samba_net_tmp_t 
++.B samba_net_tmp_t
 +.EE
 +
 +- Set files with the samba_net_tmp_t type, if you want to store samba net temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -79052,20 +80253,20 @@ index 0000000..64ee64b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), samba_net(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 +, samba_unconfined_script_selinux(8), sambagui_selinux(8)
 \ No newline at end of file
 diff --git a/man/man8/samba_selinux.8 b/man/man8/samba_selinux.8
-index ca702c7..f52d532 100644
+index ca702c7..234a9c7 100644
 --- a/man/man8/samba_selinux.8
 +++ b/man/man8/samba_selinux.8
 @@ -1,56 +1 @@
@@ -79126,20 +80327,21 @@ index ca702c7..f52d532 100644
 -.SH "SEE ALSO"
 -selinux(8), samba(7), chcon(1), setsebool(8), semanage(8)
 +.so man8/smbd_selinux.8
+\ No newline at end of file
 diff --git a/man/man8/samba_unconfined_script_selinux.8 b/man/man8/samba_unconfined_script_selinux.8
 new file mode 100644
-index 0000000..94201c5
+index 0000000..293e93e
 --- /dev/null
 +++ b/man/man8/samba_unconfined_script_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "samba_unconfined_script_selinux"  "8"  "12-10-19" "samba_unconfined_script" "SELinux Policy documentation for samba_unconfined_script"
++.TH  "samba_unconfined_script_selinux"  "8"  "12-11-01" "samba_unconfined_script" "SELinux Policy documentation for samba_unconfined_script"
 +.SH "NAME"
 +samba_unconfined_script_selinux \- Security Enhanced Linux Policy for the samba_unconfined_script processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the samba_unconfined_script processes via flexible mandatory access control.
 +
-+The samba_unconfined_script processes execute with the samba_unconfined_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The samba_unconfined_script processes execute with the samba_unconfined_script_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -79156,41 +80358,41 @@ index 0000000..94201c5
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux samba_unconfined_script policy is very flexible allowing users to setup their samba_unconfined_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for samba_unconfined_script:
 +
 +.EX
-+.B samba_unconfined_script_t 
++.B samba_unconfined_script_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux samba_unconfined_script policy is very flexible allowing users to setup their samba_unconfined_script processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for samba_unconfined_script:
 +
 +
 +.EX
 +.PP
-+.B samba_unconfined_script_exec_t 
++.B samba_unconfined_script_exec_t
 +.EE
 +
 +- Set files with the samba_unconfined_script_exec_t type, if you want to transition an executable to the samba_unconfined_script_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -79208,13 +80410,13 @@ index 0000000..94201c5
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), samba_unconfined_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -79222,18 +80424,18 @@ index 0000000..94201c5
 \ No newline at end of file
 diff --git a/man/man8/sambagui_selinux.8 b/man/man8/sambagui_selinux.8
 new file mode 100644
-index 0000000..32dee90
+index 0000000..3c17297
 --- /dev/null
 +++ b/man/man8/sambagui_selinux.8
 @@ -0,0 +1,128 @@
-+.TH  "sambagui_selinux"  "8"  "12-10-19" "sambagui" "SELinux Policy documentation for sambagui"
++.TH  "sambagui_selinux"  "8"  "12-11-01" "sambagui" "SELinux Policy documentation for sambagui"
 +.SH "NAME"
 +sambagui_selinux \- Security Enhanced Linux Policy for the sambagui processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the sambagui processes via flexible mandatory access control.
 +
-+The sambagui processes execute with the sambagui_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The sambagui processes execute with the sambagui_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -79250,41 +80452,41 @@ index 0000000..32dee90
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux sambagui policy is very flexible allowing users to setup their sambagui processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for sambagui:
 +
 +.EX
-+.B sambagui_t 
++.B sambagui_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux sambagui policy is very flexible allowing users to setup their sambagui processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for sambagui:
 +
 +
 +.EX
 +.PP
-+.B sambagui_exec_t 
++.B sambagui_exec_t
 +.EE
 +
 +- Set files with the sambagui_exec_t type, if you want to transition an executable to the sambagui_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -79344,30 +80546,30 @@ index 0000000..32dee90
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sambagui(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/sandbox_selinux.8 b/man/man8/sandbox_selinux.8
 new file mode 100644
-index 0000000..94b817f
+index 0000000..ee32f27
 --- /dev/null
 +++ b/man/man8/sandbox_selinux.8
 @@ -0,0 +1,192 @@
-+.TH  "sandbox_selinux"  "8"  "12-10-19" "sandbox" "SELinux Policy documentation for sandbox"
++.TH  "sandbox_selinux"  "8"  "12-11-01" "sandbox" "SELinux Policy documentation for sandbox"
 +.SH "NAME"
 +sandbox_selinux \- Security Enhanced Linux Policy for the sandbox processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the sandbox processes via flexible mandatory access control.
 +
-+The sandbox processes execute with the sandbox_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The sandbox processes execute with the sandbox_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -79384,17 +80586,17 @@ index 0000000..94b817f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux sandbox policy is very flexible allowing users to setup their sandbox processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for sandbox:
 +
 +.EX
-+.B sandbox_x_client_t, sandbox_net_client_t, sandbox_xserver_t, sandbox_x_t, sandbox_web_client_t, sandbox_min_t, sandbox_net_t, sandbox_web_t, sandbox_min_client_t, sandbox_t 
++.B sandbox_x_client_t, sandbox_net_client_t, sandbox_xserver_t, sandbox_x_t, sandbox_web_client_t, sandbox_min_t, sandbox_net_t, sandbox_web_t, sandbox_min_client_t, sandbox_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -79416,19 +80618,19 @@ index 0000000..94b817f
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux sandbox policy is very flexible allowing users to setup their sandbox processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for sandbox:
 +
 +
 +.EX
 +.PP
-+.B sandbox_devpts_t 
++.B sandbox_devpts_t
 +.EE
 +
 +- Set files with the sandbox_devpts_t type, if you want to treat the files as sandbox devpts data.
@@ -79436,7 +80638,7 @@ index 0000000..94b817f
 +
 +.EX
 +.PP
-+.B sandbox_exec_t 
++.B sandbox_exec_t
 +.EE
 +
 +- Set files with the sandbox_exec_t type, if you want to transition an executable to the sandbox_t domain.
@@ -79444,7 +80646,7 @@ index 0000000..94b817f
 +
 +.EX
 +.PP
-+.B sandbox_file_t 
++.B sandbox_file_t
 +.EE
 +
 +- Set files with the sandbox_file_t type, if you want to treat the files as sandbox content.
@@ -79452,7 +80654,7 @@ index 0000000..94b817f
 +
 +.EX
 +.PP
-+.B sandbox_min_client_tmpfs_t 
++.B sandbox_min_client_tmpfs_t
 +.EE
 +
 +- Set files with the sandbox_min_client_tmpfs_t type, if you want to store sandbox min client files on a tmpfs file system.
@@ -79460,7 +80662,7 @@ index 0000000..94b817f
 +
 +.EX
 +.PP
-+.B sandbox_net_client_tmpfs_t 
++.B sandbox_net_client_tmpfs_t
 +.EE
 +
 +- Set files with the sandbox_net_client_tmpfs_t type, if you want to store sandbox net client files on a tmpfs file system.
@@ -79468,7 +80670,7 @@ index 0000000..94b817f
 +
 +.EX
 +.PP
-+.B sandbox_web_client_tmpfs_t 
++.B sandbox_web_client_tmpfs_t
 +.EE
 +
 +- Set files with the sandbox_web_client_tmpfs_t type, if you want to store sandbox web client files on a tmpfs file system.
@@ -79476,7 +80678,7 @@ index 0000000..94b817f
 +
 +.EX
 +.PP
-+.B sandbox_x_client_tmpfs_t 
++.B sandbox_x_client_tmpfs_t
 +.EE
 +
 +- Set files with the sandbox_x_client_tmpfs_t type, if you want to store sandbox x client files on a tmpfs file system.
@@ -79484,15 +80686,15 @@ index 0000000..94b817f
 +
 +.EX
 +.PP
-+.B sandbox_xserver_tmpfs_t 
++.B sandbox_xserver_tmpfs_t
 +.EE
 +
 +- Set files with the sandbox_xserver_tmpfs_t type, if you want to store sandbox xserver files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -79541,13 +80743,13 @@ index 0000000..94b817f
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sandbox(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -79555,18 +80757,18 @@ index 0000000..94b817f
 \ No newline at end of file
 diff --git a/man/man8/sanlock_selinux.8 b/man/man8/sanlock_selinux.8
 new file mode 100644
-index 0000000..cae2c88
+index 0000000..91bbc31
 --- /dev/null
 +++ b/man/man8/sanlock_selinux.8
 @@ -0,0 +1,220 @@
-+.TH  "sanlock_selinux"  "8"  "12-10-19" "sanlock" "SELinux Policy documentation for sanlock"
++.TH  "sanlock_selinux"  "8"  "12-11-01" "sanlock" "SELinux Policy documentation for sanlock"
 +.SH "NAME"
 +sanlock_selinux \- Security Enhanced Linux Policy for the sanlock processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the sanlock processes via flexible mandatory access control.
 +
-+The sanlock processes execute with the sanlock_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The sanlock processes execute with the sanlock_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -79583,17 +80785,17 @@ index 0000000..cae2c88
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux sanlock policy is very flexible allowing users to setup their sanlock processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for sanlock:
 +
 +.EX
-+.B sanlock_t 
++.B sanlock_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -79657,19 +80859,19 @@ index 0000000..cae2c88
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux sanlock policy is very flexible allowing users to setup their sanlock processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for sanlock:
 +
 +
 +.EX
 +.PP
-+.B sanlock_exec_t 
++.B sanlock_exec_t
 +.EE
 +
 +- Set files with the sanlock_exec_t type, if you want to transition an executable to the sanlock_t domain.
@@ -79677,7 +80879,7 @@ index 0000000..cae2c88
 +
 +.EX
 +.PP
-+.B sanlock_initrc_exec_t 
++.B sanlock_initrc_exec_t
 +.EE
 +
 +- Set files with the sanlock_initrc_exec_t type, if you want to transition an executable to the sanlock_initrc_t domain.
@@ -79685,7 +80887,7 @@ index 0000000..cae2c88
 +
 +.EX
 +.PP
-+.B sanlock_log_t 
++.B sanlock_log_t
 +.EE
 +
 +- Set files with the sanlock_log_t type, if you want to treat the data as sanlock log data, usually stored under the /var/log directory.
@@ -79693,7 +80895,7 @@ index 0000000..cae2c88
 +
 +.EX
 +.PP
-+.B sanlock_unit_file_t 
++.B sanlock_unit_file_t
 +.EE
 +
 +- Set files with the sanlock_unit_file_t type, if you want to treat the files as sanlock unit content.
@@ -79701,15 +80903,15 @@ index 0000000..cae2c88
 +
 +.EX
 +.PP
-+.B sanlock_var_run_t 
++.B sanlock_var_run_t
 +.EE
 +
 +- Set files with the sanlock_var_run_t type, if you want to store the sanlock files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -79768,13 +80970,13 @@ index 0000000..cae2c88
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sanlock(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -79782,18 +80984,18 @@ index 0000000..cae2c88
 \ No newline at end of file
 diff --git a/man/man8/saslauthd_selinux.8 b/man/man8/saslauthd_selinux.8
 new file mode 100644
-index 0000000..fad6797
+index 0000000..da990ec
 --- /dev/null
 +++ b/man/man8/saslauthd_selinux.8
 @@ -0,0 +1,220 @@
-+.TH  "saslauthd_selinux"  "8"  "12-10-19" "saslauthd" "SELinux Policy documentation for saslauthd"
++.TH  "saslauthd_selinux"  "8"  "12-11-01" "saslauthd" "SELinux Policy documentation for saslauthd"
 +.SH "NAME"
 +saslauthd_selinux \- Security Enhanced Linux Policy for the saslauthd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the saslauthd processes via flexible mandatory access control.
 +
-+The saslauthd processes execute with the saslauthd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The saslauthd processes execute with the saslauthd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -79810,17 +81012,17 @@ index 0000000..fad6797
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux saslauthd policy is very flexible allowing users to setup their saslauthd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for saslauthd:
 +
 +.EX
-+.B saslauthd_t 
++.B saslauthd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -79842,19 +81044,19 @@ index 0000000..fad6797
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux saslauthd policy is very flexible allowing users to setup their saslauthd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for saslauthd:
 +
 +
 +.EX
 +.PP
-+.B saslauthd_exec_t 
++.B saslauthd_exec_t
 +.EE
 +
 +- Set files with the saslauthd_exec_t type, if you want to transition an executable to the saslauthd_t domain.
@@ -79862,7 +81064,7 @@ index 0000000..fad6797
 +
 +.EX
 +.PP
-+.B saslauthd_initrc_exec_t 
++.B saslauthd_initrc_exec_t
 +.EE
 +
 +- Set files with the saslauthd_initrc_exec_t type, if you want to transition an executable to the saslauthd_initrc_t domain.
@@ -79870,7 +81072,7 @@ index 0000000..fad6797
 +
 +.EX
 +.PP
-+.B saslauthd_keytab_t 
++.B saslauthd_keytab_t
 +.EE
 +
 +- Set files with the saslauthd_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -79878,15 +81080,15 @@ index 0000000..fad6797
 +
 +.EX
 +.PP
-+.B saslauthd_var_run_t 
++.B saslauthd_var_run_t
 +.EE
 +
 +- Set files with the saslauthd_var_run_t type, if you want to store the saslauthd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -79995,13 +81197,13 @@ index 0000000..fad6797
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), saslauthd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -80009,18 +81211,18 @@ index 0000000..fad6797
 \ No newline at end of file
 diff --git a/man/man8/sblim_gatherd_selinux.8 b/man/man8/sblim_gatherd_selinux.8
 new file mode 100644
-index 0000000..3f927f7
+index 0000000..85b84c9
 --- /dev/null
 +++ b/man/man8/sblim_gatherd_selinux.8
 @@ -0,0 +1,97 @@
-+.TH  "sblim_gatherd_selinux"  "8"  "12-10-19" "sblim_gatherd" "SELinux Policy documentation for sblim_gatherd"
++.TH  "sblim_gatherd_selinux"  "8"  "12-11-01" "sblim_gatherd" "SELinux Policy documentation for sblim_gatherd"
 +.SH "NAME"
 +sblim_gatherd_selinux \- Security Enhanced Linux Policy for the sblim_gatherd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the sblim_gatherd processes via flexible mandatory access control.
 +
-+The sblim_gatherd processes execute with the sblim_gatherd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The sblim_gatherd processes execute with the sblim_gatherd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -80037,41 +81239,41 @@ index 0000000..3f927f7
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux sblim_gatherd policy is very flexible allowing users to setup their sblim_gatherd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for sblim_gatherd:
 +
 +.EX
-+.B sblim_gatherd_t 
++.B sblim_gatherd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux sblim_gatherd policy is very flexible allowing users to setup their sblim_gatherd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for sblim_gatherd:
 +
 +
 +.EX
 +.PP
-+.B sblim_gatherd_exec_t 
++.B sblim_gatherd_exec_t
 +.EE
 +
 +- Set files with the sblim_gatherd_exec_t type, if you want to transition an executable to the sblim_gatherd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -80099,13 +81301,13 @@ index 0000000..3f927f7
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sblim_gatherd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -80113,18 +81315,18 @@ index 0000000..3f927f7
 \ No newline at end of file
 diff --git a/man/man8/sblim_reposd_selinux.8 b/man/man8/sblim_reposd_selinux.8
 new file mode 100644
-index 0000000..3d8ea22
+index 0000000..10407e3
 --- /dev/null
 +++ b/man/man8/sblim_reposd_selinux.8
 @@ -0,0 +1,97 @@
-+.TH  "sblim_reposd_selinux"  "8"  "12-10-19" "sblim_reposd" "SELinux Policy documentation for sblim_reposd"
++.TH  "sblim_reposd_selinux"  "8"  "12-11-01" "sblim_reposd" "SELinux Policy documentation for sblim_reposd"
 +.SH "NAME"
 +sblim_reposd_selinux \- Security Enhanced Linux Policy for the sblim_reposd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the sblim_reposd processes via flexible mandatory access control.
 +
-+The sblim_reposd processes execute with the sblim_reposd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The sblim_reposd processes execute with the sblim_reposd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -80141,41 +81343,41 @@ index 0000000..3d8ea22
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux sblim_reposd policy is very flexible allowing users to setup their sblim_reposd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for sblim_reposd:
 +
 +.EX
-+.B sblim_reposd_t 
++.B sblim_reposd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux sblim_reposd policy is very flexible allowing users to setup their sblim_reposd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for sblim_reposd:
 +
 +
 +.EX
 +.PP
-+.B sblim_reposd_exec_t 
++.B sblim_reposd_exec_t
 +.EE
 +
 +- Set files with the sblim_reposd_exec_t type, if you want to transition an executable to the sblim_reposd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -80203,13 +81405,13 @@ index 0000000..3d8ea22
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sblim_reposd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -80217,34 +81419,34 @@ index 0000000..3d8ea22
 \ No newline at end of file
 diff --git a/man/man8/secadm_selinux.8 b/man/man8/secadm_selinux.8
 new file mode 100644
-index 0000000..3992d11
+index 0000000..bb8258d
 --- /dev/null
 +++ b/man/man8/secadm_selinux.8
 @@ -0,0 +1,332 @@
 +.TH  "secadm_selinux"  "8"  "secadm" "mgrepl at redhat.com" "secadm SELinux Policy documentation"
 +.SH "NAME"
-+secadm_r \- \fBSecurity administrator role\fP - Security Enhanced Linux Policy 
++secadm_r \- \fBSecurity administrator role\fP - Security Enhanced Linux Policy
 +
 +.SH DESCRIPTION
 +
-+SELinux supports Roles Based Access Control (RBAC), some Linux roles are login roles, while other roles need to be transition into. 
++SELinux supports Roles Based Access Control (RBAC), some Linux roles are login roles, while other roles need to be transition into.
 +
-+.I Note: 
-+Examples in this man page will use the 
-+.B staff_u 
++.I Note:
++Examples in this man page will use the
++.B staff_u
 +SELinux user.
 +
-+Non login roles are usually used for administrative tasks. For example, tasks that require root privileges.  Roles control which types a user can run processes with. Roles often have default types assigned to them. 
++Non login roles are usually used for administrative tasks. For example, tasks that require root privileges.  Roles control which types a user can run processes with. Roles often have default types assigned to them.
 +
 +The default type for the secadm_r role is secadm_t.
 +
-+The 
-+.B newrole 
++The
++.B newrole
 +program to transition directly to this role.
 +
 +.B newrole -r secadm_r -t secadm_t
 +
-+.B sudo 
++.B sudo
 +is the preferred method to do transition from one role to another.  You setup sudo to transition to secadm_r by adding a similar line to the /etc/sudoers file.
 +
 +USERNAME ALL=(ALL) ROLE=secadm_r TYPE=secadm_t COMMAND
@@ -80260,11 +81462,11 @@ index 0000000..3992d11
 +
 +You need to add secadm_r to the staff_u user.  You could setup the staff_u user to be able to use the secadm_r role with a command like:
 +
-+.B $ semanage user -m -R 'staff_r system_r secadm_r' staff_u 
++.B $ semanage user -m -R 'staff_r system_r secadm_r' staff_u
 +
 +
 +
-+SELinux policy also controls which roles can transition to a different role.  
++SELinux policy also controls which roles can transition to a different role.
 +You can list these rules using the following command.
 +
 +.B search --role_allow
@@ -80331,10 +81533,10 @@ index 0000000..3992d11
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -80543,30 +81745,30 @@ index 0000000..3992d11
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), secadm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/sectoolm_selinux.8 b/man/man8/sectoolm_selinux.8
 new file mode 100644
-index 0000000..3852b4f
+index 0000000..145e360
 --- /dev/null
 +++ b/man/man8/sectoolm_selinux.8
 @@ -0,0 +1,126 @@
-+.TH  "sectoolm_selinux"  "8"  "12-10-19" "sectoolm" "SELinux Policy documentation for sectoolm"
++.TH  "sectoolm_selinux"  "8"  "12-11-01" "sectoolm" "SELinux Policy documentation for sectoolm"
 +.SH "NAME"
 +sectoolm_selinux \- Security Enhanced Linux Policy for the sectoolm processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the sectoolm processes via flexible mandatory access control.
 +
-+The sectoolm processes execute with the sectoolm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The sectoolm processes execute with the sectoolm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -80583,41 +81785,41 @@ index 0000000..3852b4f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux sectoolm policy is very flexible allowing users to setup their sectoolm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for sectoolm:
 +
 +.EX
-+.B sectoolm_t 
++.B sectoolm_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux sectoolm policy is very flexible allowing users to setup their sectoolm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for sectoolm:
 +
 +
 +.EX
 +.PP
-+.B sectoolm_exec_t 
++.B sectoolm_exec_t
 +.EE
 +
 +- Set files with the sectoolm_exec_t type, if you want to transition an executable to the sectoolm_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -80675,30 +81877,30 @@ index 0000000..3852b4f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sectoolm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/selinux_munin_plugin_selinux.8 b/man/man8/selinux_munin_plugin_selinux.8
 new file mode 100644
-index 0000000..cff3822
+index 0000000..d4bbce9
 --- /dev/null
 +++ b/man/man8/selinux_munin_plugin_selinux.8
 @@ -0,0 +1,108 @@
-+.TH  "selinux_munin_plugin_selinux"  "8"  "12-10-19" "selinux_munin_plugin" "SELinux Policy documentation for selinux_munin_plugin"
++.TH  "selinux_munin_plugin_selinux"  "8"  "12-11-01" "selinux_munin_plugin" "SELinux Policy documentation for selinux_munin_plugin"
 +.SH "NAME"
 +selinux_munin_plugin_selinux \- Security Enhanced Linux Policy for the selinux_munin_plugin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the selinux_munin_plugin processes via flexible mandatory access control.
 +
-+The selinux_munin_plugin processes execute with the selinux_munin_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The selinux_munin_plugin processes execute with the selinux_munin_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -80715,33 +81917,33 @@ index 0000000..cff3822
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux selinux_munin_plugin policy is very flexible allowing users to setup their selinux_munin_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for selinux_munin_plugin:
 +
 +.EX
-+.B selinux_munin_plugin_t 
++.B selinux_munin_plugin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux selinux_munin_plugin policy is very flexible allowing users to setup their selinux_munin_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for selinux_munin_plugin:
 +
 +
 +.EX
 +.PP
-+.B selinux_munin_plugin_exec_t 
++.B selinux_munin_plugin_exec_t
 +.EE
 +
 +- Set files with the selinux_munin_plugin_exec_t type, if you want to transition an executable to the selinux_munin_plugin_t domain.
@@ -80749,15 +81951,15 @@ index 0000000..cff3822
 +
 +.EX
 +.PP
-+.B selinux_munin_plugin_tmp_t 
++.B selinux_munin_plugin_tmp_t
 +.EE
 +
 +- Set files with the selinux_munin_plugin_tmp_t type, if you want to store selinux munin plugin temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -80789,30 +81991,30 @@ index 0000000..cff3822
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), selinux_munin_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/semanage_selinux.8 b/man/man8/semanage_selinux.8
 new file mode 100644
-index 0000000..ad1920a
+index 0000000..d6f6031
 --- /dev/null
 +++ b/man/man8/semanage_selinux.8
 @@ -0,0 +1,214 @@
-+.TH  "semanage_selinux"  "8"  "12-10-19" "semanage" "SELinux Policy documentation for semanage"
++.TH  "semanage_selinux"  "8"  "12-11-01" "semanage" "SELinux Policy documentation for semanage"
 +.SH "NAME"
 +semanage_selinux \- Security Enhanced Linux Policy for the semanage processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the semanage processes via flexible mandatory access control.
 +
-+The semanage processes execute with the semanage_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The semanage processes execute with the semanage_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -80829,33 +82031,33 @@ index 0000000..ad1920a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux semanage policy is very flexible allowing users to setup their semanage processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for semanage:
 +
 +.EX
-+.B semanage_t 
++.B semanage_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux semanage policy is very flexible allowing users to setup their semanage processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for semanage:
 +
 +
 +.EX
 +.PP
-+.B semanage_exec_t 
++.B semanage_exec_t
 +.EE
 +
 +- Set files with the semanage_exec_t type, if you want to transition an executable to the semanage_t domain.
@@ -80863,7 +82065,7 @@ index 0000000..ad1920a
 +
 +.EX
 +.PP
-+.B semanage_read_lock_t 
++.B semanage_read_lock_t
 +.EE
 +
 +- Set files with the semanage_read_lock_t type, if you want to treat the files as semanage read lock data, stored under the /var/lock directory
@@ -80871,7 +82073,7 @@ index 0000000..ad1920a
 +
 +.EX
 +.PP
-+.B semanage_store_t 
++.B semanage_store_t
 +.EE
 +
 +- Set files with the semanage_store_t type, if you want to treat the files as semanage store data.
@@ -80879,7 +82081,7 @@ index 0000000..ad1920a
 +
 +.EX
 +.PP
-+.B semanage_tmp_t 
++.B semanage_tmp_t
 +.EE
 +
 +- Set files with the semanage_tmp_t type, if you want to store semanage temporary files in the /tmp directories.
@@ -80887,7 +82089,7 @@ index 0000000..ad1920a
 +
 +.EX
 +.PP
-+.B semanage_trans_lock_t 
++.B semanage_trans_lock_t
 +.EE
 +
 +- Set files with the semanage_trans_lock_t type, if you want to treat the files as semanage trans lock data, stored under the /var/lock directory
@@ -80895,15 +82097,15 @@ index 0000000..ad1920a
 +
 +.EX
 +.PP
-+.B semanage_var_lib_t 
++.B semanage_var_lib_t
 +.EE
 +
 +- Set files with the semanage_var_lib_t type, if you want to store the semanage files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -81009,30 +82211,30 @@ index 0000000..ad1920a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), semanage(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/sendmail_selinux.8 b/man/man8/sendmail_selinux.8
 new file mode 100644
-index 0000000..e9911cd
+index 0000000..b44a2e8
 --- /dev/null
 +++ b/man/man8/sendmail_selinux.8
-@@ -0,0 +1,292 @@
-+.TH  "sendmail_selinux"  "8"  "12-10-19" "sendmail" "SELinux Policy documentation for sendmail"
+@@ -0,0 +1,290 @@
++.TH  "sendmail_selinux"  "8"  "12-11-01" "sendmail" "SELinux Policy documentation for sendmail"
 +.SH "NAME"
 +sendmail_selinux \- Security Enhanced Linux Policy for the sendmail processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the sendmail processes via flexible mandatory access control.
 +
-+The sendmail processes execute with the sendmail_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The sendmail processes execute with the sendmail_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -81049,17 +82251,17 @@ index 0000000..e9911cd
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux sendmail policy is very flexible allowing users to setup their sendmail processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for sendmail:
 +
 +.EX
-+.B sendmail_t 
++.B sendmail_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -81109,19 +82311,19 @@ index 0000000..e9911cd
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux sendmail policy is very flexible allowing users to setup their sendmail processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for sendmail:
 +
 +
 +.EX
 +.PP
-+.B sendmail_exec_t 
++.B sendmail_exec_t
 +.EE
 +
 +- Set files with the sendmail_exec_t type, if you want to transition an executable to the sendmail_t domain.
@@ -81129,7 +82331,7 @@ index 0000000..e9911cd
 +
 +.EX
 +.PP
-+.B sendmail_initrc_exec_t 
++.B sendmail_initrc_exec_t
 +.EE
 +
 +- Set files with the sendmail_initrc_exec_t type, if you want to transition an executable to the sendmail_initrc_t domain.
@@ -81137,7 +82339,7 @@ index 0000000..e9911cd
 +
 +.EX
 +.PP
-+.B sendmail_keytab_t 
++.B sendmail_keytab_t
 +.EE
 +
 +- Set files with the sendmail_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -81145,7 +82347,7 @@ index 0000000..e9911cd
 +
 +.EX
 +.PP
-+.B sendmail_log_t 
++.B sendmail_log_t
 +.EE
 +
 +- Set files with the sendmail_log_t type, if you want to treat the data as sendmail log data, usually stored under the /var/log directory.
@@ -81153,7 +82355,7 @@ index 0000000..e9911cd
 +
 +.EX
 +.PP
-+.B sendmail_tmp_t 
++.B sendmail_tmp_t
 +.EE
 +
 +- Set files with the sendmail_tmp_t type, if you want to store sendmail temporary files in the /tmp directories.
@@ -81161,15 +82363,15 @@ index 0000000..e9911cd
 +
 +.EX
 +.PP
-+.B sendmail_var_run_t 
++.B sendmail_var_run_t
 +.EE
 +
 +- Set files with the sendmail_var_run_t type, if you want to store the sendmail files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -81191,16 +82393,14 @@ index 0000000..e9911cd
 +.br
 +.B etc_aliases_t
 +
++	/etc/mail/aliases.*
++.br
 +	/etc/postfix/aliases.*
 +.br
 +	/etc/aliases
 +.br
 +	/etc/aliases\.db
 +.br
-+	/etc/mail/aliases
-+.br
-+	/etc/mail/aliases\.db
-+.br
 +
 +.br
 +.B exim_spool_t
@@ -81306,13 +82506,13 @@ index 0000000..e9911cd
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sendmail(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -81320,18 +82520,18 @@ index 0000000..e9911cd
 \ No newline at end of file
 diff --git a/man/man8/sensord_selinux.8 b/man/man8/sensord_selinux.8
 new file mode 100644
-index 0000000..f9b2a65
+index 0000000..8969289
 --- /dev/null
 +++ b/man/man8/sensord_selinux.8
 @@ -0,0 +1,112 @@
-+.TH  "sensord_selinux"  "8"  "12-10-19" "sensord" "SELinux Policy documentation for sensord"
++.TH  "sensord_selinux"  "8"  "12-11-01" "sensord" "SELinux Policy documentation for sensord"
 +.SH "NAME"
 +sensord_selinux \- Security Enhanced Linux Policy for the sensord processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the sensord processes via flexible mandatory access control.
 +
-+The sensord processes execute with the sensord_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The sensord processes execute with the sensord_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -81348,33 +82548,33 @@ index 0000000..f9b2a65
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux sensord policy is very flexible allowing users to setup their sensord processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for sensord:
 +
 +.EX
-+.B sensord_t 
++.B sensord_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux sensord policy is very flexible allowing users to setup their sensord processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for sensord:
 +
 +
 +.EX
 +.PP
-+.B sensord_exec_t 
++.B sensord_exec_t
 +.EE
 +
 +- Set files with the sensord_exec_t type, if you want to transition an executable to the sensord_t domain.
@@ -81382,7 +82582,7 @@ index 0000000..f9b2a65
 +
 +.EX
 +.PP
-+.B sensord_unit_file_t 
++.B sensord_unit_file_t
 +.EE
 +
 +- Set files with the sensord_unit_file_t type, if you want to treat the files as sensord unit content.
@@ -81390,15 +82590,15 @@ index 0000000..f9b2a65
 +
 +.EX
 +.PP
-+.B sensord_var_run_t 
++.B sensord_var_run_t
 +.EE
 +
 +- Set files with the sensord_var_run_t type, if you want to store the sensord files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -81426,30 +82626,30 @@ index 0000000..f9b2a65
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sensord(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/services_munin_plugin_selinux.8 b/man/man8/services_munin_plugin_selinux.8
 new file mode 100644
-index 0000000..62c92bf
+index 0000000..6e5c075
 --- /dev/null
 +++ b/man/man8/services_munin_plugin_selinux.8
 @@ -0,0 +1,108 @@
-+.TH  "services_munin_plugin_selinux"  "8"  "12-10-19" "services_munin_plugin" "SELinux Policy documentation for services_munin_plugin"
++.TH  "services_munin_plugin_selinux"  "8"  "12-11-01" "services_munin_plugin" "SELinux Policy documentation for services_munin_plugin"
 +.SH "NAME"
 +services_munin_plugin_selinux \- Security Enhanced Linux Policy for the services_munin_plugin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the services_munin_plugin processes via flexible mandatory access control.
 +
-+The services_munin_plugin processes execute with the services_munin_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The services_munin_plugin processes execute with the services_munin_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -81466,33 +82666,33 @@ index 0000000..62c92bf
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux services_munin_plugin policy is very flexible allowing users to setup their services_munin_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for services_munin_plugin:
 +
 +.EX
-+.B services_munin_plugin_t 
++.B services_munin_plugin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux services_munin_plugin policy is very flexible allowing users to setup their services_munin_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for services_munin_plugin:
 +
 +
 +.EX
 +.PP
-+.B services_munin_plugin_exec_t 
++.B services_munin_plugin_exec_t
 +.EE
 +
 +- Set files with the services_munin_plugin_exec_t type, if you want to transition an executable to the services_munin_plugin_t domain.
@@ -81500,15 +82700,15 @@ index 0000000..62c92bf
 +
 +.EX
 +.PP
-+.B services_munin_plugin_tmp_t 
++.B services_munin_plugin_tmp_t
 +.EE
 +
 +- Set files with the services_munin_plugin_tmp_t type, if you want to store services munin plugin temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -81540,30 +82740,30 @@ index 0000000..62c92bf
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), services_munin_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/setfiles_selinux.8 b/man/man8/setfiles_selinux.8
 new file mode 100644
-index 0000000..73fd7b9
+index 0000000..19b8e3f
 --- /dev/null
 +++ b/man/man8/setfiles_selinux.8
 @@ -0,0 +1,102 @@
-+.TH  "setfiles_selinux"  "8"  "12-10-19" "setfiles" "SELinux Policy documentation for setfiles"
++.TH  "setfiles_selinux"  "8"  "12-11-01" "setfiles" "SELinux Policy documentation for setfiles"
 +.SH "NAME"
 +setfiles_selinux \- Security Enhanced Linux Policy for the setfiles processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the setfiles processes via flexible mandatory access control.
 +
-+The setfiles processes execute with the setfiles_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The setfiles processes execute with the setfiles_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -81580,41 +82780,41 @@ index 0000000..73fd7b9
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux setfiles policy is very flexible allowing users to setup their setfiles processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for setfiles:
 +
 +.EX
-+.B setfiles_mac_t, setfiles_t 
++.B setfiles_mac_t, setfiles_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux setfiles policy is very flexible allowing users to setup their setfiles processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for setfiles:
 +
 +
 +.EX
 +.PP
-+.B setfiles_exec_t 
++.B setfiles_exec_t
 +.EE
 +
 +- Set files with the setfiles_exec_t type, if you want to transition an executable to the setfiles_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -81648,30 +82848,30 @@ index 0000000..73fd7b9
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), setfiles(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/setkey_selinux.8 b/man/man8/setkey_selinux.8
 new file mode 100644
-index 0000000..d3b26c7
+index 0000000..d2623ac
 --- /dev/null
 +++ b/man/man8/setkey_selinux.8
 @@ -0,0 +1,86 @@
-+.TH  "setkey_selinux"  "8"  "12-10-19" "setkey" "SELinux Policy documentation for setkey"
++.TH  "setkey_selinux"  "8"  "12-11-01" "setkey" "SELinux Policy documentation for setkey"
 +.SH "NAME"
 +setkey_selinux \- Security Enhanced Linux Policy for the setkey processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the setkey processes via flexible mandatory access control.
 +
-+The setkey processes execute with the setkey_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The setkey processes execute with the setkey_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -81688,41 +82888,41 @@ index 0000000..d3b26c7
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux setkey policy is very flexible allowing users to setup their setkey processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for setkey:
 +
 +.EX
-+.B setkey_t 
++.B setkey_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux setkey policy is very flexible allowing users to setup their setkey processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for setkey:
 +
 +
 +.EX
 +.PP
-+.B setkey_exec_t 
++.B setkey_exec_t
 +.EE
 +
 +- Set files with the setkey_exec_t type, if you want to transition an executable to the setkey_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -81740,30 +82940,30 @@ index 0000000..d3b26c7
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), setkey(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/setrans_selinux.8 b/man/man8/setrans_selinux.8
 new file mode 100644
-index 0000000..00268c7
+index 0000000..e0a6cbb
 --- /dev/null
 +++ b/man/man8/setrans_selinux.8
 @@ -0,0 +1,120 @@
-+.TH  "setrans_selinux"  "8"  "12-10-19" "setrans" "SELinux Policy documentation for setrans"
++.TH  "setrans_selinux"  "8"  "12-11-01" "setrans" "SELinux Policy documentation for setrans"
 +.SH "NAME"
 +setrans_selinux \- Security Enhanced Linux Policy for the setrans processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the setrans processes via flexible mandatory access control.
 +
-+The setrans processes execute with the setrans_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The setrans processes execute with the setrans_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -81780,33 +82980,33 @@ index 0000000..00268c7
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux setrans policy is very flexible allowing users to setup their setrans processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for setrans:
 +
 +.EX
-+.B setrans_t 
++.B setrans_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux setrans policy is very flexible allowing users to setup their setrans processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for setrans:
 +
 +
 +.EX
 +.PP
-+.B setrans_exec_t 
++.B setrans_exec_t
 +.EE
 +
 +- Set files with the setrans_exec_t type, if you want to transition an executable to the setrans_t domain.
@@ -81814,7 +83014,7 @@ index 0000000..00268c7
 +
 +.EX
 +.PP
-+.B setrans_initrc_exec_t 
++.B setrans_initrc_exec_t
 +.EE
 +
 +- Set files with the setrans_initrc_exec_t type, if you want to transition an executable to the setrans_initrc_t domain.
@@ -81822,15 +83022,15 @@ index 0000000..00268c7
 +
 +.EX
 +.PP
-+.B setrans_var_run_t 
++.B setrans_var_run_t
 +.EE
 +
 +- Set files with the setrans_var_run_t type, if you want to store the setrans files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -81866,30 +83066,30 @@ index 0000000..00268c7
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), setrans(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/setroubleshoot_fixit_selinux.8 b/man/man8/setroubleshoot_fixit_selinux.8
 new file mode 100644
-index 0000000..3a90b8d
+index 0000000..a0089bb
 --- /dev/null
 +++ b/man/man8/setroubleshoot_fixit_selinux.8
 @@ -0,0 +1,101 @@
-+.TH  "setroubleshoot_fixit_selinux"  "8"  "12-10-19" "setroubleshoot_fixit" "SELinux Policy documentation for setroubleshoot_fixit"
++.TH  "setroubleshoot_fixit_selinux"  "8"  "12-11-01" "setroubleshoot_fixit" "SELinux Policy documentation for setroubleshoot_fixit"
 +.SH "NAME"
 +setroubleshoot_fixit_selinux \- Security Enhanced Linux Policy for the setroubleshoot_fixit processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the setroubleshoot_fixit processes via flexible mandatory access control.
 +
-+The setroubleshoot_fixit processes execute with the setroubleshoot_fixit_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The setroubleshoot_fixit processes execute with the setroubleshoot_fixit_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -81906,41 +83106,41 @@ index 0000000..3a90b8d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux setroubleshoot_fixit policy is very flexible allowing users to setup their setroubleshoot_fixit processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for setroubleshoot_fixit:
 +
 +.EX
-+.B setroubleshoot_fixit_t 
++.B setroubleshoot_fixit_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux setroubleshoot_fixit policy is very flexible allowing users to setup their setroubleshoot_fixit processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for setroubleshoot_fixit:
 +
 +
 +.EX
 +.PP
-+.B setroubleshoot_fixit_exec_t 
++.B setroubleshoot_fixit_exec_t
 +.EE
 +
 +- Set files with the setroubleshoot_fixit_exec_t type, if you want to transition an executable to the setroubleshoot_fixit_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -81972,13 +83172,13 @@ index 0000000..3a90b8d
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), setroubleshoot_fixit(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -81986,18 +83186,18 @@ index 0000000..3a90b8d
 \ No newline at end of file
 diff --git a/man/man8/setroubleshootd_selinux.8 b/man/man8/setroubleshootd_selinux.8
 new file mode 100644
-index 0000000..e7fab33
+index 0000000..66279d7
 --- /dev/null
 +++ b/man/man8/setroubleshootd_selinux.8
 @@ -0,0 +1,129 @@
-+.TH  "setroubleshootd_selinux"  "8"  "12-10-19" "setroubleshootd" "SELinux Policy documentation for setroubleshootd"
++.TH  "setroubleshootd_selinux"  "8"  "12-11-01" "setroubleshootd" "SELinux Policy documentation for setroubleshootd"
 +.SH "NAME"
 +setroubleshootd_selinux \- Security Enhanced Linux Policy for the setroubleshootd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the setroubleshootd processes via flexible mandatory access control.
 +
-+The setroubleshootd processes execute with the setroubleshootd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The setroubleshootd processes execute with the setroubleshootd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -82014,41 +83214,41 @@ index 0000000..e7fab33
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux setroubleshootd policy is very flexible allowing users to setup their setroubleshootd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for setroubleshootd:
 +
 +.EX
-+.B setroubleshoot_fixit_t, setroubleshootd_t 
++.B setroubleshoot_fixit_t, setroubleshootd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux setroubleshootd policy is very flexible allowing users to setup their setroubleshootd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for setroubleshootd:
 +
 +
 +.EX
 +.PP
-+.B setroubleshootd_exec_t 
++.B setroubleshootd_exec_t
 +.EE
 +
 +- Set files with the setroubleshootd_exec_t type, if you want to transition an executable to the setroubleshootd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -82108,13 +83308,13 @@ index 0000000..e7fab33
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), setroubleshootd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -82122,18 +83322,18 @@ index 0000000..e7fab33
 \ No newline at end of file
 diff --git a/man/man8/setsebool_selinux.8 b/man/man8/setsebool_selinux.8
 new file mode 100644
-index 0000000..eaf9962
+index 0000000..f7ac281
 --- /dev/null
 +++ b/man/man8/setsebool_selinux.8
 @@ -0,0 +1,162 @@
-+.TH  "setsebool_selinux"  "8"  "12-10-19" "setsebool" "SELinux Policy documentation for setsebool"
++.TH  "setsebool_selinux"  "8"  "12-11-01" "setsebool" "SELinux Policy documentation for setsebool"
 +.SH "NAME"
 +setsebool_selinux \- Security Enhanced Linux Policy for the setsebool processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the setsebool processes via flexible mandatory access control.
 +
-+The setsebool processes execute with the setsebool_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The setsebool processes execute with the setsebool_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -82150,41 +83350,41 @@ index 0000000..eaf9962
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux setsebool policy is very flexible allowing users to setup their setsebool processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for setsebool:
 +
 +.EX
-+.B setsebool_t 
++.B setsebool_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux setsebool policy is very flexible allowing users to setup their setsebool processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for setsebool:
 +
 +
 +.EX
 +.PP
-+.B setsebool_exec_t 
++.B setsebool_exec_t
 +.EE
 +
 +- Set files with the setsebool_exec_t type, if you want to transition an executable to the setsebool_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -82278,30 +83478,30 @@ index 0000000..eaf9962
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), setsebool(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/sge_execd_selinux.8 b/man/man8/sge_execd_selinux.8
 new file mode 100644
-index 0000000..684aa0e
+index 0000000..169d466
 --- /dev/null
 +++ b/man/man8/sge_execd_selinux.8
 @@ -0,0 +1,115 @@
-+.TH  "sge_execd_selinux"  "8"  "12-10-19" "sge_execd" "SELinux Policy documentation for sge_execd"
++.TH  "sge_execd_selinux"  "8"  "12-11-01" "sge_execd" "SELinux Policy documentation for sge_execd"
 +.SH "NAME"
 +sge_execd_selinux \- Security Enhanced Linux Policy for the sge_execd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the sge_execd processes via flexible mandatory access control.
 +
-+The sge_execd processes execute with the sge_execd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The sge_execd processes execute with the sge_execd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -82318,41 +83518,41 @@ index 0000000..684aa0e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux sge_execd policy is very flexible allowing users to setup their sge_execd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for sge_execd:
 +
 +.EX
-+.B sge_execd_t 
++.B sge_execd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux sge_execd policy is very flexible allowing users to setup their sge_execd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for sge_execd:
 +
 +
 +.EX
 +.PP
-+.B sge_execd_exec_t 
++.B sge_execd_exec_t
 +.EE
 +
 +- Set files with the sge_execd_exec_t type, if you want to transition an executable to the sge_execd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -82398,13 +83598,13 @@ index 0000000..684aa0e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sge_execd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -82412,18 +83612,18 @@ index 0000000..684aa0e
 \ No newline at end of file
 diff --git a/man/man8/sge_job_selinux.8 b/man/man8/sge_job_selinux.8
 new file mode 100644
-index 0000000..1273d3f
+index 0000000..e017c54
 --- /dev/null
 +++ b/man/man8/sge_job_selinux.8
 @@ -0,0 +1,147 @@
-+.TH  "sge_job_selinux"  "8"  "12-10-19" "sge_job" "SELinux Policy documentation for sge_job"
++.TH  "sge_job_selinux"  "8"  "12-11-01" "sge_job" "SELinux Policy documentation for sge_job"
 +.SH "NAME"
 +sge_job_selinux \- Security Enhanced Linux Policy for the sge_job processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the sge_job processes via flexible mandatory access control.
 +
-+The sge_job processes execute with the sge_job_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The sge_job processes execute with the sge_job_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -82440,41 +83640,41 @@ index 0000000..1273d3f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux sge_job policy is very flexible allowing users to setup their sge_job processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for sge_job:
 +
 +.EX
-+.B sge_job_ssh_t, sge_job_t 
++.B sge_job_ssh_t, sge_job_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux sge_job policy is very flexible allowing users to setup their sge_job processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for sge_job:
 +
 +
 +.EX
 +.PP
-+.B sge_job_exec_t 
++.B sge_job_exec_t
 +.EE
 +
 +- Set files with the sge_job_exec_t type, if you want to transition an executable to the sge_job_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -82552,13 +83752,13 @@ index 0000000..1273d3f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sge_job(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -82566,18 +83766,18 @@ index 0000000..1273d3f
 \ No newline at end of file
 diff --git a/man/man8/sge_shepherd_selinux.8 b/man/man8/sge_shepherd_selinux.8
 new file mode 100644
-index 0000000..e88142e
+index 0000000..9a14e7d
 --- /dev/null
 +++ b/man/man8/sge_shepherd_selinux.8
 @@ -0,0 +1,101 @@
-+.TH  "sge_shepherd_selinux"  "8"  "12-10-19" "sge_shepherd" "SELinux Policy documentation for sge_shepherd"
++.TH  "sge_shepherd_selinux"  "8"  "12-11-01" "sge_shepherd" "SELinux Policy documentation for sge_shepherd"
 +.SH "NAME"
 +sge_shepherd_selinux \- Security Enhanced Linux Policy for the sge_shepherd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the sge_shepherd processes via flexible mandatory access control.
 +
-+The sge_shepherd processes execute with the sge_shepherd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The sge_shepherd processes execute with the sge_shepherd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -82594,41 +83794,41 @@ index 0000000..e88142e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux sge_shepherd policy is very flexible allowing users to setup their sge_shepherd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for sge_shepherd:
 +
 +.EX
-+.B sge_shepherd_t 
++.B sge_shepherd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux sge_shepherd policy is very flexible allowing users to setup their sge_shepherd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for sge_shepherd:
 +
 +
 +.EX
 +.PP
-+.B sge_shepherd_exec_t 
++.B sge_shepherd_exec_t
 +.EE
 +
 +- Set files with the sge_shepherd_exec_t type, if you want to transition an executable to the sge_shepherd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -82660,13 +83860,13 @@ index 0000000..e88142e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sge_shepherd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -82674,18 +83874,18 @@ index 0000000..e88142e
 \ No newline at end of file
 diff --git a/man/man8/shorewall_selinux.8 b/man/man8/shorewall_selinux.8
 new file mode 100644
-index 0000000..acdadf9
+index 0000000..ef276fc
 --- /dev/null
 +++ b/man/man8/shorewall_selinux.8
 @@ -0,0 +1,190 @@
-+.TH  "shorewall_selinux"  "8"  "12-10-19" "shorewall" "SELinux Policy documentation for shorewall"
++.TH  "shorewall_selinux"  "8"  "12-11-01" "shorewall" "SELinux Policy documentation for shorewall"
 +.SH "NAME"
 +shorewall_selinux \- Security Enhanced Linux Policy for the shorewall processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the shorewall processes via flexible mandatory access control.
 +
-+The shorewall processes execute with the shorewall_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The shorewall processes execute with the shorewall_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -82702,33 +83902,33 @@ index 0000000..acdadf9
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux shorewall policy is very flexible allowing users to setup their shorewall processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for shorewall:
 +
 +.EX
-+.B shorewall_t 
++.B shorewall_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux shorewall policy is very flexible allowing users to setup their shorewall processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for shorewall:
 +
 +
 +.EX
 +.PP
-+.B shorewall_etc_t 
++.B shorewall_etc_t
 +.EE
 +
 +- Set files with the shorewall_etc_t type, if you want to store shorewall files in the /etc directories.
@@ -82736,7 +83936,7 @@ index 0000000..acdadf9
 +
 +.EX
 +.PP
-+.B shorewall_exec_t 
++.B shorewall_exec_t
 +.EE
 +
 +- Set files with the shorewall_exec_t type, if you want to transition an executable to the shorewall_t domain.
@@ -82744,7 +83944,7 @@ index 0000000..acdadf9
 +
 +.EX
 +.PP
-+.B shorewall_initrc_exec_t 
++.B shorewall_initrc_exec_t
 +.EE
 +
 +- Set files with the shorewall_initrc_exec_t type, if you want to transition an executable to the shorewall_initrc_t domain.
@@ -82752,7 +83952,7 @@ index 0000000..acdadf9
 +
 +.EX
 +.PP
-+.B shorewall_lock_t 
++.B shorewall_lock_t
 +.EE
 +
 +- Set files with the shorewall_lock_t type, if you want to treat the files as shorewall lock data, stored under the /var/lock directory
@@ -82760,7 +83960,7 @@ index 0000000..acdadf9
 +
 +.EX
 +.PP
-+.B shorewall_log_t 
++.B shorewall_log_t
 +.EE
 +
 +- Set files with the shorewall_log_t type, if you want to treat the data as shorewall log data, usually stored under the /var/log directory.
@@ -82768,7 +83968,7 @@ index 0000000..acdadf9
 +
 +.EX
 +.PP
-+.B shorewall_tmp_t 
++.B shorewall_tmp_t
 +.EE
 +
 +- Set files with the shorewall_tmp_t type, if you want to store shorewall temporary files in the /tmp directories.
@@ -82776,15 +83976,15 @@ index 0000000..acdadf9
 +
 +.EX
 +.PP
-+.B shorewall_var_lib_t 
++.B shorewall_var_lib_t
 +.EE
 +
 +- Set files with the shorewall_var_lib_t type, if you want to store the shorewall files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -82858,30 +84058,30 @@ index 0000000..acdadf9
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), shorewall(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/showmount_selinux.8 b/man/man8/showmount_selinux.8
 new file mode 100644
-index 0000000..555bba8
+index 0000000..906e450
 --- /dev/null
 +++ b/man/man8/showmount_selinux.8
 @@ -0,0 +1,86 @@
-+.TH  "showmount_selinux"  "8"  "12-10-19" "showmount" "SELinux Policy documentation for showmount"
++.TH  "showmount_selinux"  "8"  "12-11-01" "showmount" "SELinux Policy documentation for showmount"
 +.SH "NAME"
 +showmount_selinux \- Security Enhanced Linux Policy for the showmount processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the showmount processes via flexible mandatory access control.
 +
-+The showmount processes execute with the showmount_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The showmount processes execute with the showmount_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -82898,41 +84098,41 @@ index 0000000..555bba8
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux showmount policy is very flexible allowing users to setup their showmount processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for showmount:
 +
 +.EX
-+.B showmount_t 
++.B showmount_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux showmount policy is very flexible allowing users to setup their showmount processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for showmount:
 +
 +
 +.EX
 +.PP
-+.B showmount_exec_t 
++.B showmount_exec_t
 +.EE
 +
 +- Set files with the showmount_exec_t type, if you want to transition an executable to the showmount_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -82950,30 +84150,30 @@ index 0000000..555bba8
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), showmount(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/shutdown_selinux.8 b/man/man8/shutdown_selinux.8
 new file mode 100644
-index 0000000..b057178
+index 0000000..f54ff0c
 --- /dev/null
 +++ b/man/man8/shutdown_selinux.8
 @@ -0,0 +1,180 @@
-+.TH  "shutdown_selinux"  "8"  "12-10-19" "shutdown" "SELinux Policy documentation for shutdown"
++.TH  "shutdown_selinux"  "8"  "12-11-01" "shutdown" "SELinux Policy documentation for shutdown"
 +.SH "NAME"
 +shutdown_selinux \- Security Enhanced Linux Policy for the shutdown processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the shutdown processes via flexible mandatory access control.
 +
-+The shutdown processes execute with the shutdown_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The shutdown processes execute with the shutdown_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -82990,17 +84190,17 @@ index 0000000..b057178
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux shutdown policy is very flexible allowing users to setup their shutdown processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for shutdown:
 +
 +.EX
-+.B shutdown_t 
++.B shutdown_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -83022,19 +84222,19 @@ index 0000000..b057178
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux shutdown policy is very flexible allowing users to setup their shutdown processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for shutdown:
 +
 +
 +.EX
 +.PP
-+.B shutdown_etc_t 
++.B shutdown_etc_t
 +.EE
 +
 +- Set files with the shutdown_etc_t type, if you want to store shutdown files in the /etc directories.
@@ -83042,7 +84242,7 @@ index 0000000..b057178
 +
 +.EX
 +.PP
-+.B shutdown_exec_t 
++.B shutdown_exec_t
 +.EE
 +
 +- Set files with the shutdown_exec_t type, if you want to transition an executable to the shutdown_t domain.
@@ -83050,15 +84250,15 @@ index 0000000..b057178
 +
 +.EX
 +.PP
-+.B shutdown_var_run_t 
++.B shutdown_var_run_t
 +.EE
 +
 +- Set files with the shutdown_var_run_t type, if you want to store the shutdown files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -83135,13 +84335,13 @@ index 0000000..b057178
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), shutdown(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -83149,18 +84349,18 @@ index 0000000..b057178
 \ No newline at end of file
 diff --git a/man/man8/slapd_selinux.8 b/man/man8/slapd_selinux.8
 new file mode 100644
-index 0000000..1c21c3b
+index 0000000..b4a9ee2
 --- /dev/null
 +++ b/man/man8/slapd_selinux.8
 @@ -0,0 +1,274 @@
-+.TH  "slapd_selinux"  "8"  "12-10-19" "slapd" "SELinux Policy documentation for slapd"
++.TH  "slapd_selinux"  "8"  "12-11-01" "slapd" "SELinux Policy documentation for slapd"
 +.SH "NAME"
 +slapd_selinux \- Security Enhanced Linux Policy for the slapd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the slapd processes via flexible mandatory access control.
 +
-+The slapd processes execute with the slapd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The slapd processes execute with the slapd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -83177,33 +84377,33 @@ index 0000000..1c21c3b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux slapd policy is very flexible allowing users to setup their slapd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for slapd:
 +
 +.EX
-+.B slapd_t 
++.B slapd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux slapd policy is very flexible allowing users to setup their slapd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for slapd:
 +
 +
 +.EX
 +.PP
-+.B slapd_cert_t 
++.B slapd_cert_t
 +.EE
 +
 +- Set files with the slapd_cert_t type, if you want to treat the files as slapd certificate data.
@@ -83211,7 +84411,7 @@ index 0000000..1c21c3b
 +
 +.EX
 +.PP
-+.B slapd_db_t 
++.B slapd_db_t
 +.EE
 +
 +- Set files with the slapd_db_t type, if you want to treat the files as slapd database content.
@@ -83219,7 +84419,7 @@ index 0000000..1c21c3b
 +
 +.EX
 +.PP
-+.B slapd_etc_t 
++.B slapd_etc_t
 +.EE
 +
 +- Set files with the slapd_etc_t type, if you want to store slapd files in the /etc directories.
@@ -83227,7 +84427,7 @@ index 0000000..1c21c3b
 +
 +.EX
 +.PP
-+.B slapd_exec_t 
++.B slapd_exec_t
 +.EE
 +
 +- Set files with the slapd_exec_t type, if you want to transition an executable to the slapd_t domain.
@@ -83235,7 +84435,7 @@ index 0000000..1c21c3b
 +
 +.EX
 +.PP
-+.B slapd_initrc_exec_t 
++.B slapd_initrc_exec_t
 +.EE
 +
 +- Set files with the slapd_initrc_exec_t type, if you want to transition an executable to the slapd_initrc_t domain.
@@ -83243,7 +84443,7 @@ index 0000000..1c21c3b
 +
 +.EX
 +.PP
-+.B slapd_keytab_t 
++.B slapd_keytab_t
 +.EE
 +
 +- Set files with the slapd_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -83251,7 +84451,7 @@ index 0000000..1c21c3b
 +
 +.EX
 +.PP
-+.B slapd_lock_t 
++.B slapd_lock_t
 +.EE
 +
 +- Set files with the slapd_lock_t type, if you want to treat the files as slapd lock data, stored under the /var/lock directory
@@ -83259,7 +84459,7 @@ index 0000000..1c21c3b
 +
 +.EX
 +.PP
-+.B slapd_log_t 
++.B slapd_log_t
 +.EE
 +
 +- Set files with the slapd_log_t type, if you want to treat the data as slapd log data, usually stored under the /var/log directory.
@@ -83267,7 +84467,7 @@ index 0000000..1c21c3b
 +
 +.EX
 +.PP
-+.B slapd_replog_t 
++.B slapd_replog_t
 +.EE
 +
 +- Set files with the slapd_replog_t type, if you want to treat the files as slapd replog data.
@@ -83275,7 +84475,7 @@ index 0000000..1c21c3b
 +
 +.EX
 +.PP
-+.B slapd_tmp_t 
++.B slapd_tmp_t
 +.EE
 +
 +- Set files with the slapd_tmp_t type, if you want to store slapd temporary files in the /tmp directories.
@@ -83283,7 +84483,7 @@ index 0000000..1c21c3b
 +
 +.EX
 +.PP
-+.B slapd_tmpfs_t 
++.B slapd_tmpfs_t
 +.EE
 +
 +- Set files with the slapd_tmpfs_t type, if you want to store slapd files on a tmpfs file system.
@@ -83291,7 +84491,7 @@ index 0000000..1c21c3b
 +
 +.EX
 +.PP
-+.B slapd_unit_file_t 
++.B slapd_unit_file_t
 +.EE
 +
 +- Set files with the slapd_unit_file_t type, if you want to treat the files as slapd unit content.
@@ -83299,15 +84499,15 @@ index 0000000..1c21c3b
 +
 +.EX
 +.PP
-+.B slapd_var_run_t 
++.B slapd_var_run_t
 +.EE
 +
 +- Set files with the slapd_var_run_t type, if you want to store the slapd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -83417,30 +84617,30 @@ index 0000000..1c21c3b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), slapd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/slpd_selinux.8 b/man/man8/slpd_selinux.8
 new file mode 100644
-index 0000000..99fd06a
+index 0000000..0387935
 --- /dev/null
 +++ b/man/man8/slpd_selinux.8
 @@ -0,0 +1,140 @@
-+.TH  "slpd_selinux"  "8"  "12-10-19" "slpd" "SELinux Policy documentation for slpd"
++.TH  "slpd_selinux"  "8"  "12-11-01" "slpd" "SELinux Policy documentation for slpd"
 +.SH "NAME"
 +slpd_selinux \- Security Enhanced Linux Policy for the slpd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the slpd processes via flexible mandatory access control.
 +
-+The slpd processes execute with the slpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The slpd processes execute with the slpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -83457,33 +84657,33 @@ index 0000000..99fd06a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux slpd policy is very flexible allowing users to setup their slpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for slpd:
 +
 +.EX
-+.B slpd_t 
++.B slpd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux slpd policy is very flexible allowing users to setup their slpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for slpd:
 +
 +
 +.EX
 +.PP
-+.B slpd_exec_t 
++.B slpd_exec_t
 +.EE
 +
 +- Set files with the slpd_exec_t type, if you want to transition an executable to the slpd_t domain.
@@ -83491,7 +84691,7 @@ index 0000000..99fd06a
 +
 +.EX
 +.PP
-+.B slpd_initrc_exec_t 
++.B slpd_initrc_exec_t
 +.EE
 +
 +- Set files with the slpd_initrc_exec_t type, if you want to transition an executable to the slpd_initrc_t domain.
@@ -83499,7 +84699,7 @@ index 0000000..99fd06a
 +
 +.EX
 +.PP
-+.B slpd_var_log_t 
++.B slpd_var_log_t
 +.EE
 +
 +- Set files with the slpd_var_log_t type, if you want to treat the data as slpd var log data, usually stored under the /var/log directory.
@@ -83507,15 +84707,15 @@ index 0000000..99fd06a
 +
 +.EX
 +.PP
-+.B slpd_var_run_t 
++.B slpd_var_run_t
 +.EE
 +
 +- Set files with the slpd_var_run_t type, if you want to store the slpd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -83563,30 +84763,30 @@ index 0000000..99fd06a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), slpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/smbcontrol_selinux.8 b/man/man8/smbcontrol_selinux.8
 new file mode 100644
-index 0000000..7ee0be2
+index 0000000..1b75541
 --- /dev/null
 +++ b/man/man8/smbcontrol_selinux.8
 @@ -0,0 +1,100 @@
-+.TH  "smbcontrol_selinux"  "8"  "12-10-19" "smbcontrol" "SELinux Policy documentation for smbcontrol"
++.TH  "smbcontrol_selinux"  "8"  "12-11-01" "smbcontrol" "SELinux Policy documentation for smbcontrol"
 +.SH "NAME"
 +smbcontrol_selinux \- Security Enhanced Linux Policy for the smbcontrol processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the smbcontrol processes via flexible mandatory access control.
 +
-+The smbcontrol processes execute with the smbcontrol_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The smbcontrol processes execute with the smbcontrol_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -83603,41 +84803,41 @@ index 0000000..7ee0be2
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux smbcontrol policy is very flexible allowing users to setup their smbcontrol processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for smbcontrol:
 +
 +.EX
-+.B smbcontrol_t 
++.B smbcontrol_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux smbcontrol policy is very flexible allowing users to setup their smbcontrol processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for smbcontrol:
 +
 +
 +.EX
 +.PP
-+.B smbcontrol_exec_t 
++.B smbcontrol_exec_t
 +.EE
 +
 +- Set files with the smbcontrol_exec_t type, if you want to transition an executable to the smbcontrol_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -83669,30 +84869,30 @@ index 0000000..7ee0be2
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), smbcontrol(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/smbd_selinux.8 b/man/man8/smbd_selinux.8
 new file mode 100644
-index 0000000..e854735
+index 0000000..9794fdc
 --- /dev/null
 +++ b/man/man8/smbd_selinux.8
 @@ -0,0 +1,421 @@
-+.TH  "smbd_selinux"  "8"  "12-10-19" "smbd" "SELinux Policy documentation for smbd"
++.TH  "smbd_selinux"  "8"  "12-11-01" "smbd" "SELinux Policy documentation for smbd"
 +.SH "NAME"
 +smbd_selinux \- Security Enhanced Linux Policy for the smbd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the smbd processes via flexible mandatory access control.
 +
-+The smbd processes execute with the smbd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The smbd processes execute with the smbd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -83709,17 +84909,17 @@ index 0000000..e854735
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux smbd policy is very flexible allowing users to setup their smbd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for smbd:
 +
 +.EX
-+.B smbcontrol_t, smbmount_t, smbd_t 
++.B smbcontrol_t, smbmount_t, smbd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -83844,19 +85044,19 @@ index 0000000..e854735
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux smbd policy is very flexible allowing users to setup their smbd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for smbd:
 +
 +
 +.EX
 +.PP
-+.B smbd_exec_t 
++.B smbd_exec_t
 +.EE
 +
 +- Set files with the smbd_exec_t type, if you want to transition an executable to the smbd_t domain.
@@ -83864,7 +85064,7 @@ index 0000000..e854735
 +
 +.EX
 +.PP
-+.B smbd_keytab_t 
++.B smbd_keytab_t
 +.EE
 +
 +- Set files with the smbd_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -83872,7 +85072,7 @@ index 0000000..e854735
 +
 +.EX
 +.PP
-+.B smbd_tmp_t 
++.B smbd_tmp_t
 +.EE
 +
 +- Set files with the smbd_tmp_t type, if you want to store smbd temporary files in the /tmp directories.
@@ -83880,35 +85080,35 @@ index 0000000..e854735
 +
 +.EX
 +.PP
-+.B smbd_var_run_t 
++.B smbd_var_run_t
 +.EE
 +
 +- Set files with the smbd_var_run_t type, if you want to store the smbd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux smbd policy is very flexible allowing users to setup their smbd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for smbd:
 +
 +.EX
 +.TP 5
-+.B smbd_port_t 
++.B smbd_port_t
 +.TP 10
 +.EE
 +
@@ -84095,13 +85295,13 @@ index 0000000..e854735
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), smbd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -84109,18 +85309,18 @@ index 0000000..e854735
 \ No newline at end of file
 diff --git a/man/man8/smbmount_selinux.8 b/man/man8/smbmount_selinux.8
 new file mode 100644
-index 0000000..bb8e2b1
+index 0000000..33aaac3
 --- /dev/null
 +++ b/man/man8/smbmount_selinux.8
 @@ -0,0 +1,186 @@
-+.TH  "smbmount_selinux"  "8"  "12-10-19" "smbmount" "SELinux Policy documentation for smbmount"
++.TH  "smbmount_selinux"  "8"  "12-11-01" "smbmount" "SELinux Policy documentation for smbmount"
 +.SH "NAME"
 +smbmount_selinux \- Security Enhanced Linux Policy for the smbmount processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the smbmount processes via flexible mandatory access control.
 +
-+The smbmount processes execute with the smbmount_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The smbmount processes execute with the smbmount_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -84137,41 +85337,41 @@ index 0000000..bb8e2b1
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux smbmount policy is very flexible allowing users to setup their smbmount processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for smbmount:
 +
 +.EX
-+.B smbmount_t 
++.B smbmount_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux smbmount policy is very flexible allowing users to setup their smbmount processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for smbmount:
 +
 +
 +.EX
 +.PP
-+.B smbmount_exec_t 
++.B smbmount_exec_t
 +.EE
 +
 +- Set files with the smbmount_exec_t type, if you want to transition an executable to the smbmount_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -84201,10 +85401,10 @@ index 0000000..bb8e2b1
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -84289,30 +85489,30 @@ index 0000000..bb8e2b1
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), smbmount(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/smokeping_selinux.8 b/man/man8/smokeping_selinux.8
 new file mode 100644
-index 0000000..8febf3b
+index 0000000..63d78f7
 --- /dev/null
 +++ b/man/man8/smokeping_selinux.8
 @@ -0,0 +1,140 @@
-+.TH  "smokeping_selinux"  "8"  "12-10-19" "smokeping" "SELinux Policy documentation for smokeping"
++.TH  "smokeping_selinux"  "8"  "12-11-01" "smokeping" "SELinux Policy documentation for smokeping"
 +.SH "NAME"
 +smokeping_selinux \- Security Enhanced Linux Policy for the smokeping processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the smokeping processes via flexible mandatory access control.
 +
-+The smokeping processes execute with the smokeping_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The smokeping processes execute with the smokeping_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -84329,33 +85529,33 @@ index 0000000..8febf3b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux smokeping policy is very flexible allowing users to setup their smokeping processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for smokeping:
 +
 +.EX
-+.B smokeping_t 
++.B smokeping_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux smokeping policy is very flexible allowing users to setup their smokeping processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for smokeping:
 +
 +
 +.EX
 +.PP
-+.B smokeping_exec_t 
++.B smokeping_exec_t
 +.EE
 +
 +- Set files with the smokeping_exec_t type, if you want to transition an executable to the smokeping_t domain.
@@ -84363,7 +85563,7 @@ index 0000000..8febf3b
 +
 +.EX
 +.PP
-+.B smokeping_initrc_exec_t 
++.B smokeping_initrc_exec_t
 +.EE
 +
 +- Set files with the smokeping_initrc_exec_t type, if you want to transition an executable to the smokeping_initrc_t domain.
@@ -84371,7 +85571,7 @@ index 0000000..8febf3b
 +
 +.EX
 +.PP
-+.B smokeping_var_lib_t 
++.B smokeping_var_lib_t
 +.EE
 +
 +- Set files with the smokeping_var_lib_t type, if you want to store the smokeping files under the /var/lib directory.
@@ -84379,15 +85579,15 @@ index 0000000..8febf3b
 +
 +.EX
 +.PP
-+.B smokeping_var_run_t 
++.B smokeping_var_run_t
 +.EE
 +
 +- Set files with the smokeping_var_run_t type, if you want to store the smokeping files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -84435,30 +85635,30 @@ index 0000000..8febf3b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), smokeping(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/smoltclient_selinux.8 b/man/man8/smoltclient_selinux.8
 new file mode 100644
-index 0000000..f5e2004
+index 0000000..088e814
 --- /dev/null
 +++ b/man/man8/smoltclient_selinux.8
 @@ -0,0 +1,116 @@
-+.TH  "smoltclient_selinux"  "8"  "12-10-19" "smoltclient" "SELinux Policy documentation for smoltclient"
++.TH  "smoltclient_selinux"  "8"  "12-11-01" "smoltclient" "SELinux Policy documentation for smoltclient"
 +.SH "NAME"
 +smoltclient_selinux \- Security Enhanced Linux Policy for the smoltclient processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the smoltclient processes via flexible mandatory access control.
 +
-+The smoltclient processes execute with the smoltclient_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The smoltclient processes execute with the smoltclient_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -84475,33 +85675,33 @@ index 0000000..f5e2004
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux smoltclient policy is very flexible allowing users to setup their smoltclient processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for smoltclient:
 +
 +.EX
-+.B smoltclient_t 
++.B smoltclient_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux smoltclient policy is very flexible allowing users to setup their smoltclient processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for smoltclient:
 +
 +
 +.EX
 +.PP
-+.B smoltclient_exec_t 
++.B smoltclient_exec_t
 +.EE
 +
 +- Set files with the smoltclient_exec_t type, if you want to transition an executable to the smoltclient_t domain.
@@ -84509,15 +85709,15 @@ index 0000000..f5e2004
 +
 +.EX
 +.PP
-+.B smoltclient_tmp_t 
++.B smoltclient_tmp_t
 +.EE
 +
 +- Set files with the smoltclient_tmp_t type, if you want to store smoltclient temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -84557,30 +85757,30 @@ index 0000000..f5e2004
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), smoltclient(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/snmpd_selinux.8 b/man/man8/snmpd_selinux.8
 new file mode 100644
-index 0000000..f84fb19
+index 0000000..2987987
 --- /dev/null
 +++ b/man/man8/snmpd_selinux.8
 @@ -0,0 +1,194 @@
-+.TH  "snmpd_selinux"  "8"  "12-10-19" "snmpd" "SELinux Policy documentation for snmpd"
++.TH  "snmpd_selinux"  "8"  "12-11-01" "snmpd" "SELinux Policy documentation for snmpd"
 +.SH "NAME"
 +snmpd_selinux \- Security Enhanced Linux Policy for the snmpd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the snmpd processes via flexible mandatory access control.
 +
-+The snmpd processes execute with the snmpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The snmpd processes execute with the snmpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -84597,33 +85797,33 @@ index 0000000..f84fb19
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux snmpd policy is very flexible allowing users to setup their snmpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for snmpd:
 +
 +.EX
-+.B snmpd_t 
++.B snmpd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux snmpd policy is very flexible allowing users to setup their snmpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for snmpd:
 +
 +
 +.EX
 +.PP
-+.B snmpd_exec_t 
++.B snmpd_exec_t
 +.EE
 +
 +- Set files with the snmpd_exec_t type, if you want to transition an executable to the snmpd_t domain.
@@ -84631,7 +85831,7 @@ index 0000000..f84fb19
 +
 +.EX
 +.PP
-+.B snmpd_initrc_exec_t 
++.B snmpd_initrc_exec_t
 +.EE
 +
 +- Set files with the snmpd_initrc_exec_t type, if you want to transition an executable to the snmpd_initrc_t domain.
@@ -84639,7 +85839,7 @@ index 0000000..f84fb19
 +
 +.EX
 +.PP
-+.B snmpd_log_t 
++.B snmpd_log_t
 +.EE
 +
 +- Set files with the snmpd_log_t type, if you want to treat the data as snmpd log data, usually stored under the /var/log directory.
@@ -84647,7 +85847,7 @@ index 0000000..f84fb19
 +
 +.EX
 +.PP
-+.B snmpd_var_lib_t 
++.B snmpd_var_lib_t
 +.EE
 +
 +- Set files with the snmpd_var_lib_t type, if you want to store the snmpd files under the /var/lib directory.
@@ -84655,35 +85855,35 @@ index 0000000..f84fb19
 +
 +.EX
 +.PP
-+.B snmpd_var_run_t 
++.B snmpd_var_run_t
 +.EE
 +
 +- Set files with the snmpd_var_run_t type, if you want to store the snmpd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux snmpd policy is very flexible allowing users to setup their snmpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for snmpd:
 +
 +.EX
 +.TP 5
-+.B snmp_port_t 
++.B snmp_port_t
 +.TP 10
 +.EE
 +
@@ -84757,30 +85957,30 @@ index 0000000..f84fb19
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), snmpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/snort_selinux.8 b/man/man8/snort_selinux.8
 new file mode 100644
-index 0000000..67dd3c6
+index 0000000..6c1bac3
 --- /dev/null
 +++ b/man/man8/snort_selinux.8
 @@ -0,0 +1,154 @@
-+.TH  "snort_selinux"  "8"  "12-10-19" "snort" "SELinux Policy documentation for snort"
++.TH  "snort_selinux"  "8"  "12-11-01" "snort" "SELinux Policy documentation for snort"
 +.SH "NAME"
 +snort_selinux \- Security Enhanced Linux Policy for the snort processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the snort processes via flexible mandatory access control.
 +
-+The snort processes execute with the snort_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The snort processes execute with the snort_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -84797,33 +85997,33 @@ index 0000000..67dd3c6
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux snort policy is very flexible allowing users to setup their snort processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for snort:
 +
 +.EX
-+.B snort_t 
++.B snort_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux snort policy is very flexible allowing users to setup their snort processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for snort:
 +
 +
 +.EX
 +.PP
-+.B snort_etc_t 
++.B snort_etc_t
 +.EE
 +
 +- Set files with the snort_etc_t type, if you want to store snort files in the /etc directories.
@@ -84831,7 +86031,7 @@ index 0000000..67dd3c6
 +
 +.EX
 +.PP
-+.B snort_exec_t 
++.B snort_exec_t
 +.EE
 +
 +- Set files with the snort_exec_t type, if you want to transition an executable to the snort_t domain.
@@ -84839,7 +86039,7 @@ index 0000000..67dd3c6
 +
 +.EX
 +.PP
-+.B snort_initrc_exec_t 
++.B snort_initrc_exec_t
 +.EE
 +
 +- Set files with the snort_initrc_exec_t type, if you want to transition an executable to the snort_initrc_t domain.
@@ -84847,7 +86047,7 @@ index 0000000..67dd3c6
 +
 +.EX
 +.PP
-+.B snort_log_t 
++.B snort_log_t
 +.EE
 +
 +- Set files with the snort_log_t type, if you want to treat the data as snort log data, usually stored under the /var/log directory.
@@ -84855,7 +86055,7 @@ index 0000000..67dd3c6
 +
 +.EX
 +.PP
-+.B snort_tmp_t 
++.B snort_tmp_t
 +.EE
 +
 +- Set files with the snort_tmp_t type, if you want to store snort temporary files in the /tmp directories.
@@ -84863,15 +86063,15 @@ index 0000000..67dd3c6
 +
 +.EX
 +.PP
-+.B snort_var_run_t 
++.B snort_var_run_t
 +.EE
 +
 +- Set files with the snort_var_run_t type, if you want to store the snort files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -84917,30 +86117,30 @@ index 0000000..67dd3c6
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), snort(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/sosreport_selinux.8 b/man/man8/sosreport_selinux.8
 new file mode 100644
-index 0000000..4a5318a
+index 0000000..b4723c2
 --- /dev/null
 +++ b/man/man8/sosreport_selinux.8
 @@ -0,0 +1,206 @@
-+.TH  "sosreport_selinux"  "8"  "12-10-19" "sosreport" "SELinux Policy documentation for sosreport"
++.TH  "sosreport_selinux"  "8"  "12-11-01" "sosreport" "SELinux Policy documentation for sosreport"
 +.SH "NAME"
 +sosreport_selinux \- Security Enhanced Linux Policy for the sosreport processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the sosreport processes via flexible mandatory access control.
 +
-+The sosreport processes execute with the sosreport_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The sosreport processes execute with the sosreport_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -84957,33 +86157,33 @@ index 0000000..4a5318a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux sosreport policy is very flexible allowing users to setup their sosreport processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for sosreport:
 +
 +.EX
-+.B sosreport_t 
++.B sosreport_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux sosreport policy is very flexible allowing users to setup their sosreport processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for sosreport:
 +
 +
 +.EX
 +.PP
-+.B sosreport_exec_t 
++.B sosreport_exec_t
 +.EE
 +
 +- Set files with the sosreport_exec_t type, if you want to transition an executable to the sosreport_t domain.
@@ -84991,7 +86191,7 @@ index 0000000..4a5318a
 +
 +.EX
 +.PP
-+.B sosreport_tmp_t 
++.B sosreport_tmp_t
 +.EE
 +
 +- Set files with the sosreport_tmp_t type, if you want to store sosreport temporary files in the /tmp directories.
@@ -84999,15 +86199,15 @@ index 0000000..4a5318a
 +
 +.EX
 +.PP
-+.B sosreport_tmpfs_t 
++.B sosreport_tmpfs_t
 +.EE
 +
 +- Set files with the sosreport_tmpfs_t type, if you want to store sosreport files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -85059,10 +86259,10 @@ index 0000000..4a5318a
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -85129,30 +86329,30 @@ index 0000000..4a5318a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sosreport(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/soundd_selinux.8 b/man/man8/soundd_selinux.8
 new file mode 100644
-index 0000000..0b017fc
+index 0000000..4f05705
 --- /dev/null
 +++ b/man/man8/soundd_selinux.8
 @@ -0,0 +1,186 @@
-+.TH  "soundd_selinux"  "8"  "12-10-19" "soundd" "SELinux Policy documentation for soundd"
++.TH  "soundd_selinux"  "8"  "12-11-01" "soundd" "SELinux Policy documentation for soundd"
 +.SH "NAME"
 +soundd_selinux \- Security Enhanced Linux Policy for the soundd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the soundd processes via flexible mandatory access control.
 +
-+The soundd processes execute with the soundd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The soundd processes execute with the soundd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -85169,33 +86369,33 @@ index 0000000..0b017fc
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux soundd policy is very flexible allowing users to setup their soundd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for soundd:
 +
 +.EX
-+.B soundd_t 
++.B soundd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux soundd policy is very flexible allowing users to setup their soundd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for soundd:
 +
 +
 +.EX
 +.PP
-+.B soundd_etc_t 
++.B soundd_etc_t
 +.EE
 +
 +- Set files with the soundd_etc_t type, if you want to store soundd files in the /etc directories.
@@ -85203,7 +86403,7 @@ index 0000000..0b017fc
 +
 +.EX
 +.PP
-+.B soundd_exec_t 
++.B soundd_exec_t
 +.EE
 +
 +- Set files with the soundd_exec_t type, if you want to transition an executable to the soundd_t domain.
@@ -85211,7 +86411,7 @@ index 0000000..0b017fc
 +
 +.EX
 +.PP
-+.B soundd_initrc_exec_t 
++.B soundd_initrc_exec_t
 +.EE
 +
 +- Set files with the soundd_initrc_exec_t type, if you want to transition an executable to the soundd_initrc_t domain.
@@ -85219,7 +86419,7 @@ index 0000000..0b017fc
 +
 +.EX
 +.PP
-+.B soundd_state_t 
++.B soundd_state_t
 +.EE
 +
 +- Set files with the soundd_state_t type, if you want to treat the files as soundd state data.
@@ -85227,7 +86427,7 @@ index 0000000..0b017fc
 +
 +.EX
 +.PP
-+.B soundd_tmp_t 
++.B soundd_tmp_t
 +.EE
 +
 +- Set files with the soundd_tmp_t type, if you want to store soundd temporary files in the /tmp directories.
@@ -85235,7 +86435,7 @@ index 0000000..0b017fc
 +
 +.EX
 +.PP
-+.B soundd_tmpfs_t 
++.B soundd_tmpfs_t
 +.EE
 +
 +- Set files with the soundd_tmpfs_t type, if you want to store soundd files on a tmpfs file system.
@@ -85243,35 +86443,35 @@ index 0000000..0b017fc
 +
 +.EX
 +.PP
-+.B soundd_var_run_t 
++.B soundd_var_run_t
 +.EE
 +
 +- Set files with the soundd_var_run_t type, if you want to store the soundd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux soundd policy is very flexible allowing users to setup their soundd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for soundd:
 +
 +.EX
 +.TP 5
-+.B soundd_port_t 
++.B soundd_port_t
 +.TP 10
 +.EE
 +
@@ -85321,30 +86521,30 @@ index 0000000..0b017fc
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), soundd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/spamass_milter_selinux.8 b/man/man8/spamass_milter_selinux.8
 new file mode 100644
-index 0000000..de9d080
+index 0000000..8dd4096
 --- /dev/null
 +++ b/man/man8/spamass_milter_selinux.8
 @@ -0,0 +1,132 @@
-+.TH  "spamass_milter_selinux"  "8"  "12-10-19" "spamass_milter" "SELinux Policy documentation for spamass_milter"
++.TH  "spamass_milter_selinux"  "8"  "12-11-01" "spamass_milter" "SELinux Policy documentation for spamass_milter"
 +.SH "NAME"
 +spamass_milter_selinux \- Security Enhanced Linux Policy for the spamass_milter processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the spamass_milter processes via flexible mandatory access control.
 +
-+The spamass_milter processes execute with the spamass_milter_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The spamass_milter processes execute with the spamass_milter_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -85361,33 +86561,33 @@ index 0000000..de9d080
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux spamass_milter policy is very flexible allowing users to setup their spamass_milter processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for spamass_milter:
 +
 +.EX
-+.B spamass_milter_t 
++.B spamass_milter_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux spamass_milter policy is very flexible allowing users to setup their spamass_milter processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for spamass_milter:
 +
 +
 +.EX
 +.PP
-+.B spamass_milter_data_t 
++.B spamass_milter_data_t
 +.EE
 +
 +- Set files with the spamass_milter_data_t type, if you want to treat the files as spamass milter content.
@@ -85395,7 +86595,7 @@ index 0000000..de9d080
 +
 +.EX
 +.PP
-+.B spamass_milter_exec_t 
++.B spamass_milter_exec_t
 +.EE
 +
 +- Set files with the spamass_milter_exec_t type, if you want to transition an executable to the spamass_milter_t domain.
@@ -85403,15 +86603,15 @@ index 0000000..de9d080
 +
 +.EX
 +.PP
-+.B spamass_milter_state_t 
++.B spamass_milter_state_t
 +.EE
 +
 +- Set files with the spamass_milter_state_t type, if you want to treat the files as spamass milter state data.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -85459,30 +86659,30 @@ index 0000000..de9d080
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), spamass_milter(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/spamc_selinux.8 b/man/man8/spamc_selinux.8
 new file mode 100644
-index 0000000..3348bf0
+index 0000000..ee04299
 --- /dev/null
 +++ b/man/man8/spamc_selinux.8
 @@ -0,0 +1,172 @@
-+.TH  "spamc_selinux"  "8"  "12-10-19" "spamc" "SELinux Policy documentation for spamc"
++.TH  "spamc_selinux"  "8"  "12-11-01" "spamc" "SELinux Policy documentation for spamc"
 +.SH "NAME"
 +spamc_selinux \- Security Enhanced Linux Policy for the spamc processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the spamc processes via flexible mandatory access control.
 +
-+The spamc processes execute with the spamc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The spamc processes execute with the spamc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -85499,33 +86699,33 @@ index 0000000..3348bf0
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux spamc policy is very flexible allowing users to setup their spamc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for spamc:
 +
 +.EX
-+.B spamc_t 
++.B spamc_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux spamc policy is very flexible allowing users to setup their spamc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for spamc:
 +
 +
 +.EX
 +.PP
-+.B spamc_exec_t 
++.B spamc_exec_t
 +.EE
 +
 +- Set files with the spamc_exec_t type, if you want to transition an executable to the spamc_t domain.
@@ -85533,7 +86733,7 @@ index 0000000..3348bf0
 +
 +.EX
 +.PP
-+.B spamc_home_t 
++.B spamc_home_t
 +.EE
 +
 +- Set files with the spamc_home_t type, if you want to store spamc files in the users home directory.
@@ -85541,15 +86741,15 @@ index 0000000..3348bf0
 +
 +.EX
 +.PP
-+.B spamc_tmp_t 
++.B spamc_tmp_t
 +.EE
 +
 +- Set files with the spamc_tmp_t type, if you want to store spamc temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -85637,30 +86837,30 @@ index 0000000..3348bf0
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), spamc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/spamd_selinux.8 b/man/man8/spamd_selinux.8
 new file mode 100644
-index 0000000..3801e12
+index 0000000..11a86c5
 --- /dev/null
 +++ b/man/man8/spamd_selinux.8
 @@ -0,0 +1,378 @@
-+.TH  "spamd_selinux"  "8"  "12-10-19" "spamd" "SELinux Policy documentation for spamd"
++.TH  "spamd_selinux"  "8"  "12-11-01" "spamd" "SELinux Policy documentation for spamd"
 +.SH "NAME"
 +spamd_selinux \- Security Enhanced Linux Policy for the spamd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the spamd processes via flexible mandatory access control.
 +
-+The spamd processes execute with the spamd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The spamd processes execute with the spamd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -85677,17 +86877,17 @@ index 0000000..3801e12
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux spamd policy is very flexible allowing users to setup their spamd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for spamd:
 +
 +.EX
-+.B spamc_t, spamd_t, spamd_update_t, spamass_milter_t 
++.B spamc_t, spamd_t, spamd_update_t, spamass_milter_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -85737,19 +86937,19 @@ index 0000000..3801e12
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux spamd policy is very flexible allowing users to setup their spamd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for spamd:
 +
 +
 +.EX
 +.PP
-+.B spamd_compiled_t 
++.B spamd_compiled_t
 +.EE
 +
 +- Set files with the spamd_compiled_t type, if you want to treat the files as spamd compiled data.
@@ -85757,7 +86957,7 @@ index 0000000..3801e12
 +
 +.EX
 +.PP
-+.B spamd_etc_t 
++.B spamd_etc_t
 +.EE
 +
 +- Set files with the spamd_etc_t type, if you want to store spamd files in the /etc directories.
@@ -85765,7 +86965,7 @@ index 0000000..3801e12
 +
 +.EX
 +.PP
-+.B spamd_exec_t 
++.B spamd_exec_t
 +.EE
 +
 +- Set files with the spamd_exec_t type, if you want to transition an executable to the spamd_t domain.
@@ -85773,7 +86973,7 @@ index 0000000..3801e12
 +
 +.EX
 +.PP
-+.B spamd_initrc_exec_t 
++.B spamd_initrc_exec_t
 +.EE
 +
 +- Set files with the spamd_initrc_exec_t type, if you want to transition an executable to the spamd_initrc_t domain.
@@ -85781,7 +86981,7 @@ index 0000000..3801e12
 +
 +.EX
 +.PP
-+.B spamd_log_t 
++.B spamd_log_t
 +.EE
 +
 +- Set files with the spamd_log_t type, if you want to treat the data as spamd log data, usually stored under the /var/log directory.
@@ -85789,7 +86989,7 @@ index 0000000..3801e12
 +
 +.EX
 +.PP
-+.B spamd_spool_t 
++.B spamd_spool_t
 +.EE
 +
 +- Set files with the spamd_spool_t type, if you want to store the spamd files under the /var/spool directory.
@@ -85797,7 +86997,7 @@ index 0000000..3801e12
 +
 +.EX
 +.PP
-+.B spamd_tmp_t 
++.B spamd_tmp_t
 +.EE
 +
 +- Set files with the spamd_tmp_t type, if you want to store spamd temporary files in the /tmp directories.
@@ -85805,7 +87005,7 @@ index 0000000..3801e12
 +
 +.EX
 +.PP
-+.B spamd_update_exec_t 
++.B spamd_update_exec_t
 +.EE
 +
 +- Set files with the spamd_update_exec_t type, if you want to transition an executable to the spamd_update_t domain.
@@ -85813,7 +87013,7 @@ index 0000000..3801e12
 +
 +.EX
 +.PP
-+.B spamd_var_lib_t 
++.B spamd_var_lib_t
 +.EE
 +
 +- Set files with the spamd_var_lib_t type, if you want to store the spamd files under the /var/lib directory.
@@ -85821,35 +87021,35 @@ index 0000000..3801e12
 +
 +.EX
 +.PP
-+.B spamd_var_run_t 
++.B spamd_var_run_t
 +.EE
 +
 +- Set files with the spamd_var_run_t type, if you want to store the spamd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux spamd policy is very flexible allowing users to setup their spamd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for spamd:
 +
 +.EX
 +.TP 5
-+.B spamd_port_t 
++.B spamd_port_t
 +.TP 10
 +.EE
 +
@@ -86020,13 +87220,13 @@ index 0000000..3801e12
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), spamd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -86034,18 +87234,18 @@ index 0000000..3801e12
 \ No newline at end of file
 diff --git a/man/man8/spamd_update_selinux.8 b/man/man8/spamd_update_selinux.8
 new file mode 100644
-index 0000000..5435e71
+index 0000000..099d75a
 --- /dev/null
 +++ b/man/man8/spamd_update_selinux.8
 @@ -0,0 +1,119 @@
-+.TH  "spamd_update_selinux"  "8"  "12-10-19" "spamd_update" "SELinux Policy documentation for spamd_update"
++.TH  "spamd_update_selinux"  "8"  "12-11-01" "spamd_update" "SELinux Policy documentation for spamd_update"
 +.SH "NAME"
 +spamd_update_selinux \- Security Enhanced Linux Policy for the spamd_update processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the spamd_update processes via flexible mandatory access control.
 +
-+The spamd_update processes execute with the spamd_update_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The spamd_update processes execute with the spamd_update_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -86062,41 +87262,41 @@ index 0000000..5435e71
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux spamd_update policy is very flexible allowing users to setup their spamd_update processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for spamd_update:
 +
 +.EX
-+.B spamd_update_t 
++.B spamd_update_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux spamd_update policy is very flexible allowing users to setup their spamd_update processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for spamd_update:
 +
 +
 +.EX
 +.PP
-+.B spamd_update_exec_t 
++.B spamd_update_exec_t
 +.EE
 +
 +- Set files with the spamd_update_exec_t type, if you want to transition an executable to the spamd_update_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -86146,13 +87346,13 @@ index 0000000..5435e71
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), spamd_update(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -86160,18 +87360,18 @@ index 0000000..5435e71
 \ No newline at end of file
 diff --git a/man/man8/squid_cron_selinux.8 b/man/man8/squid_cron_selinux.8
 new file mode 100644
-index 0000000..2f1abca
+index 0000000..cf792c9
 --- /dev/null
 +++ b/man/man8/squid_cron_selinux.8
 @@ -0,0 +1,103 @@
-+.TH  "squid_cron_selinux"  "8"  "12-10-19" "squid_cron" "SELinux Policy documentation for squid_cron"
++.TH  "squid_cron_selinux"  "8"  "12-11-01" "squid_cron" "SELinux Policy documentation for squid_cron"
 +.SH "NAME"
 +squid_cron_selinux \- Security Enhanced Linux Policy for the squid_cron processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the squid_cron processes via flexible mandatory access control.
 +
-+The squid_cron processes execute with the squid_cron_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The squid_cron processes execute with the squid_cron_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -86188,41 +87388,41 @@ index 0000000..2f1abca
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux squid_cron policy is very flexible allowing users to setup their squid_cron processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for squid_cron:
 +
 +.EX
-+.B squid_cron_t 
++.B squid_cron_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux squid_cron policy is very flexible allowing users to setup their squid_cron processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for squid_cron:
 +
 +
 +.EX
 +.PP
-+.B squid_cron_exec_t 
++.B squid_cron_exec_t
 +.EE
 +
 +- Set files with the squid_cron_exec_t type, if you want to transition an executable to the squid_cron_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -86256,13 +87456,13 @@ index 0000000..2f1abca
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), squid_cron(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -86270,18 +87470,18 @@ index 0000000..2f1abca
 \ No newline at end of file
 diff --git a/man/man8/squid_selinux.8 b/man/man8/squid_selinux.8
 new file mode 100644
-index 0000000..87748c1
+index 0000000..be4c9e5
 --- /dev/null
 +++ b/man/man8/squid_selinux.8
 @@ -0,0 +1,316 @@
-+.TH  "squid_selinux"  "8"  "12-10-19" "squid" "SELinux Policy documentation for squid"
++.TH  "squid_selinux"  "8"  "12-11-01" "squid" "SELinux Policy documentation for squid"
 +.SH "NAME"
 +squid_selinux \- Security Enhanced Linux Policy for the squid processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the squid processes via flexible mandatory access control.
 +
-+The squid processes execute with the squid_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The squid processes execute with the squid_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -86298,17 +87498,17 @@ index 0000000..87748c1
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux squid policy is very flexible allowing users to setup their squid processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for squid:
 +
 +.EX
-+.B squid_t, squid_cron_t 
++.B squid_t, squid_cron_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -86344,19 +87544,19 @@ index 0000000..87748c1
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux squid policy is very flexible allowing users to setup their squid processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for squid:
 +
 +
 +.EX
 +.PP
-+.B squid_cache_t 
++.B squid_cache_t
 +.EE
 +
 +- Set files with the squid_cache_t type, if you want to store the files under the /var/cache directory.
@@ -86364,7 +87564,7 @@ index 0000000..87748c1
 +
 +.EX
 +.PP
-+.B squid_conf_t 
++.B squid_conf_t
 +.EE
 +
 +- Set files with the squid_conf_t type, if you want to treat the files as squid configuration data, usually stored under the /etc directory.
@@ -86372,7 +87572,7 @@ index 0000000..87748c1
 +
 +.EX
 +.PP
-+.B squid_cron_exec_t 
++.B squid_cron_exec_t
 +.EE
 +
 +- Set files with the squid_cron_exec_t type, if you want to transition an executable to the squid_cron_t domain.
@@ -86380,7 +87580,7 @@ index 0000000..87748c1
 +
 +.EX
 +.PP
-+.B squid_exec_t 
++.B squid_exec_t
 +.EE
 +
 +- Set files with the squid_exec_t type, if you want to transition an executable to the squid_t domain.
@@ -86388,7 +87588,7 @@ index 0000000..87748c1
 +
 +.EX
 +.PP
-+.B squid_initrc_exec_t 
++.B squid_initrc_exec_t
 +.EE
 +
 +- Set files with the squid_initrc_exec_t type, if you want to transition an executable to the squid_initrc_t domain.
@@ -86396,7 +87596,7 @@ index 0000000..87748c1
 +
 +.EX
 +.PP
-+.B squid_log_t 
++.B squid_log_t
 +.EE
 +
 +- Set files with the squid_log_t type, if you want to treat the data as squid log data, usually stored under the /var/log directory.
@@ -86404,7 +87604,7 @@ index 0000000..87748c1
 +
 +.EX
 +.PP
-+.B squid_tmp_t 
++.B squid_tmp_t
 +.EE
 +
 +- Set files with the squid_tmp_t type, if you want to store squid temporary files in the /tmp directories.
@@ -86412,7 +87612,7 @@ index 0000000..87748c1
 +
 +.EX
 +.PP
-+.B squid_tmpfs_t 
++.B squid_tmpfs_t
 +.EE
 +
 +- Set files with the squid_tmpfs_t type, if you want to store squid files on a tmpfs file system.
@@ -86420,35 +87620,35 @@ index 0000000..87748c1
 +
 +.EX
 +.PP
-+.B squid_var_run_t 
++.B squid_var_run_t
 +.EE
 +
 +- Set files with the squid_var_run_t type, if you want to store the squid files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux squid policy is very flexible allowing users to setup their squid processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for squid:
 +
 +.EX
 +.TP 5
-+.B squid_port_t 
++.B squid_port_t
 +.TP 10
 +.EE
 +
@@ -86579,13 +87779,13 @@ index 0000000..87748c1
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), squid(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -86593,18 +87793,18 @@ index 0000000..87748c1
 \ No newline at end of file
 diff --git a/man/man8/srvsvcd_selinux.8 b/man/man8/srvsvcd_selinux.8
 new file mode 100644
-index 0000000..b8702d6
+index 0000000..4699f35
 --- /dev/null
 +++ b/man/man8/srvsvcd_selinux.8
 @@ -0,0 +1,124 @@
-+.TH  "srvsvcd_selinux"  "8"  "12-10-19" "srvsvcd" "SELinux Policy documentation for srvsvcd"
++.TH  "srvsvcd_selinux"  "8"  "12-11-01" "srvsvcd" "SELinux Policy documentation for srvsvcd"
 +.SH "NAME"
 +srvsvcd_selinux \- Security Enhanced Linux Policy for the srvsvcd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the srvsvcd processes via flexible mandatory access control.
 +
-+The srvsvcd processes execute with the srvsvcd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The srvsvcd processes execute with the srvsvcd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -86621,33 +87821,33 @@ index 0000000..b8702d6
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux srvsvcd policy is very flexible allowing users to setup their srvsvcd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for srvsvcd:
 +
 +.EX
-+.B srvsvcd_t 
++.B srvsvcd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux srvsvcd policy is very flexible allowing users to setup their srvsvcd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for srvsvcd:
 +
 +
 +.EX
 +.PP
-+.B srvsvcd_exec_t 
++.B srvsvcd_exec_t
 +.EE
 +
 +- Set files with the srvsvcd_exec_t type, if you want to transition an executable to the srvsvcd_t domain.
@@ -86655,7 +87855,7 @@ index 0000000..b8702d6
 +
 +.EX
 +.PP
-+.B srvsvcd_var_lib_t 
++.B srvsvcd_var_lib_t
 +.EE
 +
 +- Set files with the srvsvcd_var_lib_t type, if you want to store the srvsvcd files under the /var/lib directory.
@@ -86663,7 +87863,7 @@ index 0000000..b8702d6
 +
 +.EX
 +.PP
-+.B srvsvcd_var_run_t 
++.B srvsvcd_var_run_t
 +.EE
 +
 +- Set files with the srvsvcd_var_run_t type, if you want to store the srvsvcd files under the /run directory.
@@ -86671,15 +87871,15 @@ index 0000000..b8702d6
 +
 +.EX
 +.PP
-+.B srvsvcd_var_socket_t 
++.B srvsvcd_var_socket_t
 +.EE
 +
 +- Set files with the srvsvcd_var_socket_t type, if you want to treat the files as srvsvcd var socket data.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -86711,30 +87911,30 @@ index 0000000..b8702d6
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), srvsvcd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ssh_keygen_selinux.8 b/man/man8/ssh_keygen_selinux.8
 new file mode 100644
-index 0000000..10f2108
+index 0000000..33a275f
 --- /dev/null
 +++ b/man/man8/ssh_keygen_selinux.8
 @@ -0,0 +1,155 @@
-+.TH  "ssh_keygen_selinux"  "8"  "12-10-19" "ssh_keygen" "SELinux Policy documentation for ssh_keygen"
++.TH  "ssh_keygen_selinux"  "8"  "12-11-01" "ssh_keygen" "SELinux Policy documentation for ssh_keygen"
 +.SH "NAME"
 +ssh_keygen_selinux \- Security Enhanced Linux Policy for the ssh_keygen processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ssh_keygen processes via flexible mandatory access control.
 +
-+The ssh_keygen processes execute with the ssh_keygen_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ssh_keygen processes execute with the ssh_keygen_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -86751,41 +87951,41 @@ index 0000000..10f2108
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ssh_keygen policy is very flexible allowing users to setup their ssh_keygen processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ssh_keygen:
 +
 +.EX
-+.B ssh_keygen_t 
++.B ssh_keygen_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ssh_keygen policy is very flexible allowing users to setup their ssh_keygen processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ssh_keygen:
 +
 +
 +.EX
 +.PP
-+.B ssh_keygen_exec_t 
++.B ssh_keygen_exec_t
 +.EE
 +
 +- Set files with the ssh_keygen_exec_t type, if you want to transition an executable to the ssh_keygen_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -86871,13 +88071,13 @@ index 0000000..10f2108
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ssh_keygen(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -86885,18 +88085,18 @@ index 0000000..10f2108
 \ No newline at end of file
 diff --git a/man/man8/ssh_keysign_selinux.8 b/man/man8/ssh_keysign_selinux.8
 new file mode 100644
-index 0000000..0d9116a
+index 0000000..1a657dc
 --- /dev/null
 +++ b/man/man8/ssh_keysign_selinux.8
 @@ -0,0 +1,108 @@
-+.TH  "ssh_keysign_selinux"  "8"  "12-10-19" "ssh_keysign" "SELinux Policy documentation for ssh_keysign"
++.TH  "ssh_keysign_selinux"  "8"  "12-11-01" "ssh_keysign" "SELinux Policy documentation for ssh_keysign"
 +.SH "NAME"
 +ssh_keysign_selinux \- Security Enhanced Linux Policy for the ssh_keysign processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ssh_keysign processes via flexible mandatory access control.
 +
-+The ssh_keysign processes execute with the ssh_keysign_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ssh_keysign processes execute with the ssh_keysign_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -86913,17 +88113,17 @@ index 0000000..0d9116a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ssh_keysign policy is very flexible allowing users to setup their ssh_keysign processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ssh_keysign:
 +
 +.EX
-+.B ssh_keysign_t 
++.B ssh_keysign_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -86945,27 +88145,27 @@ index 0000000..0d9116a
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ssh_keysign policy is very flexible allowing users to setup their ssh_keysign processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ssh_keysign:
 +
 +
 +.EX
 +.PP
-+.B ssh_keysign_exec_t 
++.B ssh_keysign_exec_t
 +.EE
 +
 +- Set files with the ssh_keysign_exec_t type, if you want to transition an executable to the ssh_keysign_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -86986,13 +88186,13 @@ index 0000000..0d9116a
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ssh_keysign(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -87000,18 +88200,18 @@ index 0000000..0d9116a
 \ No newline at end of file
 diff --git a/man/man8/ssh_selinux.8 b/man/man8/ssh_selinux.8
 new file mode 100644
-index 0000000..6329ca7
+index 0000000..4f02c5d
 --- /dev/null
 +++ b/man/man8/ssh_selinux.8
-@@ -0,0 +1,386 @@
-+.TH  "ssh_selinux"  "8"  "12-10-19" "ssh" "SELinux Policy documentation for ssh"
+@@ -0,0 +1,400 @@
++.TH  "ssh_selinux"  "8"  "12-11-01" "ssh" "SELinux Policy documentation for ssh"
 +.SH "NAME"
 +ssh_selinux \- Security Enhanced Linux Policy for the ssh processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ssh processes via flexible mandatory access control.
 +
-+The ssh processes execute with the ssh_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ssh processes execute with the ssh_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -87028,17 +88228,17 @@ index 0000000..6329ca7
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ssh policy is very flexible allowing users to setup their ssh processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ssh:
 +
 +.EX
-+.B sshd_sandbox_t, ssh_keysign_t, ssh_keygen_t, ssh_t, sshd_t 
++.B sshd_sandbox_t, ssh_keysign_t, ssh_keygen_t, ssh_t, sshd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -87046,6 +88246,13 @@ index 0000000..6329ca7
 +
 +
 +.PP
++If you want to allow user  to use ssh chroot environment, you must turn on the selinuxuser_use_ssh_chroot boolean.
++
++.EX
++.B setsebool -P selinuxuser_use_ssh_chroot 1
++.EE
++
++.PP
 +If you want to allow host key based authentication, you must turn on the ssh_keysign boolean.
 +
 +.EX
@@ -87081,6 +88288,13 @@ index 0000000..6329ca7
 +.EE
 +
 +.PP
++If you want to allow user  to use ssh chroot environment, you must turn on the selinuxuser_use_ssh_chroot boolean.
++
++.EX
++.B setsebool -P selinuxuser_use_ssh_chroot 1
++.EE
++
++.PP
 +If you want to allow host key based authentication, you must turn on the ssh_keysign boolean.
 +
 +.EX
@@ -87116,19 +88330,19 @@ index 0000000..6329ca7
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ssh policy is very flexible allowing users to setup their ssh processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ssh:
 +
 +
 +.EX
 +.PP
-+.B ssh_agent_exec_t 
++.B ssh_agent_exec_t
 +.EE
 +
 +- Set files with the ssh_agent_exec_t type, if you want to transition an executable to the ssh_agent_t domain.
@@ -87136,7 +88350,7 @@ index 0000000..6329ca7
 +
 +.EX
 +.PP
-+.B ssh_agent_tmp_t 
++.B ssh_agent_tmp_t
 +.EE
 +
 +- Set files with the ssh_agent_tmp_t type, if you want to store ssh agent temporary files in the /tmp directories.
@@ -87144,7 +88358,7 @@ index 0000000..6329ca7
 +
 +.EX
 +.PP
-+.B ssh_exec_t 
++.B ssh_exec_t
 +.EE
 +
 +- Set files with the ssh_exec_t type, if you want to transition an executable to the ssh_t domain.
@@ -87152,7 +88366,7 @@ index 0000000..6329ca7
 +
 +.EX
 +.PP
-+.B ssh_home_t 
++.B ssh_home_t
 +.EE
 +
 +- Set files with the ssh_home_t type, if you want to store ssh files in the users home directory.
@@ -87160,7 +88374,7 @@ index 0000000..6329ca7
 +
 +.EX
 +.PP
-+.B ssh_keygen_exec_t 
++.B ssh_keygen_exec_t
 +.EE
 +
 +- Set files with the ssh_keygen_exec_t type, if you want to transition an executable to the ssh_keygen_t domain.
@@ -87168,7 +88382,7 @@ index 0000000..6329ca7
 +
 +.EX
 +.PP
-+.B ssh_keysign_exec_t 
++.B ssh_keysign_exec_t
 +.EE
 +
 +- Set files with the ssh_keysign_exec_t type, if you want to transition an executable to the ssh_keysign_t domain.
@@ -87176,7 +88390,7 @@ index 0000000..6329ca7
 +
 +.EX
 +.PP
-+.B ssh_tmpfs_t 
++.B ssh_tmpfs_t
 +.EE
 +
 +- Set files with the ssh_tmpfs_t type, if you want to store ssh files on a tmpfs file system.
@@ -87184,7 +88398,7 @@ index 0000000..6329ca7
 +
 +.EX
 +.PP
-+.B sshd_exec_t 
++.B sshd_exec_t
 +.EE
 +
 +- Set files with the sshd_exec_t type, if you want to transition an executable to the sshd_t domain.
@@ -87192,7 +88406,7 @@ index 0000000..6329ca7
 +
 +.EX
 +.PP
-+.B sshd_initrc_exec_t 
++.B sshd_initrc_exec_t
 +.EE
 +
 +- Set files with the sshd_initrc_exec_t type, if you want to transition an executable to the sshd_initrc_t domain.
@@ -87200,7 +88414,7 @@ index 0000000..6329ca7
 +
 +.EX
 +.PP
-+.B sshd_key_t 
++.B sshd_key_t
 +.EE
 +
 +- Set files with the sshd_key_t type, if you want to treat the files as sshd key data.
@@ -87208,7 +88422,7 @@ index 0000000..6329ca7
 +
 +.EX
 +.PP
-+.B sshd_keytab_t 
++.B sshd_keytab_t
 +.EE
 +
 +- Set files with the sshd_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -87216,7 +88430,7 @@ index 0000000..6329ca7
 +
 +.EX
 +.PP
-+.B sshd_tmpfs_t 
++.B sshd_tmpfs_t
 +.EE
 +
 +- Set files with the sshd_tmpfs_t type, if you want to store sshd files on a tmpfs file system.
@@ -87224,35 +88438,35 @@ index 0000000..6329ca7
 +
 +.EX
 +.PP
-+.B sshd_var_run_t 
++.B sshd_var_run_t
 +.EE
 +
 +- Set files with the sshd_var_run_t type, if you want to store the sshd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux ssh policy is very flexible allowing users to setup their ssh processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for ssh:
 +
 +.EX
 +.TP 5
-+.B ssh_port_t 
++.B ssh_port_t
 +.TP 10
 +.EE
 +
@@ -87379,13 +88593,13 @@ index 0000000..6329ca7
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ssh(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -87393,18 +88607,18 @@ index 0000000..6329ca7
 \ No newline at end of file
 diff --git a/man/man8/sshd_selinux.8 b/man/man8/sshd_selinux.8
 new file mode 100644
-index 0000000..8ccc9e8
+index 0000000..887086e
 --- /dev/null
 +++ b/man/man8/sshd_selinux.8
-@@ -0,0 +1,494 @@
-+.TH  "sshd_selinux"  "8"  "12-10-19" "sshd" "SELinux Policy documentation for sshd"
+@@ -0,0 +1,508 @@
++.TH  "sshd_selinux"  "8"  "12-11-01" "sshd" "SELinux Policy documentation for sshd"
 +.SH "NAME"
 +sshd_selinux \- Security Enhanced Linux Policy for the sshd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the sshd processes via flexible mandatory access control.
 +
-+The sshd processes execute with the sshd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The sshd processes execute with the sshd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -87421,17 +88635,17 @@ index 0000000..8ccc9e8
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux sshd policy is very flexible allowing users to setup their sshd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for sshd:
 +
 +.EX
-+.B sshd_sandbox_t, ssh_keysign_t, ssh_keygen_t, ssh_t, sshd_t 
++.B sshd_sandbox_t, ssh_keysign_t, ssh_keygen_t, ssh_t, sshd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -87439,6 +88653,13 @@ index 0000000..8ccc9e8
 +
 +
 +.PP
++If you want to allow user  to use ssh chroot environment, you must turn on the selinuxuser_use_ssh_chroot boolean.
++
++.EX
++.B setsebool -P selinuxuser_use_ssh_chroot 1
++.EE
++
++.PP
 +If you want to allow host key based authentication, you must turn on the ssh_keysign boolean.
 +
 +.EX
@@ -87474,6 +88695,13 @@ index 0000000..8ccc9e8
 +.EE
 +
 +.PP
++If you want to allow user  to use ssh chroot environment, you must turn on the selinuxuser_use_ssh_chroot boolean.
++
++.EX
++.B setsebool -P selinuxuser_use_ssh_chroot 1
++.EE
++
++.PP
 +If you want to allow host key based authentication, you must turn on the ssh_keysign boolean.
 +
 +.EX
@@ -87509,19 +88737,19 @@ index 0000000..8ccc9e8
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux sshd policy is very flexible allowing users to setup their sshd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for sshd:
 +
 +
 +.EX
 +.PP
-+.B sshd_exec_t 
++.B sshd_exec_t
 +.EE
 +
 +- Set files with the sshd_exec_t type, if you want to transition an executable to the sshd_t domain.
@@ -87529,7 +88757,7 @@ index 0000000..8ccc9e8
 +
 +.EX
 +.PP
-+.B sshd_initrc_exec_t 
++.B sshd_initrc_exec_t
 +.EE
 +
 +- Set files with the sshd_initrc_exec_t type, if you want to transition an executable to the sshd_initrc_t domain.
@@ -87537,7 +88765,7 @@ index 0000000..8ccc9e8
 +
 +.EX
 +.PP
-+.B sshd_key_t 
++.B sshd_key_t
 +.EE
 +
 +- Set files with the sshd_key_t type, if you want to treat the files as sshd key data.
@@ -87545,7 +88773,7 @@ index 0000000..8ccc9e8
 +
 +.EX
 +.PP
-+.B sshd_keytab_t 
++.B sshd_keytab_t
 +.EE
 +
 +- Set files with the sshd_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -87553,7 +88781,7 @@ index 0000000..8ccc9e8
 +
 +.EX
 +.PP
-+.B sshd_tmpfs_t 
++.B sshd_tmpfs_t
 +.EE
 +
 +- Set files with the sshd_tmpfs_t type, if you want to store sshd files on a tmpfs file system.
@@ -87561,35 +88789,35 @@ index 0000000..8ccc9e8
 +
 +.EX
 +.PP
-+.B sshd_var_run_t 
++.B sshd_var_run_t
 +.EE
 +
 +- Set files with the sshd_var_run_t type, if you want to store the sshd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux sshd policy is very flexible allowing users to setup their sshd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for sshd:
 +
 +.EX
 +.TP 5
-+.B ssh_port_t 
++.B ssh_port_t
 +.TP 10
 +.EE
 +
@@ -87880,13 +89108,13 @@ index 0000000..8ccc9e8
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sshd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -87894,18 +89122,18 @@ index 0000000..8ccc9e8
 \ No newline at end of file
 diff --git a/man/man8/sssd_selinux.8 b/man/man8/sssd_selinux.8
 new file mode 100644
-index 0000000..6ee34ea
+index 0000000..29b2b6f
 --- /dev/null
 +++ b/man/man8/sssd_selinux.8
-@@ -0,0 +1,252 @@
-+.TH  "sssd_selinux"  "8"  "12-10-19" "sssd" "SELinux Policy documentation for sssd"
+@@ -0,0 +1,260 @@
++.TH  "sssd_selinux"  "8"  "12-11-01" "sssd" "SELinux Policy documentation for sssd"
 +.SH "NAME"
 +sssd_selinux \- Security Enhanced Linux Policy for the sssd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the sssd processes via flexible mandatory access control.
 +
-+The sssd processes execute with the sssd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The sssd processes execute with the sssd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -87922,33 +89150,33 @@ index 0000000..6ee34ea
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux sssd policy is very flexible allowing users to setup their sssd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for sssd:
 +
 +.EX
-+.B sssd_t 
++.B sssd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux sssd policy is very flexible allowing users to setup their sssd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for sssd:
 +
 +
 +.EX
 +.PP
-+.B sssd_conf_t 
++.B sssd_conf_t
 +.EE
 +
 +- Set files with the sssd_conf_t type, if you want to treat the files as sssd configuration data, usually stored under the /etc directory.
@@ -87956,7 +89184,7 @@ index 0000000..6ee34ea
 +
 +.EX
 +.PP
-+.B sssd_exec_t 
++.B sssd_exec_t
 +.EE
 +
 +- Set files with the sssd_exec_t type, if you want to transition an executable to the sssd_t domain.
@@ -87964,7 +89192,7 @@ index 0000000..6ee34ea
 +
 +.EX
 +.PP
-+.B sssd_initrc_exec_t 
++.B sssd_initrc_exec_t
 +.EE
 +
 +- Set files with the sssd_initrc_exec_t type, if you want to transition an executable to the sssd_initrc_t domain.
@@ -87972,7 +89200,7 @@ index 0000000..6ee34ea
 +
 +.EX
 +.PP
-+.B sssd_public_t 
++.B sssd_public_t
 +.EE
 +
 +- Set files with the sssd_public_t type, if you want to treat the files as sssd public data.
@@ -87980,7 +89208,15 @@ index 0000000..6ee34ea
 +
 +.EX
 +.PP
-+.B sssd_var_lib_t 
++.B sssd_unit_file_t
++.EE
++
++- Set files with the sssd_unit_file_t type, if you want to treat the files as sssd unit content.
++
++
++.EX
++.PP
++.B sssd_var_lib_t
 +.EE
 +
 +- Set files with the sssd_var_lib_t type, if you want to store the sssd files under the /var/lib directory.
@@ -87988,7 +89224,7 @@ index 0000000..6ee34ea
 +
 +.EX
 +.PP
-+.B sssd_var_log_t 
++.B sssd_var_log_t
 +.EE
 +
 +- Set files with the sssd_var_log_t type, if you want to treat the data as sssd var log data, usually stored under the /var/log directory.
@@ -87996,15 +89232,15 @@ index 0000000..6ee34ea
 +
 +.EX
 +.PP
-+.B sssd_var_run_t 
++.B sssd_var_run_t
 +.EE
 +
 +- Set files with the sssd_var_run_t type, if you want to store the sssd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -88140,25 +89376,25 @@ index 0000000..6ee34ea
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sssd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/staff_selinux.8 b/man/man8/staff_selinux.8
 new file mode 100644
-index 0000000..92aaa56
+index 0000000..44df6b6
 --- /dev/null
 +++ b/man/man8/staff_selinux.8
 @@ -0,0 +1,583 @@
 +.TH  "staff_selinux"  "8"  "staff" "mgrepl at redhat.com" "staff SELinux Policy documentation"
 +.SH "NAME"
-+staff_u \- \fBAdministrator's unprivileged user\fP - Security Enhanced Linux Policy 
++staff_u \- \fBAdministrator's unprivileged user\fP - Security Enhanced Linux Policy
 +
 +.SH DESCRIPTION
 +
@@ -88170,7 +89406,7 @@ index 0000000..92aaa56
 +
 +.B staff_u:staff_r:staff_t:s0-s0:c0.c1023
 +
-+Linux users are automatically assigned an SELinux users at login.  
++Linux users are automatically assigned an SELinux users at login.
 +Login programs use the SELinux User to assign initial context to the user's shell.
 +
 +SELinux policy uses the context to control the user's access.
@@ -88199,7 +89435,7 @@ index 0000000..92aaa56
 +
 +.SH SUDO
 +
-+The SELinux user staff can execute sudo. 
++The SELinux user staff can execute sudo.
 +
 +You can set up sudo to allow staff to transition to an administrative domain:
 +
@@ -88218,7 +89454,7 @@ index 0000000..92aaa56
 +
 +Modify the roles list and add staff_r to this list.
 +
-+.B $ semanage user -m -R 'staff_r auditadm_r dbadm_r logadm_r secadm_r sysadm_r unconfined_r webadm_r' staff_u 
++.B $ semanage user -m -R 'staff_r auditadm_r dbadm_r logadm_r secadm_r sysadm_r unconfined_r webadm_r' staff_u
 +
 +For more details you can see semanage man page.
 +
@@ -88235,7 +89471,7 @@ index 0000000..92aaa56
 +
 +Modify the roles list and add staff_r to this list.
 +
-+.B $ semanage user -m -R 'staff_r auditadm_r dbadm_r logadm_r secadm_r sysadm_r unconfined_r webadm_r' staff_u 
++.B $ semanage user -m -R 'staff_r auditadm_r dbadm_r logadm_r secadm_r sysadm_r unconfined_r webadm_r' staff_u
 +
 +For more details you can see semanage man page.
 +
@@ -88252,7 +89488,7 @@ index 0000000..92aaa56
 +
 +Modify the roles list and add staff_r to this list.
 +
-+.B $ semanage user -m -R 'staff_r auditadm_r dbadm_r logadm_r secadm_r sysadm_r unconfined_r webadm_r' staff_u 
++.B $ semanage user -m -R 'staff_r auditadm_r dbadm_r logadm_r secadm_r sysadm_r unconfined_r webadm_r' staff_u
 +
 +For more details you can see semanage man page.
 +
@@ -88269,7 +89505,7 @@ index 0000000..92aaa56
 +
 +Modify the roles list and add staff_r to this list.
 +
-+.B $ semanage user -m -R 'staff_r auditadm_r dbadm_r logadm_r secadm_r sysadm_r unconfined_r webadm_r' staff_u 
++.B $ semanage user -m -R 'staff_r auditadm_r dbadm_r logadm_r secadm_r sysadm_r unconfined_r webadm_r' staff_u
 +
 +For more details you can see semanage man page.
 +
@@ -88286,7 +89522,7 @@ index 0000000..92aaa56
 +
 +Modify the roles list and add staff_r to this list.
 +
-+.B $ semanage user -m -R 'staff_r auditadm_r dbadm_r logadm_r secadm_r sysadm_r unconfined_r webadm_r' staff_u 
++.B $ semanage user -m -R 'staff_r auditadm_r dbadm_r logadm_r secadm_r sysadm_r unconfined_r webadm_r' staff_u
 +
 +For more details you can see semanage man page.
 +
@@ -88303,7 +89539,7 @@ index 0000000..92aaa56
 +
 +Modify the roles list and add staff_r to this list.
 +
-+.B $ semanage user -m -R 'staff_r auditadm_r dbadm_r logadm_r secadm_r sysadm_r unconfined_r webadm_r' staff_u 
++.B $ semanage user -m -R 'staff_r auditadm_r dbadm_r logadm_r secadm_r sysadm_r unconfined_r webadm_r' staff_u
 +
 +For more details you can see semanage man page.
 +
@@ -88320,12 +89556,12 @@ index 0000000..92aaa56
 +
 +Modify the roles list and add staff_r to this list.
 +
-+.B $ semanage user -m -R 'staff_r auditadm_r dbadm_r logadm_r secadm_r sysadm_r unconfined_r webadm_r' staff_u 
++.B $ semanage user -m -R 'staff_r auditadm_r dbadm_r logadm_r secadm_r sysadm_r unconfined_r webadm_r' staff_u
 +
 +For more details you can see semanage man page.
 +
 +
-+The SELinux type staff_t is not allowed to execute sudo. 
++The SELinux type staff_t is not allowed to execute sudo.
 +
 +.SH X WINDOWS LOGIN
 +
@@ -88346,10 +89582,10 @@ index 0000000..92aaa56
 +.TP
 +The SELinux user staff_u is able to listen on the following udp ports.
 +
-+.B all ports with out defined types
-+
 +.B ephemeral_port_t: 32768-61000
 +
++.B all ports with out defined types
++
 +.TP
 +The SELinux user staff_u is able to connect to the following tcp ports.
 +
@@ -88728,13 +89964,13 @@ index 0000000..92aaa56
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), staff(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -88742,18 +89978,18 @@ index 0000000..92aaa56
 \ No newline at end of file
 diff --git a/man/man8/stapserver_selinux.8 b/man/man8/stapserver_selinux.8
 new file mode 100644
-index 0000000..5ac3e75
+index 0000000..1d7061b
 --- /dev/null
 +++ b/man/man8/stapserver_selinux.8
 @@ -0,0 +1,146 @@
-+.TH  "stapserver_selinux"  "8"  "12-10-19" "stapserver" "SELinux Policy documentation for stapserver"
++.TH  "stapserver_selinux"  "8"  "12-11-01" "stapserver" "SELinux Policy documentation for stapserver"
 +.SH "NAME"
 +stapserver_selinux \- Security Enhanced Linux Policy for the stapserver processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the stapserver processes via flexible mandatory access control.
 +
-+The stapserver processes execute with the stapserver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The stapserver processes execute with the stapserver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -88770,33 +90006,33 @@ index 0000000..5ac3e75
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux stapserver policy is very flexible allowing users to setup their stapserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for stapserver:
 +
 +.EX
-+.B stapserver_t 
++.B stapserver_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux stapserver policy is very flexible allowing users to setup their stapserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for stapserver:
 +
 +
 +.EX
 +.PP
-+.B stapserver_exec_t 
++.B stapserver_exec_t
 +.EE
 +
 +- Set files with the stapserver_exec_t type, if you want to transition an executable to the stapserver_t domain.
@@ -88804,7 +90040,7 @@ index 0000000..5ac3e75
 +
 +.EX
 +.PP
-+.B stapserver_log_t 
++.B stapserver_log_t
 +.EE
 +
 +- Set files with the stapserver_log_t type, if you want to treat the data as stapserver log data, usually stored under the /var/log directory.
@@ -88812,7 +90048,7 @@ index 0000000..5ac3e75
 +
 +.EX
 +.PP
-+.B stapserver_var_lib_t 
++.B stapserver_var_lib_t
 +.EE
 +
 +- Set files with the stapserver_var_lib_t type, if you want to store the stapserver files under the /var/lib directory.
@@ -88820,15 +90056,15 @@ index 0000000..5ac3e75
 +
 +.EX
 +.PP
-+.B stapserver_var_run_t 
++.B stapserver_var_run_t
 +.EE
 +
 +- Set files with the stapserver_var_run_t type, if you want to store the stapserver files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -88882,30 +90118,30 @@ index 0000000..5ac3e75
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), stapserver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/stunnel_selinux.8 b/man/man8/stunnel_selinux.8
 new file mode 100644
-index 0000000..6d1be26
+index 0000000..feb8ccd
 --- /dev/null
 +++ b/man/man8/stunnel_selinux.8
 @@ -0,0 +1,160 @@
-+.TH  "stunnel_selinux"  "8"  "12-10-19" "stunnel" "SELinux Policy documentation for stunnel"
++.TH  "stunnel_selinux"  "8"  "12-11-01" "stunnel" "SELinux Policy documentation for stunnel"
 +.SH "NAME"
 +stunnel_selinux \- Security Enhanced Linux Policy for the stunnel processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the stunnel processes via flexible mandatory access control.
 +
-+The stunnel processes execute with the stunnel_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The stunnel processes execute with the stunnel_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -88922,33 +90158,33 @@ index 0000000..6d1be26
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux stunnel policy is very flexible allowing users to setup their stunnel processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for stunnel:
 +
 +.EX
-+.B stunnel_t 
++.B stunnel_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux stunnel policy is very flexible allowing users to setup their stunnel processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for stunnel:
 +
 +
 +.EX
 +.PP
-+.B stunnel_etc_t 
++.B stunnel_etc_t
 +.EE
 +
 +- Set files with the stunnel_etc_t type, if you want to store stunnel files in the /etc directories.
@@ -88956,7 +90192,7 @@ index 0000000..6d1be26
 +
 +.EX
 +.PP
-+.B stunnel_exec_t 
++.B stunnel_exec_t
 +.EE
 +
 +- Set files with the stunnel_exec_t type, if you want to transition an executable to the stunnel_t domain.
@@ -88964,7 +90200,7 @@ index 0000000..6d1be26
 +
 +.EX
 +.PP
-+.B stunnel_tmp_t 
++.B stunnel_tmp_t
 +.EE
 +
 +- Set files with the stunnel_tmp_t type, if you want to store stunnel temporary files in the /tmp directories.
@@ -88972,35 +90208,35 @@ index 0000000..6d1be26
 +
 +.EX
 +.PP
-+.B stunnel_var_run_t 
++.B stunnel_var_run_t
 +.EE
 +
 +- Set files with the stunnel_var_run_t type, if you want to store the stunnel files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux stunnel policy is very flexible allowing users to setup their stunnel processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for stunnel:
 +
 +.EX
 +.TP 5
-+.B stunnel_port_t 
++.B stunnel_port_t
 +.TP 10
 +.EE
 +
@@ -89048,30 +90284,30 @@ index 0000000..6d1be26
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), stunnel(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/sulogin_selinux.8 b/man/man8/sulogin_selinux.8
 new file mode 100644
-index 0000000..fc4aa3c
+index 0000000..debe287
 --- /dev/null
 +++ b/man/man8/sulogin_selinux.8
 @@ -0,0 +1,110 @@
-+.TH  "sulogin_selinux"  "8"  "12-10-19" "sulogin" "SELinux Policy documentation for sulogin"
++.TH  "sulogin_selinux"  "8"  "12-11-01" "sulogin" "SELinux Policy documentation for sulogin"
 +.SH "NAME"
 +sulogin_selinux \- Security Enhanced Linux Policy for the sulogin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the sulogin processes via flexible mandatory access control.
 +
-+The sulogin processes execute with the sulogin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The sulogin processes execute with the sulogin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -89088,41 +90324,41 @@ index 0000000..fc4aa3c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux sulogin policy is very flexible allowing users to setup their sulogin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for sulogin:
 +
 +.EX
-+.B sulogin_t 
++.B sulogin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux sulogin policy is very flexible allowing users to setup their sulogin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for sulogin:
 +
 +
 +.EX
 +.PP
-+.B sulogin_exec_t 
++.B sulogin_exec_t
 +.EE
 +
 +- Set files with the sulogin_exec_t type, if you want to transition an executable to the sulogin_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -89164,30 +90400,30 @@ index 0000000..fc4aa3c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sulogin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/svc_multilog_selinux.8 b/man/man8/svc_multilog_selinux.8
 new file mode 100644
-index 0000000..6aa4f70
+index 0000000..723cd0c
 --- /dev/null
 +++ b/man/man8/svc_multilog_selinux.8
 @@ -0,0 +1,155 @@
-+.TH  "svc_multilog_selinux"  "8"  "12-10-19" "svc_multilog" "SELinux Policy documentation for svc_multilog"
++.TH  "svc_multilog_selinux"  "8"  "12-11-01" "svc_multilog" "SELinux Policy documentation for svc_multilog"
 +.SH "NAME"
 +svc_multilog_selinux \- Security Enhanced Linux Policy for the svc_multilog processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the svc_multilog processes via flexible mandatory access control.
 +
-+The svc_multilog processes execute with the svc_multilog_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The svc_multilog processes execute with the svc_multilog_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -89204,41 +90440,41 @@ index 0000000..6aa4f70
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux svc_multilog policy is very flexible allowing users to setup their svc_multilog processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for svc_multilog:
 +
 +.EX
-+.B svc_multilog_t 
++.B svc_multilog_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux svc_multilog policy is very flexible allowing users to setup their svc_multilog processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for svc_multilog:
 +
 +
 +.EX
 +.PP
-+.B svc_multilog_exec_t 
++.B svc_multilog_exec_t
 +.EE
 +
 +- Set files with the svc_multilog_exec_t type, if you want to transition an executable to the svc_multilog_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -89324,13 +90560,13 @@ index 0000000..6aa4f70
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), svc_multilog(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -89338,18 +90574,18 @@ index 0000000..6aa4f70
 \ No newline at end of file
 diff --git a/man/man8/svc_run_selinux.8 b/man/man8/svc_run_selinux.8
 new file mode 100644
-index 0000000..a133412
+index 0000000..81dbe8e
 --- /dev/null
 +++ b/man/man8/svc_run_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "svc_run_selinux"  "8"  "12-10-19" "svc_run" "SELinux Policy documentation for svc_run"
++.TH  "svc_run_selinux"  "8"  "12-11-01" "svc_run" "SELinux Policy documentation for svc_run"
 +.SH "NAME"
 +svc_run_selinux \- Security Enhanced Linux Policy for the svc_run processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the svc_run processes via flexible mandatory access control.
 +
-+The svc_run processes execute with the svc_run_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The svc_run processes execute with the svc_run_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -89366,41 +90602,41 @@ index 0000000..a133412
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux svc_run policy is very flexible allowing users to setup their svc_run processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for svc_run:
 +
 +.EX
-+.B svc_run_t 
++.B svc_run_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux svc_run policy is very flexible allowing users to setup their svc_run processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for svc_run:
 +
 +
 +.EX
 +.PP
-+.B svc_run_exec_t 
++.B svc_run_exec_t
 +.EE
 +
 +- Set files with the svc_run_exec_t type, if you want to transition an executable to the svc_run_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -89418,13 +90654,13 @@ index 0000000..a133412
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), svc_run(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -89432,18 +90668,18 @@ index 0000000..a133412
 \ No newline at end of file
 diff --git a/man/man8/svc_start_selinux.8 b/man/man8/svc_start_selinux.8
 new file mode 100644
-index 0000000..80dc649
+index 0000000..bada5e7
 --- /dev/null
 +++ b/man/man8/svc_start_selinux.8
 @@ -0,0 +1,109 @@
-+.TH  "svc_start_selinux"  "8"  "12-10-19" "svc_start" "SELinux Policy documentation for svc_start"
++.TH  "svc_start_selinux"  "8"  "12-11-01" "svc_start" "SELinux Policy documentation for svc_start"
 +.SH "NAME"
 +svc_start_selinux \- Security Enhanced Linux Policy for the svc_start processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the svc_start processes via flexible mandatory access control.
 +
-+The svc_start processes execute with the svc_start_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The svc_start processes execute with the svc_start_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -89460,41 +90696,41 @@ index 0000000..80dc649
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux svc_start policy is very flexible allowing users to setup their svc_start processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for svc_start:
 +
 +.EX
-+.B svc_start_t 
++.B svc_start_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux svc_start policy is very flexible allowing users to setup their svc_start processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for svc_start:
 +
 +
 +.EX
 +.PP
-+.B svc_start_exec_t 
++.B svc_start_exec_t
 +.EE
 +
 +- Set files with the svc_start_exec_t type, if you want to transition an executable to the svc_start_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -89534,13 +90770,13 @@ index 0000000..80dc649
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), svc_start(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -89548,18 +90784,18 @@ index 0000000..80dc649
 \ No newline at end of file
 diff --git a/man/man8/svnserve_selinux.8 b/man/man8/svnserve_selinux.8
 new file mode 100644
-index 0000000..32a81ff
+index 0000000..19003a2
 --- /dev/null
 +++ b/man/man8/svnserve_selinux.8
 @@ -0,0 +1,138 @@
-+.TH  "svnserve_selinux"  "8"  "12-10-19" "svnserve" "SELinux Policy documentation for svnserve"
++.TH  "svnserve_selinux"  "8"  "12-11-01" "svnserve" "SELinux Policy documentation for svnserve"
 +.SH "NAME"
 +svnserve_selinux \- Security Enhanced Linux Policy for the svnserve processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the svnserve processes via flexible mandatory access control.
 +
-+The svnserve processes execute with the svnserve_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The svnserve processes execute with the svnserve_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -89576,33 +90812,33 @@ index 0000000..32a81ff
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux svnserve policy is very flexible allowing users to setup their svnserve processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for svnserve:
 +
 +.EX
-+.B svnserve_t 
++.B svnserve_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux svnserve policy is very flexible allowing users to setup their svnserve processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for svnserve:
 +
 +
 +.EX
 +.PP
-+.B svnserve_content_t 
++.B svnserve_content_t
 +.EE
 +
 +- Set files with the svnserve_content_t type, if you want to treat the files as svnserve content.
@@ -89610,7 +90846,7 @@ index 0000000..32a81ff
 +
 +.EX
 +.PP
-+.B svnserve_exec_t 
++.B svnserve_exec_t
 +.EE
 +
 +- Set files with the svnserve_exec_t type, if you want to transition an executable to the svnserve_t domain.
@@ -89618,7 +90854,7 @@ index 0000000..32a81ff
 +
 +.EX
 +.PP
-+.B svnserve_initrc_exec_t 
++.B svnserve_initrc_exec_t
 +.EE
 +
 +- Set files with the svnserve_initrc_exec_t type, if you want to transition an executable to the svnserve_initrc_t domain.
@@ -89626,7 +90862,7 @@ index 0000000..32a81ff
 +
 +.EX
 +.PP
-+.B svnserve_unit_file_t 
++.B svnserve_unit_file_t
 +.EE
 +
 +- Set files with the svnserve_unit_file_t type, if you want to treat the files as svnserve unit content.
@@ -89634,15 +90870,15 @@ index 0000000..32a81ff
 +
 +.EX
 +.PP
-+.B svnserve_var_run_t 
++.B svnserve_var_run_t
 +.EE
 +
 +- Set files with the svnserve_var_run_t type, if you want to store the svnserve files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -89680,30 +90916,30 @@ index 0000000..32a81ff
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), svnserve(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/swat_selinux.8 b/man/man8/swat_selinux.8
 new file mode 100644
-index 0000000..43de01c
+index 0000000..7533603
 --- /dev/null
 +++ b/man/man8/swat_selinux.8
 @@ -0,0 +1,214 @@
-+.TH  "swat_selinux"  "8"  "12-10-19" "swat" "SELinux Policy documentation for swat"
++.TH  "swat_selinux"  "8"  "12-11-01" "swat" "SELinux Policy documentation for swat"
 +.SH "NAME"
 +swat_selinux \- Security Enhanced Linux Policy for the swat processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the swat processes via flexible mandatory access control.
 +
-+The swat processes execute with the swat_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The swat processes execute with the swat_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -89720,33 +90956,33 @@ index 0000000..43de01c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux swat policy is very flexible allowing users to setup their swat processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for swat:
 +
 +.EX
-+.B swat_t 
++.B swat_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux swat policy is very flexible allowing users to setup their swat processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for swat:
 +
 +
 +.EX
 +.PP
-+.B swat_exec_t 
++.B swat_exec_t
 +.EE
 +
 +- Set files with the swat_exec_t type, if you want to transition an executable to the swat_t domain.
@@ -89754,7 +90990,7 @@ index 0000000..43de01c
 +
 +.EX
 +.PP
-+.B swat_tmp_t 
++.B swat_tmp_t
 +.EE
 +
 +- Set files with the swat_tmp_t type, if you want to store swat temporary files in the /tmp directories.
@@ -89762,35 +90998,35 @@ index 0000000..43de01c
 +
 +.EX
 +.PP
-+.B swat_var_run_t 
++.B swat_var_run_t
 +.EE
 +
 +- Set files with the swat_var_run_t type, if you want to store the swat files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux swat policy is very flexible allowing users to setup their swat processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for swat:
 +
 +.EX
 +.TP 5
-+.B swat_port_t 
++.B swat_port_t
 +.TP 10
 +.EE
 +
@@ -89900,25 +91136,25 @@ index 0000000..43de01c
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), swat(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/sysadm_selinux.8 b/man/man8/sysadm_selinux.8
 new file mode 100644
-index 0000000..c0224be
+index 0000000..a815869
 --- /dev/null
 +++ b/man/man8/sysadm_selinux.8
 @@ -0,0 +1,532 @@
 +.TH  "sysadm_selinux"  "8"  "sysadm" "mgrepl at redhat.com" "sysadm SELinux Policy documentation"
 +.SH "NAME"
-+sysadm_u \- \fBGeneral system administration role\fP - Security Enhanced Linux Policy 
++sysadm_u \- \fBGeneral system administration role\fP - Security Enhanced Linux Policy
 +
 +.SH DESCRIPTION
 +
@@ -89930,7 +91166,7 @@ index 0000000..c0224be
 +
 +.B sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023
 +
-+Linux users are automatically assigned an SELinux users at login.  
++Linux users are automatically assigned an SELinux users at login.
 +Login programs use the SELinux User to assign initial context to the user's shell.
 +
 +SELinux policy uses the context to control the user's access.
@@ -89955,11 +91191,11 @@ index 0000000..c0224be
 +
 +.SH USER DESCRIPTION
 +
-+The SELinux user sysadm_u is an admin user. It means that a mapped Linux user to this SELinux user is intended for administrative actions. Usually this is assigned to a root Linux user.  
++The SELinux user sysadm_u is an admin user. It means that a mapped Linux user to this SELinux user is intended for administrative actions. Usually this is assigned to a root Linux user.
 +
 +.SH SUDO
 +
-+The SELinux user sysadm can execute sudo. 
++The SELinux user sysadm can execute sudo.
 +
 +You can set up sudo to allow sysadm to transition to an administrative domain:
 +
@@ -89978,7 +91214,7 @@ index 0000000..c0224be
 +
 +Modify the roles list and add sysadm_r to this list.
 +
-+.B $ semanage user -m -R 'sysadm_r auditadm_r secadm_r staff_r user_r' sysadm_u 
++.B $ semanage user -m -R 'sysadm_r auditadm_r secadm_r staff_r user_r' sysadm_u
 +
 +For more details you can see semanage man page.
 +
@@ -89995,7 +91231,7 @@ index 0000000..c0224be
 +
 +Modify the roles list and add sysadm_r to this list.
 +
-+.B $ semanage user -m -R 'sysadm_r auditadm_r secadm_r staff_r user_r' sysadm_u 
++.B $ semanage user -m -R 'sysadm_r auditadm_r secadm_r staff_r user_r' sysadm_u
 +
 +For more details you can see semanage man page.
 +
@@ -90012,7 +91248,7 @@ index 0000000..c0224be
 +
 +Modify the roles list and add sysadm_r to this list.
 +
-+.B $ semanage user -m -R 'sysadm_r auditadm_r secadm_r staff_r user_r' sysadm_u 
++.B $ semanage user -m -R 'sysadm_r auditadm_r secadm_r staff_r user_r' sysadm_u
 +
 +For more details you can see semanage man page.
 +
@@ -90029,12 +91265,12 @@ index 0000000..c0224be
 +
 +Modify the roles list and add sysadm_r to this list.
 +
-+.B $ semanage user -m -R 'sysadm_r auditadm_r secadm_r staff_r user_r' sysadm_u 
++.B $ semanage user -m -R 'sysadm_r auditadm_r secadm_r staff_r user_r' sysadm_u
 +
 +For more details you can see semanage man page.
 +
 +
-+The SELinux type sysadm_t is not allowed to execute sudo. 
++The SELinux type sysadm_t is not allowed to execute sudo.
 +
 +.SH X WINDOWS LOGIN
 +
@@ -90045,10 +91281,10 @@ index 0000000..c0224be
 +.TP
 +The SELinux user sysadm_u is able to listen on the following tcp ports.
 +
-+.B ephemeral_port_t: 32768-61000
-+
 +.B all ports with out defined types
 +
++.B ephemeral_port_t: 32768-61000
++
 +.TP
 +The SELinux user sysadm_u is able to connect to the following tcp ports.
 +
@@ -90057,11 +91293,11 @@ index 0000000..c0224be
 +.TP
 +The SELinux user sysadm_u is able to listen on the following udp ports.
 +
-+.B ephemeral_port_t: 32768-61000
++.B all ports with out defined types
 +
 +.B ntp_port_t: 123
 +
-+.B all ports with out defined types
++.B ephemeral_port_t: 32768-61000
 +
 +.TP
 +The SELinux user sysadm_u is able to connect to the following tcp ports.
@@ -90170,10 +91406,10 @@ index 0000000..c0224be
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -90437,13 +91673,13 @@ index 0000000..c0224be
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sysadm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -90451,18 +91687,18 @@ index 0000000..c0224be
 \ No newline at end of file
 diff --git a/man/man8/syslogd_selinux.8 b/man/man8/syslogd_selinux.8
 new file mode 100644
-index 0000000..f24d6ab
+index 0000000..6ebf4fa
 --- /dev/null
 +++ b/man/man8/syslogd_selinux.8
 @@ -0,0 +1,286 @@
-+.TH  "syslogd_selinux"  "8"  "12-10-19" "syslogd" "SELinux Policy documentation for syslogd"
++.TH  "syslogd_selinux"  "8"  "12-11-01" "syslogd" "SELinux Policy documentation for syslogd"
 +.SH "NAME"
 +syslogd_selinux \- Security Enhanced Linux Policy for the syslogd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the syslogd processes via flexible mandatory access control.
 +
-+The syslogd processes execute with the syslogd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The syslogd processes execute with the syslogd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -90479,17 +91715,17 @@ index 0000000..f24d6ab
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux syslogd policy is very flexible allowing users to setup their syslogd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for syslogd:
 +
 +.EX
-+.B syslogd_t 
++.B syslogd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -90525,19 +91761,19 @@ index 0000000..f24d6ab
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux syslogd policy is very flexible allowing users to setup their syslogd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for syslogd:
 +
 +
 +.EX
 +.PP
-+.B syslogd_exec_t 
++.B syslogd_exec_t
 +.EE
 +
 +- Set files with the syslogd_exec_t type, if you want to transition an executable to the syslogd_t domain.
@@ -90545,7 +91781,7 @@ index 0000000..f24d6ab
 +
 +.EX
 +.PP
-+.B syslogd_initrc_exec_t 
++.B syslogd_initrc_exec_t
 +.EE
 +
 +- Set files with the syslogd_initrc_exec_t type, if you want to transition an executable to the syslogd_initrc_t domain.
@@ -90553,7 +91789,7 @@ index 0000000..f24d6ab
 +
 +.EX
 +.PP
-+.B syslogd_keytab_t 
++.B syslogd_keytab_t
 +.EE
 +
 +- Set files with the syslogd_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -90561,7 +91797,7 @@ index 0000000..f24d6ab
 +
 +.EX
 +.PP
-+.B syslogd_tmp_t 
++.B syslogd_tmp_t
 +.EE
 +
 +- Set files with the syslogd_tmp_t type, if you want to store syslogd temporary files in the /tmp directories.
@@ -90569,7 +91805,7 @@ index 0000000..f24d6ab
 +
 +.EX
 +.PP
-+.B syslogd_var_lib_t 
++.B syslogd_var_lib_t
 +.EE
 +
 +- Set files with the syslogd_var_lib_t type, if you want to store the syslogd files under the /var/lib directory.
@@ -90577,35 +91813,35 @@ index 0000000..f24d6ab
 +
 +.EX
 +.PP
-+.B syslogd_var_run_t 
++.B syslogd_var_run_t
 +.EE
 +
 +- Set files with the syslogd_var_run_t type, if you want to store the syslogd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux syslogd policy is very flexible allowing users to setup their syslogd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for syslogd:
 +
 +.EX
 +.TP 5
-+.B syslogd_port_t 
++.B syslogd_port_t
 +.TP 10
 +.EE
 +
@@ -90730,13 +91966,13 @@ index 0000000..f24d6ab
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), syslogd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -90744,18 +91980,18 @@ index 0000000..f24d6ab
 \ No newline at end of file
 diff --git a/man/man8/sysstat_selinux.8 b/man/man8/sysstat_selinux.8
 new file mode 100644
-index 0000000..b546652
+index 0000000..a41e354
 --- /dev/null
 +++ b/man/man8/sysstat_selinux.8
 @@ -0,0 +1,124 @@
-+.TH  "sysstat_selinux"  "8"  "12-10-19" "sysstat" "SELinux Policy documentation for sysstat"
++.TH  "sysstat_selinux"  "8"  "12-11-01" "sysstat" "SELinux Policy documentation for sysstat"
 +.SH "NAME"
 +sysstat_selinux \- Security Enhanced Linux Policy for the sysstat processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the sysstat processes via flexible mandatory access control.
 +
-+The sysstat processes execute with the sysstat_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The sysstat processes execute with the sysstat_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -90772,33 +92008,33 @@ index 0000000..b546652
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux sysstat policy is very flexible allowing users to setup their sysstat processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for sysstat:
 +
 +.EX
-+.B sysstat_t 
++.B sysstat_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux sysstat policy is very flexible allowing users to setup their sysstat processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for sysstat:
 +
 +
 +.EX
 +.PP
-+.B sysstat_exec_t 
++.B sysstat_exec_t
 +.EE
 +
 +- Set files with the sysstat_exec_t type, if you want to transition an executable to the sysstat_t domain.
@@ -90806,15 +92042,15 @@ index 0000000..b546652
 +
 +.EX
 +.PP
-+.B sysstat_log_t 
++.B sysstat_log_t
 +.EE
 +
 +- Set files with the sysstat_log_t type, if you want to treat the data as sysstat log data, usually stored under the /var/log directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -90862,30 +92098,30 @@ index 0000000..b546652
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), sysstat(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/system_munin_plugin_selinux.8 b/man/man8/system_munin_plugin_selinux.8
 new file mode 100644
-index 0000000..f11e442
+index 0000000..1b3a9b7
 --- /dev/null
 +++ b/man/man8/system_munin_plugin_selinux.8
 @@ -0,0 +1,115 @@
-+.TH  "system_munin_plugin_selinux"  "8"  "12-10-19" "system_munin_plugin" "SELinux Policy documentation for system_munin_plugin"
++.TH  "system_munin_plugin_selinux"  "8"  "12-11-01" "system_munin_plugin" "SELinux Policy documentation for system_munin_plugin"
 +.SH "NAME"
 +system_munin_plugin_selinux \- Security Enhanced Linux Policy for the system_munin_plugin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the system_munin_plugin processes via flexible mandatory access control.
 +
-+The system_munin_plugin processes execute with the system_munin_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The system_munin_plugin processes execute with the system_munin_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -90902,33 +92138,33 @@ index 0000000..f11e442
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux system_munin_plugin policy is very flexible allowing users to setup their system_munin_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for system_munin_plugin:
 +
 +.EX
-+.B system_munin_plugin_t 
++.B system_munin_plugin_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux system_munin_plugin policy is very flexible allowing users to setup their system_munin_plugin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for system_munin_plugin:
 +
 +
 +.EX
 +.PP
-+.B system_munin_plugin_exec_t 
++.B system_munin_plugin_exec_t
 +.EE
 +
 +- Set files with the system_munin_plugin_exec_t type, if you want to transition an executable to the system_munin_plugin_t domain.
@@ -90936,15 +92172,15 @@ index 0000000..f11e442
 +
 +.EX
 +.PP
-+.B system_munin_plugin_tmp_t 
++.B system_munin_plugin_tmp_t
 +.EE
 +
 +- Set files with the system_munin_plugin_tmp_t type, if you want to store system munin plugin temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -90982,13 +92218,13 @@ index 0000000..f11e442
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), system_munin_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -90996,18 +92232,18 @@ index 0000000..f11e442
 \ No newline at end of file
 diff --git a/man/man8/systemd_logger_selinux.8 b/man/man8/systemd_logger_selinux.8
 new file mode 100644
-index 0000000..cf29c01
+index 0000000..b8b6a98
 --- /dev/null
 +++ b/man/man8/systemd_logger_selinux.8
 @@ -0,0 +1,101 @@
-+.TH  "systemd_logger_selinux"  "8"  "12-10-19" "systemd_logger" "SELinux Policy documentation for systemd_logger"
++.TH  "systemd_logger_selinux"  "8"  "12-11-01" "systemd_logger" "SELinux Policy documentation for systemd_logger"
 +.SH "NAME"
 +systemd_logger_selinux \- Security Enhanced Linux Policy for the systemd_logger processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the systemd_logger processes via flexible mandatory access control.
 +
-+The systemd_logger processes execute with the systemd_logger_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The systemd_logger processes execute with the systemd_logger_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -91024,41 +92260,41 @@ index 0000000..cf29c01
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux systemd_logger policy is very flexible allowing users to setup their systemd_logger processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for systemd_logger:
 +
 +.EX
-+.B systemd_logger_t 
++.B systemd_logger_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux systemd_logger policy is very flexible allowing users to setup their systemd_logger processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for systemd_logger:
 +
 +
 +.EX
 +.PP
-+.B systemd_logger_exec_t 
++.B systemd_logger_exec_t
 +.EE
 +
 +- Set files with the systemd_logger_exec_t type, if you want to transition an executable to the systemd_logger_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -91090,13 +92326,13 @@ index 0000000..cf29c01
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), systemd_logger(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -91104,18 +92340,18 @@ index 0000000..cf29c01
 \ No newline at end of file
 diff --git a/man/man8/systemd_logind_selinux.8 b/man/man8/systemd_logind_selinux.8
 new file mode 100644
-index 0000000..9cd08b5
+index 0000000..d2912c3
 --- /dev/null
 +++ b/man/man8/systemd_logind_selinux.8
 @@ -0,0 +1,249 @@
-+.TH  "systemd_logind_selinux"  "8"  "12-10-19" "systemd_logind" "SELinux Policy documentation for systemd_logind"
++.TH  "systemd_logind_selinux"  "8"  "12-11-01" "systemd_logind" "SELinux Policy documentation for systemd_logind"
 +.SH "NAME"
 +systemd_logind_selinux \- Security Enhanced Linux Policy for the systemd_logind processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the systemd_logind processes via flexible mandatory access control.
 +
-+The systemd_logind processes execute with the systemd_logind_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The systemd_logind processes execute with the systemd_logind_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -91132,33 +92368,33 @@ index 0000000..9cd08b5
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux systemd_logind policy is very flexible allowing users to setup their systemd_logind processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for systemd_logind:
 +
 +.EX
-+.B systemd_logind_t 
++.B systemd_logind_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux systemd_logind policy is very flexible allowing users to setup their systemd_logind processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for systemd_logind:
 +
 +
 +.EX
 +.PP
-+.B systemd_logind_exec_t 
++.B systemd_logind_exec_t
 +.EE
 +
 +- Set files with the systemd_logind_exec_t type, if you want to transition an executable to the systemd_logind_t domain.
@@ -91166,7 +92402,7 @@ index 0000000..9cd08b5
 +
 +.EX
 +.PP
-+.B systemd_logind_inhibit_var_run_t 
++.B systemd_logind_inhibit_var_run_t
 +.EE
 +
 +- Set files with the systemd_logind_inhibit_var_run_t type, if you want to store the systemd logind inhibit files under the /run directory.
@@ -91174,7 +92410,7 @@ index 0000000..9cd08b5
 +
 +.EX
 +.PP
-+.B systemd_logind_sessions_t 
++.B systemd_logind_sessions_t
 +.EE
 +
 +- Set files with the systemd_logind_sessions_t type, if you want to treat the files as systemd logind sessions data.
@@ -91182,15 +92418,15 @@ index 0000000..9cd08b5
 +
 +.EX
 +.PP
-+.B systemd_logind_var_run_t 
++.B systemd_logind_var_run_t
 +.EE
 +
 +- Set files with the systemd_logind_var_run_t type, if you want to store the systemd logind files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -91346,13 +92582,13 @@ index 0000000..9cd08b5
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), systemd_logind(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -91360,18 +92596,18 @@ index 0000000..9cd08b5
 \ No newline at end of file
 diff --git a/man/man8/systemd_notify_selinux.8 b/man/man8/systemd_notify_selinux.8
 new file mode 100644
-index 0000000..76b612b
+index 0000000..6a06f93
 --- /dev/null
 +++ b/man/man8/systemd_notify_selinux.8
 @@ -0,0 +1,113 @@
-+.TH  "systemd_notify_selinux"  "8"  "12-10-19" "systemd_notify" "SELinux Policy documentation for systemd_notify"
++.TH  "systemd_notify_selinux"  "8"  "12-11-01" "systemd_notify" "SELinux Policy documentation for systemd_notify"
 +.SH "NAME"
 +systemd_notify_selinux \- Security Enhanced Linux Policy for the systemd_notify processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the systemd_notify processes via flexible mandatory access control.
 +
-+The systemd_notify processes execute with the systemd_notify_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The systemd_notify processes execute with the systemd_notify_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -91388,41 +92624,41 @@ index 0000000..76b612b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux systemd_notify policy is very flexible allowing users to setup their systemd_notify processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for systemd_notify:
 +
 +.EX
-+.B systemd_notify_t 
++.B systemd_notify_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux systemd_notify policy is very flexible allowing users to setup their systemd_notify processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for systemd_notify:
 +
 +
 +.EX
 +.PP
-+.B systemd_notify_exec_t 
++.B systemd_notify_exec_t
 +.EE
 +
 +- Set files with the systemd_notify_exec_t type, if you want to transition an executable to the systemd_notify_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -91466,13 +92702,13 @@ index 0000000..76b612b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), systemd_notify(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -91480,18 +92716,18 @@ index 0000000..76b612b
 \ No newline at end of file
 diff --git a/man/man8/systemd_passwd_agent_selinux.8 b/man/man8/systemd_passwd_agent_selinux.8
 new file mode 100644
-index 0000000..213d1f3
+index 0000000..e32dad2
 --- /dev/null
 +++ b/man/man8/systemd_passwd_agent_selinux.8
 @@ -0,0 +1,113 @@
-+.TH  "systemd_passwd_agent_selinux"  "8"  "12-10-19" "systemd_passwd_agent" "SELinux Policy documentation for systemd_passwd_agent"
++.TH  "systemd_passwd_agent_selinux"  "8"  "12-11-01" "systemd_passwd_agent" "SELinux Policy documentation for systemd_passwd_agent"
 +.SH "NAME"
 +systemd_passwd_agent_selinux \- Security Enhanced Linux Policy for the systemd_passwd_agent processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the systemd_passwd_agent processes via flexible mandatory access control.
 +
-+The systemd_passwd_agent processes execute with the systemd_passwd_agent_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The systemd_passwd_agent processes execute with the systemd_passwd_agent_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -91508,41 +92744,41 @@ index 0000000..213d1f3
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux systemd_passwd_agent policy is very flexible allowing users to setup their systemd_passwd_agent processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for systemd_passwd_agent:
 +
 +.EX
-+.B systemd_passwd_agent_t 
++.B systemd_passwd_agent_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux systemd_passwd_agent policy is very flexible allowing users to setup their systemd_passwd_agent processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for systemd_passwd_agent:
 +
 +
 +.EX
 +.PP
-+.B systemd_passwd_agent_exec_t 
++.B systemd_passwd_agent_exec_t
 +.EE
 +
 +- Set files with the systemd_passwd_agent_exec_t type, if you want to transition an executable to the systemd_passwd_agent_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -91586,13 +92822,13 @@ index 0000000..213d1f3
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), systemd_passwd_agent(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -91600,18 +92836,18 @@ index 0000000..213d1f3
 \ No newline at end of file
 diff --git a/man/man8/systemd_tmpfiles_selinux.8 b/man/man8/systemd_tmpfiles_selinux.8
 new file mode 100644
-index 0000000..be38904
+index 0000000..de442a9
 --- /dev/null
 +++ b/man/man8/systemd_tmpfiles_selinux.8
 @@ -0,0 +1,187 @@
-+.TH  "systemd_tmpfiles_selinux"  "8"  "12-10-19" "systemd_tmpfiles" "SELinux Policy documentation for systemd_tmpfiles"
++.TH  "systemd_tmpfiles_selinux"  "8"  "12-11-01" "systemd_tmpfiles" "SELinux Policy documentation for systemd_tmpfiles"
 +.SH "NAME"
 +systemd_tmpfiles_selinux \- Security Enhanced Linux Policy for the systemd_tmpfiles processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the systemd_tmpfiles processes via flexible mandatory access control.
 +
-+The systemd_tmpfiles processes execute with the systemd_tmpfiles_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The systemd_tmpfiles processes execute with the systemd_tmpfiles_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -91628,41 +92864,41 @@ index 0000000..be38904
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux systemd_tmpfiles policy is very flexible allowing users to setup their systemd_tmpfiles processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for systemd_tmpfiles:
 +
 +.EX
-+.B systemd_tmpfiles_t 
++.B systemd_tmpfiles_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux systemd_tmpfiles policy is very flexible allowing users to setup their systemd_tmpfiles processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for systemd_tmpfiles:
 +
 +
 +.EX
 +.PP
-+.B systemd_tmpfiles_exec_t 
++.B systemd_tmpfiles_exec_t
 +.EE
 +
 +- Set files with the systemd_tmpfiles_exec_t type, if you want to transition an executable to the systemd_tmpfiles_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -91780,13 +93016,13 @@ index 0000000..be38904
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), systemd_tmpfiles(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -91794,18 +93030,18 @@ index 0000000..be38904
 \ No newline at end of file
 diff --git a/man/man8/tcpd_selinux.8 b/man/man8/tcpd_selinux.8
 new file mode 100644
-index 0000000..7b17b7e
+index 0000000..42ef6d7
 --- /dev/null
 +++ b/man/man8/tcpd_selinux.8
 @@ -0,0 +1,152 @@
-+.TH  "tcpd_selinux"  "8"  "12-10-19" "tcpd" "SELinux Policy documentation for tcpd"
++.TH  "tcpd_selinux"  "8"  "12-11-01" "tcpd" "SELinux Policy documentation for tcpd"
 +.SH "NAME"
 +tcpd_selinux \- Security Enhanced Linux Policy for the tcpd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the tcpd processes via flexible mandatory access control.
 +
-+The tcpd processes execute with the tcpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The tcpd processes execute with the tcpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -91822,17 +93058,17 @@ index 0000000..7b17b7e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux tcpd policy is very flexible allowing users to setup their tcpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for tcpd:
 +
 +.EX
-+.B tcpd_t 
++.B tcpd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -91882,19 +93118,19 @@ index 0000000..7b17b7e
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux tcpd policy is very flexible allowing users to setup their tcpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for tcpd:
 +
 +
 +.EX
 +.PP
-+.B tcpd_exec_t 
++.B tcpd_exec_t
 +.EE
 +
 +- Set files with the tcpd_exec_t type, if you want to transition an executable to the tcpd_t domain.
@@ -91902,15 +93138,15 @@ index 0000000..7b17b7e
 +
 +.EX
 +.PP
-+.B tcpd_tmp_t 
++.B tcpd_tmp_t
 +.EE
 +
 +- Set files with the tcpd_tmp_t type, if you want to store tcpd temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -91939,13 +93175,13 @@ index 0000000..7b17b7e
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), tcpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -91953,18 +93189,18 @@ index 0000000..7b17b7e
 \ No newline at end of file
 diff --git a/man/man8/tcsd_selinux.8 b/man/man8/tcsd_selinux.8
 new file mode 100644
-index 0000000..67c80eb
+index 0000000..f4bc953
 --- /dev/null
 +++ b/man/man8/tcsd_selinux.8
 @@ -0,0 +1,152 @@
-+.TH  "tcsd_selinux"  "8"  "12-10-19" "tcsd" "SELinux Policy documentation for tcsd"
++.TH  "tcsd_selinux"  "8"  "12-11-01" "tcsd" "SELinux Policy documentation for tcsd"
 +.SH "NAME"
 +tcsd_selinux \- Security Enhanced Linux Policy for the tcsd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the tcsd processes via flexible mandatory access control.
 +
-+The tcsd processes execute with the tcsd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The tcsd processes execute with the tcsd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -91981,33 +93217,33 @@ index 0000000..67c80eb
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux tcsd policy is very flexible allowing users to setup their tcsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for tcsd:
 +
 +.EX
-+.B tcsd_t 
++.B tcsd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux tcsd policy is very flexible allowing users to setup their tcsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for tcsd:
 +
 +
 +.EX
 +.PP
-+.B tcsd_exec_t 
++.B tcsd_exec_t
 +.EE
 +
 +- Set files with the tcsd_exec_t type, if you want to transition an executable to the tcsd_t domain.
@@ -92015,7 +93251,7 @@ index 0000000..67c80eb
 +
 +.EX
 +.PP
-+.B tcsd_initrc_exec_t 
++.B tcsd_initrc_exec_t
 +.EE
 +
 +- Set files with the tcsd_initrc_exec_t type, if you want to transition an executable to the tcsd_initrc_t domain.
@@ -92023,35 +93259,35 @@ index 0000000..67c80eb
 +
 +.EX
 +.PP
-+.B tcsd_var_lib_t 
++.B tcsd_var_lib_t
 +.EE
 +
 +- Set files with the tcsd_var_lib_t type, if you want to store the tcsd files under the /var/lib directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux tcsd policy is very flexible allowing users to setup their tcsd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for tcsd:
 +
 +.EX
 +.TP 5
-+.B tcs_port_t 
++.B tcs_port_t
 +.TP 10
 +.EE
 +
@@ -92099,30 +93335,30 @@ index 0000000..67c80eb
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), tcsd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/telepathy_gabble_selinux.8 b/man/man8/telepathy_gabble_selinux.8
 new file mode 100644
-index 0000000..36f9ed7
+index 0000000..a1ba3c0
 --- /dev/null
 +++ b/man/man8/telepathy_gabble_selinux.8
 @@ -0,0 +1,193 @@
-+.TH  "telepathy_gabble_selinux"  "8"  "12-10-19" "telepathy_gabble" "SELinux Policy documentation for telepathy_gabble"
++.TH  "telepathy_gabble_selinux"  "8"  "12-11-01" "telepathy_gabble" "SELinux Policy documentation for telepathy_gabble"
 +.SH "NAME"
 +telepathy_gabble_selinux \- Security Enhanced Linux Policy for the telepathy_gabble processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the telepathy_gabble processes via flexible mandatory access control.
 +
-+The telepathy_gabble processes execute with the telepathy_gabble_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The telepathy_gabble processes execute with the telepathy_gabble_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -92139,33 +93375,33 @@ index 0000000..36f9ed7
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux telepathy_gabble policy is very flexible allowing users to setup their telepathy_gabble processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for telepathy_gabble:
 +
 +.EX
-+.B telepathy_gabble_t 
++.B telepathy_gabble_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux telepathy_gabble policy is very flexible allowing users to setup their telepathy_gabble processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for telepathy_gabble:
 +
 +
 +.EX
 +.PP
-+.B telepathy_gabble_cache_home_t 
++.B telepathy_gabble_cache_home_t
 +.EE
 +
 +- Set files with the telepathy_gabble_cache_home_t type, if you want to store telepathy gabble cache files in the users home directory.
@@ -92173,7 +93409,7 @@ index 0000000..36f9ed7
 +
 +.EX
 +.PP
-+.B telepathy_gabble_exec_t 
++.B telepathy_gabble_exec_t
 +.EE
 +
 +- Set files with the telepathy_gabble_exec_t type, if you want to transition an executable to the telepathy_gabble_t domain.
@@ -92181,15 +93417,15 @@ index 0000000..36f9ed7
 +
 +.EX
 +.PP
-+.B telepathy_gabble_tmp_t 
++.B telepathy_gabble_tmp_t
 +.EE
 +
 +- Set files with the telepathy_gabble_tmp_t type, if you want to store telepathy gabble temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -92297,13 +93533,13 @@ index 0000000..36f9ed7
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), telepathy_gabble(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -92311,18 +93547,18 @@ index 0000000..36f9ed7
 \ No newline at end of file
 diff --git a/man/man8/telepathy_idle_selinux.8 b/man/man8/telepathy_idle_selinux.8
 new file mode 100644
-index 0000000..97b9c76
+index 0000000..dd6fb69
 --- /dev/null
 +++ b/man/man8/telepathy_idle_selinux.8
 @@ -0,0 +1,131 @@
-+.TH  "telepathy_idle_selinux"  "8"  "12-10-19" "telepathy_idle" "SELinux Policy documentation for telepathy_idle"
++.TH  "telepathy_idle_selinux"  "8"  "12-11-01" "telepathy_idle" "SELinux Policy documentation for telepathy_idle"
 +.SH "NAME"
 +telepathy_idle_selinux \- Security Enhanced Linux Policy for the telepathy_idle processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the telepathy_idle processes via flexible mandatory access control.
 +
-+The telepathy_idle processes execute with the telepathy_idle_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The telepathy_idle processes execute with the telepathy_idle_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -92339,33 +93575,33 @@ index 0000000..97b9c76
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux telepathy_idle policy is very flexible allowing users to setup their telepathy_idle processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for telepathy_idle:
 +
 +.EX
-+.B telepathy_idle_t 
++.B telepathy_idle_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux telepathy_idle policy is very flexible allowing users to setup their telepathy_idle processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for telepathy_idle:
 +
 +
 +.EX
 +.PP
-+.B telepathy_idle_exec_t 
++.B telepathy_idle_exec_t
 +.EE
 +
 +- Set files with the telepathy_idle_exec_t type, if you want to transition an executable to the telepathy_idle_t domain.
@@ -92373,15 +93609,15 @@ index 0000000..97b9c76
 +
 +.EX
 +.PP
-+.B telepathy_idle_tmp_t 
++.B telepathy_idle_tmp_t
 +.EE
 +
 +- Set files with the telepathy_idle_tmp_t type, if you want to store telepathy idle temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -92435,13 +93671,13 @@ index 0000000..97b9c76
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), telepathy_idle(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -92449,18 +93685,18 @@ index 0000000..97b9c76
 \ No newline at end of file
 diff --git a/man/man8/telepathy_logger_selinux.8 b/man/man8/telepathy_logger_selinux.8
 new file mode 100644
-index 0000000..e6fb76c
+index 0000000..e218a21
 --- /dev/null
 +++ b/man/man8/telepathy_logger_selinux.8
 @@ -0,0 +1,205 @@
-+.TH  "telepathy_logger_selinux"  "8"  "12-10-19" "telepathy_logger" "SELinux Policy documentation for telepathy_logger"
++.TH  "telepathy_logger_selinux"  "8"  "12-11-01" "telepathy_logger" "SELinux Policy documentation for telepathy_logger"
 +.SH "NAME"
 +telepathy_logger_selinux \- Security Enhanced Linux Policy for the telepathy_logger processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the telepathy_logger processes via flexible mandatory access control.
 +
-+The telepathy_logger processes execute with the telepathy_logger_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The telepathy_logger processes execute with the telepathy_logger_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -92477,33 +93713,33 @@ index 0000000..e6fb76c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux telepathy_logger policy is very flexible allowing users to setup their telepathy_logger processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for telepathy_logger:
 +
 +.EX
-+.B telepathy_logger_t 
++.B telepathy_logger_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux telepathy_logger policy is very flexible allowing users to setup their telepathy_logger processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for telepathy_logger:
 +
 +
 +.EX
 +.PP
-+.B telepathy_logger_cache_home_t 
++.B telepathy_logger_cache_home_t
 +.EE
 +
 +- Set files with the telepathy_logger_cache_home_t type, if you want to store telepathy logger cache files in the users home directory.
@@ -92511,7 +93747,7 @@ index 0000000..e6fb76c
 +
 +.EX
 +.PP
-+.B telepathy_logger_data_home_t 
++.B telepathy_logger_data_home_t
 +.EE
 +
 +- Set files with the telepathy_logger_data_home_t type, if you want to store telepathy logger data files in the users home directory.
@@ -92519,7 +93755,7 @@ index 0000000..e6fb76c
 +
 +.EX
 +.PP
-+.B telepathy_logger_exec_t 
++.B telepathy_logger_exec_t
 +.EE
 +
 +- Set files with the telepathy_logger_exec_t type, if you want to transition an executable to the telepathy_logger_t domain.
@@ -92527,15 +93763,15 @@ index 0000000..e6fb76c
 +
 +.EX
 +.PP
-+.B telepathy_logger_tmp_t 
++.B telepathy_logger_tmp_t
 +.EE
 +
 +- Set files with the telepathy_logger_tmp_t type, if you want to store telepathy logger temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -92647,13 +93883,13 @@ index 0000000..e6fb76c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), telepathy_logger(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -92661,18 +93897,18 @@ index 0000000..e6fb76c
 \ No newline at end of file
 diff --git a/man/man8/telepathy_mission_control_selinux.8 b/man/man8/telepathy_mission_control_selinux.8
 new file mode 100644
-index 0000000..37acdf9
+index 0000000..6367510
 --- /dev/null
 +++ b/man/man8/telepathy_mission_control_selinux.8
 @@ -0,0 +1,223 @@
-+.TH  "telepathy_mission_control_selinux"  "8"  "12-10-19" "telepathy_mission_control" "SELinux Policy documentation for telepathy_mission_control"
++.TH  "telepathy_mission_control_selinux"  "8"  "12-11-01" "telepathy_mission_control" "SELinux Policy documentation for telepathy_mission_control"
 +.SH "NAME"
 +telepathy_mission_control_selinux \- Security Enhanced Linux Policy for the telepathy_mission_control processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the telepathy_mission_control processes via flexible mandatory access control.
 +
-+The telepathy_mission_control processes execute with the telepathy_mission_control_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The telepathy_mission_control processes execute with the telepathy_mission_control_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -92689,33 +93925,33 @@ index 0000000..37acdf9
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux telepathy_mission_control policy is very flexible allowing users to setup their telepathy_mission_control processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for telepathy_mission_control:
 +
 +.EX
-+.B telepathy_mission_control_t 
++.B telepathy_mission_control_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux telepathy_mission_control policy is very flexible allowing users to setup their telepathy_mission_control processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for telepathy_mission_control:
 +
 +
 +.EX
 +.PP
-+.B telepathy_mission_control_cache_home_t 
++.B telepathy_mission_control_cache_home_t
 +.EE
 +
 +- Set files with the telepathy_mission_control_cache_home_t type, if you want to store telepathy mission control cache files in the users home directory.
@@ -92723,7 +93959,7 @@ index 0000000..37acdf9
 +
 +.EX
 +.PP
-+.B telepathy_mission_control_data_home_t 
++.B telepathy_mission_control_data_home_t
 +.EE
 +
 +- Set files with the telepathy_mission_control_data_home_t type, if you want to store telepathy mission control data files in the users home directory.
@@ -92731,7 +93967,7 @@ index 0000000..37acdf9
 +
 +.EX
 +.PP
-+.B telepathy_mission_control_exec_t 
++.B telepathy_mission_control_exec_t
 +.EE
 +
 +- Set files with the telepathy_mission_control_exec_t type, if you want to transition an executable to the telepathy_mission_control_t domain.
@@ -92739,7 +93975,7 @@ index 0000000..37acdf9
 +
 +.EX
 +.PP
-+.B telepathy_mission_control_home_t 
++.B telepathy_mission_control_home_t
 +.EE
 +
 +- Set files with the telepathy_mission_control_home_t type, if you want to store telepathy mission control files in the users home directory.
@@ -92747,15 +93983,15 @@ index 0000000..37acdf9
 +
 +.EX
 +.PP
-+.B telepathy_mission_control_tmp_t 
++.B telepathy_mission_control_tmp_t
 +.EE
 +
 +- Set files with the telepathy_mission_control_tmp_t type, if you want to store telepathy mission control temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -92877,13 +94113,13 @@ index 0000000..37acdf9
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), telepathy_mission_control(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -92891,18 +94127,18 @@ index 0000000..37acdf9
 \ No newline at end of file
 diff --git a/man/man8/telepathy_msn_selinux.8 b/man/man8/telepathy_msn_selinux.8
 new file mode 100644
-index 0000000..c884e74
+index 0000000..69bc52e
 --- /dev/null
 +++ b/man/man8/telepathy_msn_selinux.8
 @@ -0,0 +1,135 @@
-+.TH  "telepathy_msn_selinux"  "8"  "12-10-19" "telepathy_msn" "SELinux Policy documentation for telepathy_msn"
++.TH  "telepathy_msn_selinux"  "8"  "12-11-01" "telepathy_msn" "SELinux Policy documentation for telepathy_msn"
 +.SH "NAME"
 +telepathy_msn_selinux \- Security Enhanced Linux Policy for the telepathy_msn processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the telepathy_msn processes via flexible mandatory access control.
 +
-+The telepathy_msn processes execute with the telepathy_msn_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The telepathy_msn processes execute with the telepathy_msn_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -92919,33 +94155,33 @@ index 0000000..c884e74
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux telepathy_msn policy is very flexible allowing users to setup their telepathy_msn processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for telepathy_msn:
 +
 +.EX
-+.B telepathy_msn_t 
++.B telepathy_msn_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux telepathy_msn policy is very flexible allowing users to setup their telepathy_msn processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for telepathy_msn:
 +
 +
 +.EX
 +.PP
-+.B telepathy_msn_exec_t 
++.B telepathy_msn_exec_t
 +.EE
 +
 +- Set files with the telepathy_msn_exec_t type, if you want to transition an executable to the telepathy_msn_t domain.
@@ -92953,15 +94189,15 @@ index 0000000..c884e74
 +
 +.EX
 +.PP
-+.B telepathy_msn_tmp_t 
++.B telepathy_msn_tmp_t
 +.EE
 +
 +- Set files with the telepathy_msn_tmp_t type, if you want to store telepathy msn temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -93019,13 +94255,13 @@ index 0000000..c884e74
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), telepathy_msn(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -93033,18 +94269,18 @@ index 0000000..c884e74
 \ No newline at end of file
 diff --git a/man/man8/telepathy_salut_selinux.8 b/man/man8/telepathy_salut_selinux.8
 new file mode 100644
-index 0000000..ae11a5f
+index 0000000..b680807
 --- /dev/null
 +++ b/man/man8/telepathy_salut_selinux.8
 @@ -0,0 +1,131 @@
-+.TH  "telepathy_salut_selinux"  "8"  "12-10-19" "telepathy_salut" "SELinux Policy documentation for telepathy_salut"
++.TH  "telepathy_salut_selinux"  "8"  "12-11-01" "telepathy_salut" "SELinux Policy documentation for telepathy_salut"
 +.SH "NAME"
 +telepathy_salut_selinux \- Security Enhanced Linux Policy for the telepathy_salut processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the telepathy_salut processes via flexible mandatory access control.
 +
-+The telepathy_salut processes execute with the telepathy_salut_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The telepathy_salut processes execute with the telepathy_salut_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -93061,33 +94297,33 @@ index 0000000..ae11a5f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux telepathy_salut policy is very flexible allowing users to setup their telepathy_salut processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for telepathy_salut:
 +
 +.EX
-+.B telepathy_salut_t 
++.B telepathy_salut_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux telepathy_salut policy is very flexible allowing users to setup their telepathy_salut processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for telepathy_salut:
 +
 +
 +.EX
 +.PP
-+.B telepathy_salut_exec_t 
++.B telepathy_salut_exec_t
 +.EE
 +
 +- Set files with the telepathy_salut_exec_t type, if you want to transition an executable to the telepathy_salut_t domain.
@@ -93095,15 +94331,15 @@ index 0000000..ae11a5f
 +
 +.EX
 +.PP
-+.B telepathy_salut_tmp_t 
++.B telepathy_salut_tmp_t
 +.EE
 +
 +- Set files with the telepathy_salut_tmp_t type, if you want to store telepathy salut temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -93157,13 +94393,13 @@ index 0000000..ae11a5f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), telepathy_salut(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -93171,18 +94407,18 @@ index 0000000..ae11a5f
 \ No newline at end of file
 diff --git a/man/man8/telepathy_sofiasip_selinux.8 b/man/man8/telepathy_sofiasip_selinux.8
 new file mode 100644
-index 0000000..72e0b76
+index 0000000..7a6973e
 --- /dev/null
 +++ b/man/man8/telepathy_sofiasip_selinux.8
 @@ -0,0 +1,131 @@
-+.TH  "telepathy_sofiasip_selinux"  "8"  "12-10-19" "telepathy_sofiasip" "SELinux Policy documentation for telepathy_sofiasip"
++.TH  "telepathy_sofiasip_selinux"  "8"  "12-11-01" "telepathy_sofiasip" "SELinux Policy documentation for telepathy_sofiasip"
 +.SH "NAME"
 +telepathy_sofiasip_selinux \- Security Enhanced Linux Policy for the telepathy_sofiasip processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the telepathy_sofiasip processes via flexible mandatory access control.
 +
-+The telepathy_sofiasip processes execute with the telepathy_sofiasip_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The telepathy_sofiasip processes execute with the telepathy_sofiasip_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -93199,33 +94435,33 @@ index 0000000..72e0b76
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux telepathy_sofiasip policy is very flexible allowing users to setup their telepathy_sofiasip processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for telepathy_sofiasip:
 +
 +.EX
-+.B telepathy_sofiasip_t 
++.B telepathy_sofiasip_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux telepathy_sofiasip policy is very flexible allowing users to setup their telepathy_sofiasip processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for telepathy_sofiasip:
 +
 +
 +.EX
 +.PP
-+.B telepathy_sofiasip_exec_t 
++.B telepathy_sofiasip_exec_t
 +.EE
 +
 +- Set files with the telepathy_sofiasip_exec_t type, if you want to transition an executable to the telepathy_sofiasip_t domain.
@@ -93233,15 +94469,15 @@ index 0000000..72e0b76
 +
 +.EX
 +.PP
-+.B telepathy_sofiasip_tmp_t 
++.B telepathy_sofiasip_tmp_t
 +.EE
 +
 +- Set files with the telepathy_sofiasip_tmp_t type, if you want to store telepathy sofiasip temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -93295,13 +94531,13 @@ index 0000000..72e0b76
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), telepathy_sofiasip(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -93309,18 +94545,18 @@ index 0000000..72e0b76
 \ No newline at end of file
 diff --git a/man/man8/telepathy_stream_engine_selinux.8 b/man/man8/telepathy_stream_engine_selinux.8
 new file mode 100644
-index 0000000..d13402c
+index 0000000..dafb6b0
 --- /dev/null
 +++ b/man/man8/telepathy_stream_engine_selinux.8
 @@ -0,0 +1,131 @@
-+.TH  "telepathy_stream_engine_selinux"  "8"  "12-10-19" "telepathy_stream_engine" "SELinux Policy documentation for telepathy_stream_engine"
++.TH  "telepathy_stream_engine_selinux"  "8"  "12-11-01" "telepathy_stream_engine" "SELinux Policy documentation for telepathy_stream_engine"
 +.SH "NAME"
 +telepathy_stream_engine_selinux \- Security Enhanced Linux Policy for the telepathy_stream_engine processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the telepathy_stream_engine processes via flexible mandatory access control.
 +
-+The telepathy_stream_engine processes execute with the telepathy_stream_engine_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The telepathy_stream_engine processes execute with the telepathy_stream_engine_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -93337,33 +94573,33 @@ index 0000000..d13402c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux telepathy_stream_engine policy is very flexible allowing users to setup their telepathy_stream_engine processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for telepathy_stream_engine:
 +
 +.EX
-+.B telepathy_stream_engine_t 
++.B telepathy_stream_engine_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux telepathy_stream_engine policy is very flexible allowing users to setup their telepathy_stream_engine processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for telepathy_stream_engine:
 +
 +
 +.EX
 +.PP
-+.B telepathy_stream_engine_exec_t 
++.B telepathy_stream_engine_exec_t
 +.EE
 +
 +- Set files with the telepathy_stream_engine_exec_t type, if you want to transition an executable to the telepathy_stream_engine_t domain.
@@ -93371,15 +94607,15 @@ index 0000000..d13402c
 +
 +.EX
 +.PP
-+.B telepathy_stream_engine_tmp_t 
++.B telepathy_stream_engine_tmp_t
 +.EE
 +
 +- Set files with the telepathy_stream_engine_tmp_t type, if you want to store telepathy stream engine temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -93433,13 +94669,13 @@ index 0000000..d13402c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), telepathy_stream_engine(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -93447,18 +94683,18 @@ index 0000000..d13402c
 \ No newline at end of file
 diff --git a/man/man8/telepathy_sunshine_selinux.8 b/man/man8/telepathy_sunshine_selinux.8
 new file mode 100644
-index 0000000..eef7f80
+index 0000000..96616f7
 --- /dev/null
 +++ b/man/man8/telepathy_sunshine_selinux.8
 @@ -0,0 +1,153 @@
-+.TH  "telepathy_sunshine_selinux"  "8"  "12-10-19" "telepathy_sunshine" "SELinux Policy documentation for telepathy_sunshine"
++.TH  "telepathy_sunshine_selinux"  "8"  "12-11-01" "telepathy_sunshine" "SELinux Policy documentation for telepathy_sunshine"
 +.SH "NAME"
 +telepathy_sunshine_selinux \- Security Enhanced Linux Policy for the telepathy_sunshine processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the telepathy_sunshine processes via flexible mandatory access control.
 +
-+The telepathy_sunshine processes execute with the telepathy_sunshine_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The telepathy_sunshine processes execute with the telepathy_sunshine_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -93475,33 +94711,33 @@ index 0000000..eef7f80
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux telepathy_sunshine policy is very flexible allowing users to setup their telepathy_sunshine processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for telepathy_sunshine:
 +
 +.EX
-+.B telepathy_sunshine_t 
++.B telepathy_sunshine_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux telepathy_sunshine policy is very flexible allowing users to setup their telepathy_sunshine processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for telepathy_sunshine:
 +
 +
 +.EX
 +.PP
-+.B telepathy_sunshine_exec_t 
++.B telepathy_sunshine_exec_t
 +.EE
 +
 +- Set files with the telepathy_sunshine_exec_t type, if you want to transition an executable to the telepathy_sunshine_t domain.
@@ -93509,7 +94745,7 @@ index 0000000..eef7f80
 +
 +.EX
 +.PP
-+.B telepathy_sunshine_home_t 
++.B telepathy_sunshine_home_t
 +.EE
 +
 +- Set files with the telepathy_sunshine_home_t type, if you want to store telepathy sunshine files in the users home directory.
@@ -93517,15 +94753,15 @@ index 0000000..eef7f80
 +
 +.EX
 +.PP
-+.B telepathy_sunshine_tmp_t 
++.B telepathy_sunshine_tmp_t
 +.EE
 +
 +- Set files with the telepathy_sunshine_tmp_t type, if you want to store telepathy sunshine temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -93593,13 +94829,13 @@ index 0000000..eef7f80
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), telepathy_sunshine(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -93607,18 +94843,18 @@ index 0000000..eef7f80
 \ No newline at end of file
 diff --git a/man/man8/telnetd_selinux.8 b/man/man8/telnetd_selinux.8
 new file mode 100644
-index 0000000..d94b011
+index 0000000..955a5aa
 --- /dev/null
 +++ b/man/man8/telnetd_selinux.8
 @@ -0,0 +1,222 @@
-+.TH  "telnetd_selinux"  "8"  "12-10-19" "telnetd" "SELinux Policy documentation for telnetd"
++.TH  "telnetd_selinux"  "8"  "12-11-01" "telnetd" "SELinux Policy documentation for telnetd"
 +.SH "NAME"
 +telnetd_selinux \- Security Enhanced Linux Policy for the telnetd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the telnetd processes via flexible mandatory access control.
 +
-+The telnetd processes execute with the telnetd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The telnetd processes execute with the telnetd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -93635,33 +94871,33 @@ index 0000000..d94b011
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux telnetd policy is very flexible allowing users to setup their telnetd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for telnetd:
 +
 +.EX
-+.B telnetd_t 
++.B telnetd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux telnetd policy is very flexible allowing users to setup their telnetd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for telnetd:
 +
 +
 +.EX
 +.PP
-+.B telnetd_exec_t 
++.B telnetd_exec_t
 +.EE
 +
 +- Set files with the telnetd_exec_t type, if you want to transition an executable to the telnetd_t domain.
@@ -93669,7 +94905,7 @@ index 0000000..d94b011
 +
 +.EX
 +.PP
-+.B telnetd_keytab_t 
++.B telnetd_keytab_t
 +.EE
 +
 +- Set files with the telnetd_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -93677,7 +94913,7 @@ index 0000000..d94b011
 +
 +.EX
 +.PP
-+.B telnetd_tmp_t 
++.B telnetd_tmp_t
 +.EE
 +
 +- Set files with the telnetd_tmp_t type, if you want to store telnetd temporary files in the /tmp directories.
@@ -93685,35 +94921,35 @@ index 0000000..d94b011
 +
 +.EX
 +.PP
-+.B telnetd_var_run_t 
++.B telnetd_var_run_t
 +.EE
 +
 +- Set files with the telnetd_var_run_t type, if you want to store the telnetd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux telnetd policy is very flexible allowing users to setup their telnetd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for telnetd:
 +
 +.EX
 +.TP 5
-+.B telnetd_port_t 
++.B telnetd_port_t
 +.TP 10
 +.EE
 +
@@ -93823,30 +95059,30 @@ index 0000000..d94b011
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), telnetd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/tftpd_selinux.8 b/man/man8/tftpd_selinux.8
 new file mode 100644
-index 0000000..7f3f50e
+index 0000000..9909eeb
 --- /dev/null
 +++ b/man/man8/tftpd_selinux.8
-@@ -0,0 +1,205 @@
-+.TH  "tftpd_selinux"  "8"  "12-10-19" "tftpd" "SELinux Policy documentation for tftpd"
+@@ -0,0 +1,227 @@
++.TH  "tftpd_selinux"  "8"  "12-11-01" "tftpd" "SELinux Policy documentation for tftpd"
 +.SH "NAME"
 +tftpd_selinux \- Security Enhanced Linux Policy for the tftpd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the tftpd processes via flexible mandatory access control.
 +
-+The tftpd processes execute with the tftpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The tftpd processes execute with the tftpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -93863,19 +95099,37 @@ index 0000000..7f3f50e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux tftpd policy is very flexible allowing users to setup their tftpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for tftpd:
 +
 +.EX
-+.B tftpd_t 
++.B tftpd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
++.SH BOOLEANS
++SELinux policy is customizable based on least access required.  tftpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run tftpd with the tightest access possible.
++
++
++.PP
++If you want to allow tftp to read and write files in the user home directories, you must turn on the tftp_home_dir boolean.
++
++.EX
++.B setsebool -P tftp_home_dir 1
++.EE
++
++.PP
++If you want to allow tftp to read and write files in the user home directories, you must turn on the tftp_home_dir boolean.
++
++.EX
++.B setsebool -P tftp_home_dir 1
++.EE
++
 +.SH SHARING FILES
 +If you want to share files with multiple domains (Apache, FTP, rsync, Samba), you can set a file context of public_content_t and public_content_rw_t.  These context allow any of the above domains to read the content.  If you want a particular domain to write to the public_content_rw_t domain, you must set the appropriate boolean.
 +.TP
@@ -93910,19 +95164,19 @@ index 0000000..7f3f50e
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux tftpd policy is very flexible allowing users to setup their tftpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for tftpd:
 +
 +
 +.EX
 +.PP
-+.B tftpd_etc_t 
++.B tftpd_etc_t
 +.EE
 +
 +- Set files with the tftpd_etc_t type, if you want to store tftpd files in the /etc directories.
@@ -93930,7 +95184,7 @@ index 0000000..7f3f50e
 +
 +.EX
 +.PP
-+.B tftpd_exec_t 
++.B tftpd_exec_t
 +.EE
 +
 +- Set files with the tftpd_exec_t type, if you want to transition an executable to the tftpd_t domain.
@@ -93938,7 +95192,7 @@ index 0000000..7f3f50e
 +
 +.EX
 +.PP
-+.B tftpd_var_run_t 
++.B tftpd_var_run_t
 +.EE
 +
 +- Set files with the tftpd_var_run_t type, if you want to store the tftpd files under the /run directory.
@@ -93946,7 +95200,7 @@ index 0000000..7f3f50e
 +
 +.EX
 +.PP
-+.B tftpdir_rw_t 
++.B tftpdir_rw_t
 +.EE
 +
 +- Set files with the tftpdir_rw_t type, if you want to treat the files as tftpdir read/write content.
@@ -93954,35 +95208,35 @@ index 0000000..7f3f50e
 +
 +.EX
 +.PP
-+.B tftpdir_t 
++.B tftpdir_t
 +.EE
 +
 +- Set files with the tftpdir_t type, if you want to treat the files as tftpdir data.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux tftpd policy is very flexible allowing users to setup their tftpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for tftpd:
 +
 +.EX
 +.TP 5
-+.B tftp_port_t 
++.B tftp_port_t
 +.TP 10
 +.EE
 +
@@ -94033,31 +95287,36 @@ index 0000000..7f3f50e
 +.B semanage port
 +can also be used to manipulate the port definitions
 +
++.B semanage boolean
++can also be used to manipulate the booleans
++
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), tftpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
++, setsebool(8)
+\ No newline at end of file
 diff --git a/man/man8/tgtd_selinux.8 b/man/man8/tgtd_selinux.8
 new file mode 100644
-index 0000000..5ca763c
+index 0000000..e0da88e
 --- /dev/null
 +++ b/man/man8/tgtd_selinux.8
 @@ -0,0 +1,146 @@
-+.TH  "tgtd_selinux"  "8"  "12-10-19" "tgtd" "SELinux Policy documentation for tgtd"
++.TH  "tgtd_selinux"  "8"  "12-11-01" "tgtd" "SELinux Policy documentation for tgtd"
 +.SH "NAME"
 +tgtd_selinux \- Security Enhanced Linux Policy for the tgtd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the tgtd processes via flexible mandatory access control.
 +
-+The tgtd processes execute with the tgtd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The tgtd processes execute with the tgtd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -94074,33 +95333,33 @@ index 0000000..5ca763c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux tgtd policy is very flexible allowing users to setup their tgtd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for tgtd:
 +
 +.EX
-+.B tgtd_t 
++.B tgtd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux tgtd policy is very flexible allowing users to setup their tgtd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for tgtd:
 +
 +
 +.EX
 +.PP
-+.B tgtd_exec_t 
++.B tgtd_exec_t
 +.EE
 +
 +- Set files with the tgtd_exec_t type, if you want to transition an executable to the tgtd_t domain.
@@ -94108,7 +95367,7 @@ index 0000000..5ca763c
 +
 +.EX
 +.PP
-+.B tgtd_initrc_exec_t 
++.B tgtd_initrc_exec_t
 +.EE
 +
 +- Set files with the tgtd_initrc_exec_t type, if you want to transition an executable to the tgtd_initrc_t domain.
@@ -94116,7 +95375,7 @@ index 0000000..5ca763c
 +
 +.EX
 +.PP
-+.B tgtd_tmp_t 
++.B tgtd_tmp_t
 +.EE
 +
 +- Set files with the tgtd_tmp_t type, if you want to store tgtd temporary files in the /tmp directories.
@@ -94124,7 +95383,7 @@ index 0000000..5ca763c
 +
 +.EX
 +.PP
-+.B tgtd_tmpfs_t 
++.B tgtd_tmpfs_t
 +.EE
 +
 +- Set files with the tgtd_tmpfs_t type, if you want to store tgtd files on a tmpfs file system.
@@ -94132,7 +95391,7 @@ index 0000000..5ca763c
 +
 +.EX
 +.PP
-+.B tgtd_var_lib_t 
++.B tgtd_var_lib_t
 +.EE
 +
 +- Set files with the tgtd_var_lib_t type, if you want to store the tgtd files under the /var/lib directory.
@@ -94140,15 +95399,15 @@ index 0000000..5ca763c
 +
 +.EX
 +.PP
-+.B tgtd_var_run_t 
++.B tgtd_var_run_t
 +.EE
 +
 +- Set files with the tgtd_var_run_t type, if you want to store the tgtd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -94186,30 +95445,30 @@ index 0000000..5ca763c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), tgtd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/thin_aeolus_configserver_selinux.8 b/man/man8/thin_aeolus_configserver_selinux.8
 new file mode 100644
-index 0000000..baf375f
+index 0000000..66344ef
 --- /dev/null
 +++ b/man/man8/thin_aeolus_configserver_selinux.8
 @@ -0,0 +1,133 @@
-+.TH  "thin_aeolus_configserver_selinux"  "8"  "12-10-19" "thin_aeolus_configserver" "SELinux Policy documentation for thin_aeolus_configserver"
++.TH  "thin_aeolus_configserver_selinux"  "8"  "12-11-01" "thin_aeolus_configserver" "SELinux Policy documentation for thin_aeolus_configserver"
 +.SH "NAME"
 +thin_aeolus_configserver_selinux \- Security Enhanced Linux Policy for the thin_aeolus_configserver processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the thin_aeolus_configserver processes via flexible mandatory access control.
 +
-+The thin_aeolus_configserver processes execute with the thin_aeolus_configserver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The thin_aeolus_configserver processes execute with the thin_aeolus_configserver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -94226,33 +95485,33 @@ index 0000000..baf375f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux thin_aeolus_configserver policy is very flexible allowing users to setup their thin_aeolus_configserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for thin_aeolus_configserver:
 +
 +.EX
-+.B thin_aeolus_configserver_t 
++.B thin_aeolus_configserver_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux thin_aeolus_configserver policy is very flexible allowing users to setup their thin_aeolus_configserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for thin_aeolus_configserver:
 +
 +
 +.EX
 +.PP
-+.B thin_aeolus_configserver_exec_t 
++.B thin_aeolus_configserver_exec_t
 +.EE
 +
 +- Set files with the thin_aeolus_configserver_exec_t type, if you want to transition an executable to the thin_aeolus_configserver_t domain.
@@ -94260,7 +95519,7 @@ index 0000000..baf375f
 +
 +.EX
 +.PP
-+.B thin_aeolus_configserver_lib_t 
++.B thin_aeolus_configserver_lib_t
 +.EE
 +
 +- Set files with the thin_aeolus_configserver_lib_t type, if you want to treat the files as thin aeolus configserver lib data.
@@ -94268,7 +95527,7 @@ index 0000000..baf375f
 +
 +.EX
 +.PP
-+.B thin_aeolus_configserver_log_t 
++.B thin_aeolus_configserver_log_t
 +.EE
 +
 +- Set files with the thin_aeolus_configserver_log_t type, if you want to treat the data as thin aeolus configserver log data, usually stored under the /var/log directory.
@@ -94276,15 +95535,15 @@ index 0000000..baf375f
 +
 +.EX
 +.PP
-+.B thin_aeolus_configserver_var_run_t 
++.B thin_aeolus_configserver_var_run_t
 +.EE
 +
 +- Set files with the thin_aeolus_configserver_var_run_t type, if you want to store the thin aeolus configserver files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -94324,13 +95583,13 @@ index 0000000..baf375f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), thin_aeolus_configserver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -94338,18 +95597,18 @@ index 0000000..baf375f
 \ No newline at end of file
 diff --git a/man/man8/thin_selinux.8 b/man/man8/thin_selinux.8
 new file mode 100644
-index 0000000..12d1f83
+index 0000000..dbab03d
 --- /dev/null
 +++ b/man/man8/thin_selinux.8
 @@ -0,0 +1,151 @@
-+.TH  "thin_selinux"  "8"  "12-10-19" "thin" "SELinux Policy documentation for thin"
++.TH  "thin_selinux"  "8"  "12-11-01" "thin" "SELinux Policy documentation for thin"
 +.SH "NAME"
 +thin_selinux \- Security Enhanced Linux Policy for the thin processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the thin processes via flexible mandatory access control.
 +
-+The thin processes execute with the thin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The thin processes execute with the thin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -94366,33 +95625,33 @@ index 0000000..12d1f83
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux thin policy is very flexible allowing users to setup their thin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for thin:
 +
 +.EX
-+.B thin_t, thin_aeolus_configserver_t 
++.B thin_t, thin_aeolus_configserver_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux thin policy is very flexible allowing users to setup their thin processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for thin:
 +
 +
 +.EX
 +.PP
-+.B thin_aeolus_configserver_exec_t 
++.B thin_aeolus_configserver_exec_t
 +.EE
 +
 +- Set files with the thin_aeolus_configserver_exec_t type, if you want to transition an executable to the thin_aeolus_configserver_t domain.
@@ -94400,7 +95659,7 @@ index 0000000..12d1f83
 +
 +.EX
 +.PP
-+.B thin_aeolus_configserver_lib_t 
++.B thin_aeolus_configserver_lib_t
 +.EE
 +
 +- Set files with the thin_aeolus_configserver_lib_t type, if you want to treat the files as thin aeolus configserver lib data.
@@ -94408,7 +95667,7 @@ index 0000000..12d1f83
 +
 +.EX
 +.PP
-+.B thin_aeolus_configserver_log_t 
++.B thin_aeolus_configserver_log_t
 +.EE
 +
 +- Set files with the thin_aeolus_configserver_log_t type, if you want to treat the data as thin aeolus configserver log data, usually stored under the /var/log directory.
@@ -94416,7 +95675,7 @@ index 0000000..12d1f83
 +
 +.EX
 +.PP
-+.B thin_aeolus_configserver_var_run_t 
++.B thin_aeolus_configserver_var_run_t
 +.EE
 +
 +- Set files with the thin_aeolus_configserver_var_run_t type, if you want to store the thin aeolus configserver files under the /run directory.
@@ -94424,7 +95683,7 @@ index 0000000..12d1f83
 +
 +.EX
 +.PP
-+.B thin_exec_t 
++.B thin_exec_t
 +.EE
 +
 +- Set files with the thin_exec_t type, if you want to transition an executable to the thin_t domain.
@@ -94432,7 +95691,7 @@ index 0000000..12d1f83
 +
 +.EX
 +.PP
-+.B thin_log_t 
++.B thin_log_t
 +.EE
 +
 +- Set files with the thin_log_t type, if you want to treat the data as thin log data, usually stored under the /var/log directory.
@@ -94440,15 +95699,15 @@ index 0000000..12d1f83
 +
 +.EX
 +.PP
-+.B thin_var_run_t 
++.B thin_var_run_t
 +.EE
 +
 +- Set files with the thin_var_run_t type, if you want to store the thin files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -94482,13 +95741,13 @@ index 0000000..12d1f83
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), thin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -94496,18 +95755,18 @@ index 0000000..12d1f83
 \ No newline at end of file
 diff --git a/man/man8/thumb_selinux.8 b/man/man8/thumb_selinux.8
 new file mode 100644
-index 0000000..bdf5681
+index 0000000..0983a25
 --- /dev/null
 +++ b/man/man8/thumb_selinux.8
 @@ -0,0 +1,236 @@
-+.TH  "thumb_selinux"  "8"  "12-10-19" "thumb" "SELinux Policy documentation for thumb"
++.TH  "thumb_selinux"  "8"  "12-11-01" "thumb" "SELinux Policy documentation for thumb"
 +.SH "NAME"
 +thumb_selinux \- Security Enhanced Linux Policy for the thumb processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the thumb processes via flexible mandatory access control.
 +
-+The thumb processes execute with the thumb_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The thumb processes execute with the thumb_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -94524,33 +95783,33 @@ index 0000000..bdf5681
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux thumb policy is very flexible allowing users to setup their thumb processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for thumb:
 +
 +.EX
-+.B thumb_t 
++.B thumb_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux thumb policy is very flexible allowing users to setup their thumb processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for thumb:
 +
 +
 +.EX
 +.PP
-+.B thumb_exec_t 
++.B thumb_exec_t
 +.EE
 +
 +- Set files with the thumb_exec_t type, if you want to transition an executable to the thumb_t domain.
@@ -94558,7 +95817,7 @@ index 0000000..bdf5681
 +
 +.EX
 +.PP
-+.B thumb_home_t 
++.B thumb_home_t
 +.EE
 +
 +- Set files with the thumb_home_t type, if you want to store thumb files in the users home directory.
@@ -94566,7 +95825,7 @@ index 0000000..bdf5681
 +
 +.EX
 +.PP
-+.B thumb_tmp_t 
++.B thumb_tmp_t
 +.EE
 +
 +- Set files with the thumb_tmp_t type, if you want to store thumb temporary files in the /tmp directories.
@@ -94574,15 +95833,15 @@ index 0000000..bdf5681
 +
 +.EX
 +.PP
-+.B thumb_tmpfs_t 
++.B thumb_tmpfs_t
 +.EE
 +
 +- Set files with the thumb_tmpfs_t type, if you want to store thumb files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -94726,30 +95985,30 @@ index 0000000..bdf5681
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), thumb(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/tmpreaper_selinux.8 b/man/man8/tmpreaper_selinux.8
 new file mode 100644
-index 0000000..4d98949
+index 0000000..1f3820f
 --- /dev/null
 +++ b/man/man8/tmpreaper_selinux.8
 @@ -0,0 +1,136 @@
-+.TH  "tmpreaper_selinux"  "8"  "12-10-19" "tmpreaper" "SELinux Policy documentation for tmpreaper"
++.TH  "tmpreaper_selinux"  "8"  "12-11-01" "tmpreaper" "SELinux Policy documentation for tmpreaper"
 +.SH "NAME"
 +tmpreaper_selinux \- Security Enhanced Linux Policy for the tmpreaper processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the tmpreaper processes via flexible mandatory access control.
 +
-+The tmpreaper processes execute with the tmpreaper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The tmpreaper processes execute with the tmpreaper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -94766,41 +96025,41 @@ index 0000000..4d98949
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux tmpreaper policy is very flexible allowing users to setup their tmpreaper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for tmpreaper:
 +
 +.EX
-+.B tmpreaper_t 
++.B tmpreaper_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux tmpreaper policy is very flexible allowing users to setup their tmpreaper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for tmpreaper:
 +
 +
 +.EX
 +.PP
-+.B tmpreaper_exec_t 
++.B tmpreaper_exec_t
 +.EE
 +
 +- Set files with the tmpreaper_exec_t type, if you want to transition an executable to the tmpreaper_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -94868,30 +96127,30 @@ index 0000000..4d98949
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), tmpreaper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/tomcat_selinux.8 b/man/man8/tomcat_selinux.8
 new file mode 100644
-index 0000000..325c6f5
+index 0000000..c89378e
 --- /dev/null
 +++ b/man/man8/tomcat_selinux.8
 @@ -0,0 +1,166 @@
-+.TH  "tomcat_selinux"  "8"  "12-10-19" "tomcat" "SELinux Policy documentation for tomcat"
++.TH  "tomcat_selinux"  "8"  "12-11-01" "tomcat" "SELinux Policy documentation for tomcat"
 +.SH "NAME"
 +tomcat_selinux \- Security Enhanced Linux Policy for the tomcat processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the tomcat processes via flexible mandatory access control.
 +
-+The tomcat processes execute with the tomcat_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The tomcat processes execute with the tomcat_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -94908,33 +96167,33 @@ index 0000000..325c6f5
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux tomcat policy is very flexible allowing users to setup their tomcat processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for tomcat:
 +
 +.EX
-+.B tomcat_t 
++.B tomcat_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux tomcat policy is very flexible allowing users to setup their tomcat processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for tomcat:
 +
 +
 +.EX
 +.PP
-+.B tomcat_cache_t 
++.B tomcat_cache_t
 +.EE
 +
 +- Set files with the tomcat_cache_t type, if you want to store the files under the /var/cache directory.
@@ -94942,7 +96201,7 @@ index 0000000..325c6f5
 +
 +.EX
 +.PP
-+.B tomcat_exec_t 
++.B tomcat_exec_t
 +.EE
 +
 +- Set files with the tomcat_exec_t type, if you want to transition an executable to the tomcat_t domain.
@@ -94950,7 +96209,7 @@ index 0000000..325c6f5
 +
 +.EX
 +.PP
-+.B tomcat_log_t 
++.B tomcat_log_t
 +.EE
 +
 +- Set files with the tomcat_log_t type, if you want to treat the data as tomcat log data, usually stored under the /var/log directory.
@@ -94958,7 +96217,7 @@ index 0000000..325c6f5
 +
 +.EX
 +.PP
-+.B tomcat_tmp_t 
++.B tomcat_tmp_t
 +.EE
 +
 +- Set files with the tomcat_tmp_t type, if you want to store tomcat temporary files in the /tmp directories.
@@ -94966,7 +96225,7 @@ index 0000000..325c6f5
 +
 +.EX
 +.PP
-+.B tomcat_unit_file_t 
++.B tomcat_unit_file_t
 +.EE
 +
 +- Set files with the tomcat_unit_file_t type, if you want to treat the files as tomcat unit content.
@@ -94974,7 +96233,7 @@ index 0000000..325c6f5
 +
 +.EX
 +.PP
-+.B tomcat_var_lib_t 
++.B tomcat_var_lib_t
 +.EE
 +
 +- Set files with the tomcat_var_lib_t type, if you want to store the tomcat files under the /var/lib directory.
@@ -94982,15 +96241,15 @@ index 0000000..325c6f5
 +
 +.EX
 +.PP
-+.B tomcat_var_run_t 
++.B tomcat_var_run_t
 +.EE
 +
 +- Set files with the tomcat_var_run_t type, if you want to store the tomcat files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -95040,30 +96299,30 @@ index 0000000..325c6f5
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), tomcat(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/tor_selinux.8 b/man/man8/tor_selinux.8
 new file mode 100644
-index 0000000..ad6ffd9
+index 0000000..2274d81
 --- /dev/null
 +++ b/man/man8/tor_selinux.8
 @@ -0,0 +1,231 @@
-+.TH  "tor_selinux"  "8"  "12-10-19" "tor" "SELinux Policy documentation for tor"
++.TH  "tor_selinux"  "8"  "12-11-01" "tor" "SELinux Policy documentation for tor"
 +.SH "NAME"
 +tor_selinux \- Security Enhanced Linux Policy for the tor processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the tor processes via flexible mandatory access control.
 +
-+The tor processes execute with the tor_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The tor processes execute with the tor_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -95080,17 +96339,17 @@ index 0000000..ad6ffd9
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux tor policy is very flexible allowing users to setup their tor processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for tor:
 +
 +.EX
-+.B tor_t 
++.B tor_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -95112,19 +96371,19 @@ index 0000000..ad6ffd9
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux tor policy is very flexible allowing users to setup their tor processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for tor:
 +
 +
 +.EX
 +.PP
-+.B tor_etc_t 
++.B tor_etc_t
 +.EE
 +
 +- Set files with the tor_etc_t type, if you want to store tor files in the /etc directories.
@@ -95132,7 +96391,7 @@ index 0000000..ad6ffd9
 +
 +.EX
 +.PP
-+.B tor_exec_t 
++.B tor_exec_t
 +.EE
 +
 +- Set files with the tor_exec_t type, if you want to transition an executable to the tor_t domain.
@@ -95140,7 +96399,7 @@ index 0000000..ad6ffd9
 +
 +.EX
 +.PP
-+.B tor_initrc_exec_t 
++.B tor_initrc_exec_t
 +.EE
 +
 +- Set files with the tor_initrc_exec_t type, if you want to transition an executable to the tor_initrc_t domain.
@@ -95148,7 +96407,7 @@ index 0000000..ad6ffd9
 +
 +.EX
 +.PP
-+.B tor_unit_file_t 
++.B tor_unit_file_t
 +.EE
 +
 +- Set files with the tor_unit_file_t type, if you want to treat the files as tor unit content.
@@ -95156,7 +96415,7 @@ index 0000000..ad6ffd9
 +
 +.EX
 +.PP
-+.B tor_var_lib_t 
++.B tor_var_lib_t
 +.EE
 +
 +- Set files with the tor_var_lib_t type, if you want to store the tor files under the /var/lib directory.
@@ -95164,7 +96423,7 @@ index 0000000..ad6ffd9
 +
 +.EX
 +.PP
-+.B tor_var_log_t 
++.B tor_var_log_t
 +.EE
 +
 +- Set files with the tor_var_log_t type, if you want to treat the data as tor var log data, usually stored under the /var/log directory.
@@ -95172,35 +96431,35 @@ index 0000000..ad6ffd9
 +
 +.EX
 +.PP
-+.B tor_var_run_t 
++.B tor_var_run_t
 +.EE
 +
 +- Set files with the tor_var_run_t type, if you want to store the tor files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux tor policy is very flexible allowing users to setup their tor processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for tor:
 +
 +.EX
 +.TP 5
-+.B tor_port_t 
++.B tor_port_t
 +.TP 10
 +.EE
 +
@@ -95211,7 +96470,7 @@ index 0000000..ad6ffd9
 +
 +.EX
 +.TP 5
-+.B tor_socks_port_t 
++.B tor_socks_port_t
 +.TP 10
 +.EE
 +
@@ -95276,13 +96535,13 @@ index 0000000..ad6ffd9
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), tor(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -95290,18 +96549,18 @@ index 0000000..ad6ffd9
 \ No newline at end of file
 diff --git a/man/man8/traceroute_selinux.8 b/man/man8/traceroute_selinux.8
 new file mode 100644
-index 0000000..068445b
+index 0000000..00db217
 --- /dev/null
 +++ b/man/man8/traceroute_selinux.8
 @@ -0,0 +1,126 @@
-+.TH  "traceroute_selinux"  "8"  "12-10-19" "traceroute" "SELinux Policy documentation for traceroute"
++.TH  "traceroute_selinux"  "8"  "12-11-01" "traceroute" "SELinux Policy documentation for traceroute"
 +.SH "NAME"
 +traceroute_selinux \- Security Enhanced Linux Policy for the traceroute processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the traceroute processes via flexible mandatory access control.
 +
-+The traceroute processes execute with the traceroute_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The traceroute processes execute with the traceroute_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -95318,61 +96577,61 @@ index 0000000..068445b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux traceroute policy is very flexible allowing users to setup their traceroute processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for traceroute:
 +
 +.EX
-+.B traceroute_t 
++.B traceroute_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux traceroute policy is very flexible allowing users to setup their traceroute processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for traceroute:
 +
 +
 +.EX
 +.PP
-+.B traceroute_exec_t 
++.B traceroute_exec_t
 +.EE
 +
 +- Set files with the traceroute_exec_t type, if you want to transition an executable to the traceroute_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux traceroute policy is very flexible allowing users to setup their traceroute processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for traceroute:
 +
 +.EX
 +.TP 5
-+.B traceroute_port_t 
++.B traceroute_port_t
 +.TP 10
 +.EE
 +
@@ -95410,30 +96669,30 @@ index 0000000..068445b
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), traceroute(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/tuned_selinux.8 b/man/man8/tuned_selinux.8
 new file mode 100644
-index 0000000..fd221b4
+index 0000000..31c8195
 --- /dev/null
 +++ b/man/man8/tuned_selinux.8
 @@ -0,0 +1,172 @@
-+.TH  "tuned_selinux"  "8"  "12-10-19" "tuned" "SELinux Policy documentation for tuned"
++.TH  "tuned_selinux"  "8"  "12-11-01" "tuned" "SELinux Policy documentation for tuned"
 +.SH "NAME"
 +tuned_selinux \- Security Enhanced Linux Policy for the tuned processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the tuned processes via flexible mandatory access control.
 +
-+The tuned processes execute with the tuned_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The tuned processes execute with the tuned_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -95450,33 +96709,33 @@ index 0000000..fd221b4
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux tuned policy is very flexible allowing users to setup their tuned processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for tuned:
 +
 +.EX
-+.B tuned_t 
++.B tuned_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux tuned policy is very flexible allowing users to setup their tuned processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for tuned:
 +
 +
 +.EX
 +.PP
-+.B tuned_etc_t 
++.B tuned_etc_t
 +.EE
 +
 +- Set files with the tuned_etc_t type, if you want to store tuned files in the /etc directories.
@@ -95484,7 +96743,7 @@ index 0000000..fd221b4
 +
 +.EX
 +.PP
-+.B tuned_exec_t 
++.B tuned_exec_t
 +.EE
 +
 +- Set files with the tuned_exec_t type, if you want to transition an executable to the tuned_t domain.
@@ -95492,7 +96751,7 @@ index 0000000..fd221b4
 +
 +.EX
 +.PP
-+.B tuned_initrc_exec_t 
++.B tuned_initrc_exec_t
 +.EE
 +
 +- Set files with the tuned_initrc_exec_t type, if you want to transition an executable to the tuned_initrc_t domain.
@@ -95500,7 +96759,7 @@ index 0000000..fd221b4
 +
 +.EX
 +.PP
-+.B tuned_log_t 
++.B tuned_log_t
 +.EE
 +
 +- Set files with the tuned_log_t type, if you want to treat the data as tuned log data, usually stored under the /var/log directory.
@@ -95508,7 +96767,7 @@ index 0000000..fd221b4
 +
 +.EX
 +.PP
-+.B tuned_rw_etc_t 
++.B tuned_rw_etc_t
 +.EE
 +
 +- Set files with the tuned_rw_etc_t type, if you want to store tuned rw files in the /etc directories.
@@ -95516,15 +96775,15 @@ index 0000000..fd221b4
 +
 +.EX
 +.PP
-+.B tuned_var_run_t 
++.B tuned_var_run_t
 +.EE
 +
 +- Set files with the tuned_var_run_t type, if you want to store the tuned files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -95588,30 +96847,30 @@ index 0000000..fd221b4
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), tuned(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/tvtime_selinux.8 b/man/man8/tvtime_selinux.8
 new file mode 100644
-index 0000000..ff273f8
+index 0000000..f52edbe
 --- /dev/null
 +++ b/man/man8/tvtime_selinux.8
 @@ -0,0 +1,154 @@
-+.TH  "tvtime_selinux"  "8"  "12-10-19" "tvtime" "SELinux Policy documentation for tvtime"
++.TH  "tvtime_selinux"  "8"  "12-11-01" "tvtime" "SELinux Policy documentation for tvtime"
 +.SH "NAME"
 +tvtime_selinux \- Security Enhanced Linux Policy for the tvtime processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the tvtime processes via flexible mandatory access control.
 +
-+The tvtime processes execute with the tvtime_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The tvtime processes execute with the tvtime_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -95628,33 +96887,33 @@ index 0000000..ff273f8
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux tvtime policy is very flexible allowing users to setup their tvtime processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for tvtime:
 +
 +.EX
-+.B tvtime_t 
++.B tvtime_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux tvtime policy is very flexible allowing users to setup their tvtime processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for tvtime:
 +
 +
 +.EX
 +.PP
-+.B tvtime_exec_t 
++.B tvtime_exec_t
 +.EE
 +
 +- Set files with the tvtime_exec_t type, if you want to transition an executable to the tvtime_t domain.
@@ -95662,7 +96921,7 @@ index 0000000..ff273f8
 +
 +.EX
 +.PP
-+.B tvtime_home_t 
++.B tvtime_home_t
 +.EE
 +
 +- Set files with the tvtime_home_t type, if you want to store tvtime files in the users home directory.
@@ -95670,7 +96929,7 @@ index 0000000..ff273f8
 +
 +.EX
 +.PP
-+.B tvtime_tmp_t 
++.B tvtime_tmp_t
 +.EE
 +
 +- Set files with the tvtime_tmp_t type, if you want to store tvtime temporary files in the /tmp directories.
@@ -95678,15 +96937,15 @@ index 0000000..ff273f8
 +
 +.EX
 +.PP
-+.B tvtime_tmpfs_t 
++.B tvtime_tmpfs_t
 +.EE
 +
 +- Set files with the tvtime_tmpfs_t type, if you want to store tvtime files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -95748,30 +97007,30 @@ index 0000000..ff273f8
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), tvtime(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/udev_selinux.8 b/man/man8/udev_selinux.8
 new file mode 100644
-index 0000000..dd00f98
+index 0000000..8e9a765
 --- /dev/null
 +++ b/man/man8/udev_selinux.8
-@@ -0,0 +1,330 @@
-+.TH  "udev_selinux"  "8"  "12-10-19" "udev" "SELinux Policy documentation for udev"
+@@ -0,0 +1,328 @@
++.TH  "udev_selinux"  "8"  "12-11-01" "udev" "SELinux Policy documentation for udev"
 +.SH "NAME"
 +udev_selinux \- Security Enhanced Linux Policy for the udev processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the udev processes via flexible mandatory access control.
 +
-+The udev processes execute with the udev_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The udev processes execute with the udev_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -95788,33 +97047,33 @@ index 0000000..dd00f98
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux udev policy is very flexible allowing users to setup their udev processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for udev:
 +
 +.EX
-+.B udev_t 
++.B udev_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux udev policy is very flexible allowing users to setup their udev processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for udev:
 +
 +
 +.EX
 +.PP
-+.B udev_etc_t 
++.B udev_etc_t
 +.EE
 +
 +- Set files with the udev_etc_t type, if you want to store udev files in the /etc directories.
@@ -95822,7 +97081,7 @@ index 0000000..dd00f98
 +
 +.EX
 +.PP
-+.B udev_exec_t 
++.B udev_exec_t
 +.EE
 +
 +- Set files with the udev_exec_t type, if you want to transition an executable to the udev_t domain.
@@ -95830,7 +97089,7 @@ index 0000000..dd00f98
 +
 +.EX
 +.PP
-+.B udev_helper_exec_t 
++.B udev_helper_exec_t
 +.EE
 +
 +- Set files with the udev_helper_exec_t type, if you want to transition an executable to the udev_helper_t domain.
@@ -95838,7 +97097,7 @@ index 0000000..dd00f98
 +
 +.EX
 +.PP
-+.B udev_rules_t 
++.B udev_rules_t
 +.EE
 +
 +- Set files with the udev_rules_t type, if you want to treat the files as udev rules data.
@@ -95846,15 +97105,15 @@ index 0000000..dd00f98
 +
 +.EX
 +.PP
-+.B udev_var_run_t 
++.B udev_var_run_t
 +.EE
 +
 +- Set files with the udev_var_run_t type, if you want to store the udev files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -95932,8 +97191,6 @@ index 0000000..dd00f98
 +.br
 +	/etc
 +.br
-+	/etc/localtime
-+.br
 +	/etc/cups/client\.conf
 +.br
 +
@@ -96084,30 +97341,30 @@ index 0000000..dd00f98
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), udev(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ulogd_selinux.8 b/man/man8/ulogd_selinux.8
 new file mode 100644
-index 0000000..5a8e319
+index 0000000..3953cf8
 --- /dev/null
 +++ b/man/man8/ulogd_selinux.8
 @@ -0,0 +1,128 @@
-+.TH  "ulogd_selinux"  "8"  "12-10-19" "ulogd" "SELinux Policy documentation for ulogd"
++.TH  "ulogd_selinux"  "8"  "12-11-01" "ulogd" "SELinux Policy documentation for ulogd"
 +.SH "NAME"
 +ulogd_selinux \- Security Enhanced Linux Policy for the ulogd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ulogd processes via flexible mandatory access control.
 +
-+The ulogd processes execute with the ulogd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ulogd processes execute with the ulogd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -96124,33 +97381,33 @@ index 0000000..5a8e319
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ulogd policy is very flexible allowing users to setup their ulogd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ulogd:
 +
 +.EX
-+.B ulogd_t 
++.B ulogd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ulogd policy is very flexible allowing users to setup their ulogd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ulogd:
 +
 +
 +.EX
 +.PP
-+.B ulogd_etc_t 
++.B ulogd_etc_t
 +.EE
 +
 +- Set files with the ulogd_etc_t type, if you want to store ulogd files in the /etc directories.
@@ -96158,7 +97415,7 @@ index 0000000..5a8e319
 +
 +.EX
 +.PP
-+.B ulogd_exec_t 
++.B ulogd_exec_t
 +.EE
 +
 +- Set files with the ulogd_exec_t type, if you want to transition an executable to the ulogd_t domain.
@@ -96166,7 +97423,7 @@ index 0000000..5a8e319
 +
 +.EX
 +.PP
-+.B ulogd_initrc_exec_t 
++.B ulogd_initrc_exec_t
 +.EE
 +
 +- Set files with the ulogd_initrc_exec_t type, if you want to transition an executable to the ulogd_initrc_t domain.
@@ -96174,7 +97431,7 @@ index 0000000..5a8e319
 +
 +.EX
 +.PP
-+.B ulogd_modules_t 
++.B ulogd_modules_t
 +.EE
 +
 +- Set files with the ulogd_modules_t type, if you want to treat the files as ulogd modules.
@@ -96182,15 +97439,15 @@ index 0000000..5a8e319
 +
 +.EX
 +.PP
-+.B ulogd_var_log_t 
++.B ulogd_var_log_t
 +.EE
 +
 +- Set files with the ulogd_var_log_t type, if you want to treat the data as ulogd var log data, usually stored under the /var/log directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -96218,30 +97475,30 @@ index 0000000..5a8e319
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ulogd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/uml_selinux.8 b/man/man8/uml_selinux.8
 new file mode 100644
-index 0000000..7573309
+index 0000000..5629dd2
 --- /dev/null
 +++ b/man/man8/uml_selinux.8
 @@ -0,0 +1,157 @@
-+.TH  "uml_selinux"  "8"  "12-10-19" "uml" "SELinux Policy documentation for uml"
++.TH  "uml_selinux"  "8"  "12-11-01" "uml" "SELinux Policy documentation for uml"
 +.SH "NAME"
 +uml_selinux \- Security Enhanced Linux Policy for the uml processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the uml processes via flexible mandatory access control.
 +
-+The uml processes execute with the uml_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The uml processes execute with the uml_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -96258,33 +97515,33 @@ index 0000000..7573309
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux uml policy is very flexible allowing users to setup their uml processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for uml:
 +
 +.EX
-+.B uml_switch_t, uml_t 
++.B uml_switch_t, uml_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux uml policy is very flexible allowing users to setup their uml processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for uml:
 +
 +
 +.EX
 +.PP
-+.B uml_exec_t 
++.B uml_exec_t
 +.EE
 +
 +- Set files with the uml_exec_t type, if you want to transition an executable to the uml_t domain.
@@ -96292,7 +97549,7 @@ index 0000000..7573309
 +
 +.EX
 +.PP
-+.B uml_ro_t 
++.B uml_ro_t
 +.EE
 +
 +- Set files with the uml_ro_t type, if you want to treat the files as uml read/only content.
@@ -96300,7 +97557,7 @@ index 0000000..7573309
 +
 +.EX
 +.PP
-+.B uml_rw_t 
++.B uml_rw_t
 +.EE
 +
 +- Set files with the uml_rw_t type, if you want to treat the files as uml read/write content.
@@ -96308,7 +97565,7 @@ index 0000000..7573309
 +
 +.EX
 +.PP
-+.B uml_switch_exec_t 
++.B uml_switch_exec_t
 +.EE
 +
 +- Set files with the uml_switch_exec_t type, if you want to transition an executable to the uml_switch_t domain.
@@ -96316,7 +97573,7 @@ index 0000000..7573309
 +
 +.EX
 +.PP
-+.B uml_switch_var_run_t 
++.B uml_switch_var_run_t
 +.EE
 +
 +- Set files with the uml_switch_var_run_t type, if you want to store the uml switch files under the /run directory.
@@ -96324,7 +97581,7 @@ index 0000000..7573309
 +
 +.EX
 +.PP
-+.B uml_tmp_t 
++.B uml_tmp_t
 +.EE
 +
 +- Set files with the uml_tmp_t type, if you want to store uml temporary files in the /tmp directories.
@@ -96332,15 +97589,15 @@ index 0000000..7573309
 +
 +.EX
 +.PP
-+.B uml_tmpfs_t 
++.B uml_tmpfs_t
 +.EE
 +
 +- Set files with the uml_tmpfs_t type, if you want to store uml files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -96380,13 +97637,13 @@ index 0000000..7573309
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), uml(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -96394,18 +97651,18 @@ index 0000000..7573309
 \ No newline at end of file
 diff --git a/man/man8/uml_switch_selinux.8 b/man/man8/uml_switch_selinux.8
 new file mode 100644
-index 0000000..bc24ea1
+index 0000000..e67ca95
 --- /dev/null
 +++ b/man/man8/uml_switch_selinux.8
 @@ -0,0 +1,105 @@
-+.TH  "uml_switch_selinux"  "8"  "12-10-19" "uml_switch" "SELinux Policy documentation for uml_switch"
++.TH  "uml_switch_selinux"  "8"  "12-11-01" "uml_switch" "SELinux Policy documentation for uml_switch"
 +.SH "NAME"
 +uml_switch_selinux \- Security Enhanced Linux Policy for the uml_switch processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the uml_switch processes via flexible mandatory access control.
 +
-+The uml_switch processes execute with the uml_switch_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The uml_switch processes execute with the uml_switch_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -96422,33 +97679,33 @@ index 0000000..bc24ea1
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux uml_switch policy is very flexible allowing users to setup their uml_switch processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for uml_switch:
 +
 +.EX
-+.B uml_switch_t 
++.B uml_switch_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux uml_switch policy is very flexible allowing users to setup their uml_switch processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for uml_switch:
 +
 +
 +.EX
 +.PP
-+.B uml_switch_exec_t 
++.B uml_switch_exec_t
 +.EE
 +
 +- Set files with the uml_switch_exec_t type, if you want to transition an executable to the uml_switch_t domain.
@@ -96456,15 +97713,15 @@ index 0000000..bc24ea1
 +
 +.EX
 +.PP
-+.B uml_switch_var_run_t 
++.B uml_switch_var_run_t
 +.EE
 +
 +- Set files with the uml_switch_var_run_t type, if you want to store the uml switch files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -96492,48 +97749,164 @@ index 0000000..bc24ea1
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), uml_switch(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 +, uml_selinux(8), uml_selinux(8)
 \ No newline at end of file
+diff --git a/man/man8/unconfined_munin_plugin_selinux.8 b/man/man8/unconfined_munin_plugin_selinux.8
+new file mode 100644
+index 0000000..0eca181
+--- /dev/null
++++ b/man/man8/unconfined_munin_plugin_selinux.8
+@@ -0,0 +1,109 @@
++.TH  "unconfined_munin_plugin_selinux"  "8"  "12-11-01" "unconfined_munin_plugin" "SELinux Policy documentation for unconfined_munin_plugin"
++.SH "NAME"
++unconfined_munin_plugin_selinux \- Security Enhanced Linux Policy for the unconfined_munin_plugin processes
++.SH "DESCRIPTION"
++
++Security-Enhanced Linux secures the unconfined_munin_plugin processes via flexible mandatory access control.
++
++The unconfined_munin_plugin processes execute with the unconfined_munin_plugin_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
++
++For example:
++
++.B ps -eZ | grep unconfined_munin_plugin_t
++
++
++.SH "ENTRYPOINTS"
++
++The unconfined_munin_plugin_t SELinux type can be entered via the "unconfined_munin_plugin_exec_t" file type.  The default entrypoint paths for the unconfined_munin_plugin_t domain are the following:"
++
++
++.SH PROCESS TYPES
++SELinux defines process types (domains) for each process running on the system
++.PP
++You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
++.PP
++Policy governs the access confined processes have to files.
++SELinux unconfined_munin_plugin policy is very flexible allowing users to setup their unconfined_munin_plugin processes in as secure a method as possible.
++.PP
++The following process types are defined for unconfined_munin_plugin:
++
++.EX
++.B unconfined_munin_plugin_t
++.EE
++.PP
++Note:
++.B semanage permissive -a PROCESS_TYPE
++can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
++
++.SH FILE CONTEXTS
++SELinux requires files to have an extended attribute to define the file type.
++.PP
++You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
++.PP
++Policy governs the access confined processes have to these files.
++SELinux unconfined_munin_plugin policy is very flexible allowing users to setup their unconfined_munin_plugin processes in as secure a method as possible.
++.PP
++The following file types are defined for unconfined_munin_plugin:
++
++
++.EX
++.PP
++.B unconfined_munin_plugin_exec_t
++.EE
++
++- Set files with the unconfined_munin_plugin_exec_t type, if you want to transition an executable to the unconfined_munin_plugin_t domain.
++
++
++.EX
++.PP
++.B unconfined_munin_plugin_tmp_t
++.EE
++
++- Set files with the unconfined_munin_plugin_tmp_t type, if you want to store unconfined munin plugin temporary files in the /tmp directories.
++
++
++.PP
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
++command.  This will modify the SELinux labeling database.  You will need to use
++.B restorecon
++to apply the labels.
++
++.SH "MANAGED FILES"
++
++The SELinux process type unconfined_munin_plugin_t can manage files labeled with the following file types.  The paths listed are the default paths for these file types.  Note the processes UID still need to have DAC permissions.
++
++.br
++.B munin_plugin_state_t
++
++	/var/lib/munin/plugin-state(/.*)?
++.br
++
++.br
++.B unconfined_munin_plugin_tmp_t
++
++
++.SH NSSWITCH DOMAIN
++
++.SH "COMMANDS"
++.B semanage fcontext
++can also be used to manipulate default file context mappings.
++.PP
++.B semanage permissive
++can also be used to manipulate whether or not a process type is permissive.
++.PP
++.B semanage module
++can also be used to enable/disable/install/remove policy modules.
++
++.PP
++.B system-config-selinux
++is a GUI tool available to customize SELinux policy settings.
++
++.SH AUTHOR
++This manual page was auto-generated using
++.B "sepolicy manpage"
++by Dan Walsh.
++
++.SH "SEE ALSO"
++selinux(8), unconfined_munin_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
++, unconfined_selinux(8), unconfined_selinux(8)
+\ No newline at end of file
 diff --git a/man/man8/unconfined_selinux.8 b/man/man8/unconfined_selinux.8
 new file mode 100644
-index 0000000..af0e66b
+index 0000000..da88b6e
 --- /dev/null
 +++ b/man/man8/unconfined_selinux.8
 @@ -0,0 +1,165 @@
 +.TH  "unconfined_selinux"  "8"  "unconfined" "mgrepl at redhat.com" "unconfined SELinux Policy documentation"
 +.SH "NAME"
-+unconfined_r \- \fBUnconfiend user role\fP - Security Enhanced Linux Policy 
++unconfined_r \- \fBUnconfiend user role\fP - Security Enhanced Linux Policy
 +
 +.SH DESCRIPTION
 +
-+SELinux supports Roles Based Access Control (RBAC), some Linux roles are login roles, while other roles need to be transition into. 
++SELinux supports Roles Based Access Control (RBAC), some Linux roles are login roles, while other roles need to be transition into.
 +
-+.I Note: 
-+Examples in this man page will use the 
-+.B staff_u 
++.I Note:
++Examples in this man page will use the
++.B staff_u
 +SELinux user.
 +
-+Non login roles are usually used for administrative tasks. For example, tasks that require root privileges.  Roles control which types a user can run processes with. Roles often have default types assigned to them. 
++Non login roles are usually used for administrative tasks. For example, tasks that require root privileges.  Roles control which types a user can run processes with. Roles often have default types assigned to them.
 +
 +The default type for the unconfined_r role is unconfined_t.
 +
-+The 
-+.B newrole 
++The
++.B newrole
 +program to transition directly to this role.
 +
 +.B newrole -r unconfined_r -t unconfined_t
 +
-+.B sudo 
++.B sudo
 +is the preferred method to do transition from one role to another.  You setup sudo to transition to unconfined_r by adding a similar line to the /etc/sudoers file.
 +
 +USERNAME ALL=(ALL) ROLE=unconfined_r TYPE=unconfined_t COMMAND
@@ -96549,7 +97922,7 @@ index 0000000..af0e66b
 +
 +You need to add unconfined_r to the staff_u user.  You could setup the staff_u user to be able to use the unconfined_r role with a command like:
 +
-+.B $ semanage user -m -R 'staff_r system_r unconfined_r' staff_u 
++.B $ semanage user -m -R 'staff_r system_r unconfined_r' staff_u
 +
 +
 +.SH BOOLEANS
@@ -96664,32 +98037,32 @@ index 0000000..af0e66b
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), unconfined(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
++, setsebool(8), unconfined_munin_plugin_selinux(8)
 \ No newline at end of file
 diff --git a/man/man8/update_modules_selinux.8 b/man/man8/update_modules_selinux.8
 new file mode 100644
-index 0000000..499e40e
+index 0000000..733d361
 --- /dev/null
 +++ b/man/man8/update_modules_selinux.8
 @@ -0,0 +1,122 @@
-+.TH  "update_modules_selinux"  "8"  "12-10-19" "update_modules" "SELinux Policy documentation for update_modules"
++.TH  "update_modules_selinux"  "8"  "12-11-01" "update_modules" "SELinux Policy documentation for update_modules"
 +.SH "NAME"
 +update_modules_selinux \- Security Enhanced Linux Policy for the update_modules processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the update_modules processes via flexible mandatory access control.
 +
-+The update_modules processes execute with the update_modules_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The update_modules processes execute with the update_modules_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -96706,33 +98079,33 @@ index 0000000..499e40e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux update_modules policy is very flexible allowing users to setup their update_modules processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for update_modules:
 +
 +.EX
-+.B update_modules_t 
++.B update_modules_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux update_modules policy is very flexible allowing users to setup their update_modules processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for update_modules:
 +
 +
 +.EX
 +.PP
-+.B update_modules_exec_t 
++.B update_modules_exec_t
 +.EE
 +
 +- Set files with the update_modules_exec_t type, if you want to transition an executable to the update_modules_t domain.
@@ -96740,15 +98113,15 @@ index 0000000..499e40e
 +
 +.EX
 +.PP
-+.B update_modules_tmp_t 
++.B update_modules_tmp_t
 +.EE
 +
 +- Set files with the update_modules_tmp_t type, if you want to store update modules temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -96794,30 +98167,30 @@ index 0000000..499e40e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), update_modules(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/updfstab_selinux.8 b/man/man8/updfstab_selinux.8
 new file mode 100644
-index 0000000..762e143
+index 0000000..9bf36a1
 --- /dev/null
 +++ b/man/man8/updfstab_selinux.8
-@@ -0,0 +1,170 @@
-+.TH  "updfstab_selinux"  "8"  "12-10-19" "updfstab" "SELinux Policy documentation for updfstab"
+@@ -0,0 +1,168 @@
++.TH  "updfstab_selinux"  "8"  "12-11-01" "updfstab" "SELinux Policy documentation for updfstab"
 +.SH "NAME"
 +updfstab_selinux \- Security Enhanced Linux Policy for the updfstab processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the updfstab processes via flexible mandatory access control.
 +
-+The updfstab processes execute with the updfstab_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The updfstab processes execute with the updfstab_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -96834,41 +98207,41 @@ index 0000000..762e143
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux updfstab policy is very flexible allowing users to setup their updfstab processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for updfstab:
 +
 +.EX
-+.B updfstab_t 
++.B updfstab_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux updfstab policy is very flexible allowing users to setup their updfstab processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for updfstab:
 +
 +
 +.EX
 +.PP
-+.B updfstab_exec_t 
++.B updfstab_exec_t
 +.EE
 +
 +- Set files with the updfstab_exec_t type, if you want to transition an executable to the updfstab_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -96906,8 +98279,6 @@ index 0000000..762e143
 +.br
 +	/etc
 +.br
-+	/etc/localtime
-+.br
 +	/etc/cups/client\.conf
 +.br
 +
@@ -96970,30 +98341,30 @@ index 0000000..762e143
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), updfstab(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/updpwd_selinux.8 b/man/man8/updpwd_selinux.8
 new file mode 100644
-index 0000000..d7c1efd
+index 0000000..158653a
 --- /dev/null
 +++ b/man/man8/updpwd_selinux.8
-@@ -0,0 +1,172 @@
-+.TH  "updpwd_selinux"  "8"  "12-10-19" "updpwd" "SELinux Policy documentation for updpwd"
+@@ -0,0 +1,170 @@
++.TH  "updpwd_selinux"  "8"  "12-11-01" "updpwd" "SELinux Policy documentation for updpwd"
 +.SH "NAME"
 +updpwd_selinux \- Security Enhanced Linux Policy for the updpwd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the updpwd processes via flexible mandatory access control.
 +
-+The updpwd processes execute with the updpwd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The updpwd processes execute with the updpwd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -97010,41 +98381,41 @@ index 0000000..d7c1efd
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux updpwd policy is very flexible allowing users to setup their updpwd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for updpwd:
 +
 +.EX
-+.B updpwd_t 
++.B updpwd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux updpwd policy is very flexible allowing users to setup their updpwd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for updpwd:
 +
 +
 +.EX
 +.PP
-+.B updpwd_exec_t 
++.B updpwd_exec_t
 +.EE
 +
 +- Set files with the updpwd_exec_t type, if you want to transition an executable to the updpwd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -97082,8 +98453,6 @@ index 0000000..d7c1efd
 +.br
 +	/etc
 +.br
-+	/etc/localtime
-+.br
 +	/etc/cups/client\.conf
 +.br
 +
@@ -97094,10 +98463,18 @@ index 0000000..d7c1efd
 +.br
 +	/etc/passwd[-\+]?
 +.br
++	/etc/passwd\.adjunct.*
++.br
 +	/etc/ptmptmp
 +.br
++	/etc/\.pwd\.lock
++.br
++	/etc/group\.lock
++.br
 +	/etc/passwd\.OLD
 +.br
++	/etc/passwd\.lock
++.br
 +
 +.br
 +.B shadow_t
@@ -97108,14 +98485,6 @@ index 0000000..d7c1efd
 +.br
 +	/var/db/shadow.*
 +.br
-+	/etc/passwd\.adjunct.*
-+.br
-+	/etc/\.pwd\.lock
-+.br
-+	/etc/group\.lock
-+.br
-+	/etc/passwd\.lock
-+.br
 +	/etc/security/opasswd
 +.br
 +	/etc/security/opasswd\.old
@@ -97148,30 +98517,30 @@ index 0000000..d7c1efd
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), updpwd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/usbmodules_selinux.8 b/man/man8/usbmodules_selinux.8
 new file mode 100644
-index 0000000..356c800
+index 0000000..39fd388
 --- /dev/null
 +++ b/man/man8/usbmodules_selinux.8
 @@ -0,0 +1,94 @@
-+.TH  "usbmodules_selinux"  "8"  "12-10-19" "usbmodules" "SELinux Policy documentation for usbmodules"
++.TH  "usbmodules_selinux"  "8"  "12-11-01" "usbmodules" "SELinux Policy documentation for usbmodules"
 +.SH "NAME"
 +usbmodules_selinux \- Security Enhanced Linux Policy for the usbmodules processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the usbmodules processes via flexible mandatory access control.
 +
-+The usbmodules processes execute with the usbmodules_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The usbmodules processes execute with the usbmodules_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -97188,41 +98557,41 @@ index 0000000..356c800
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux usbmodules policy is very flexible allowing users to setup their usbmodules processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for usbmodules:
 +
 +.EX
-+.B usbmodules_t 
++.B usbmodules_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux usbmodules policy is very flexible allowing users to setup their usbmodules processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for usbmodules:
 +
 +
 +.EX
 +.PP
-+.B usbmodules_exec_t 
++.B usbmodules_exec_t
 +.EE
 +
 +- Set files with the usbmodules_exec_t type, if you want to transition an executable to the usbmodules_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -97248,30 +98617,30 @@ index 0000000..356c800
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), usbmodules(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/usbmuxd_selinux.8 b/man/man8/usbmuxd_selinux.8
 new file mode 100644
-index 0000000..85568af
+index 0000000..66ed42f
 --- /dev/null
 +++ b/man/man8/usbmuxd_selinux.8
 @@ -0,0 +1,126 @@
-+.TH  "usbmuxd_selinux"  "8"  "12-10-19" "usbmuxd" "SELinux Policy documentation for usbmuxd"
++.TH  "usbmuxd_selinux"  "8"  "12-11-01" "usbmuxd" "SELinux Policy documentation for usbmuxd"
 +.SH "NAME"
 +usbmuxd_selinux \- Security Enhanced Linux Policy for the usbmuxd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the usbmuxd processes via flexible mandatory access control.
 +
-+The usbmuxd processes execute with the usbmuxd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The usbmuxd processes execute with the usbmuxd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -97288,33 +98657,33 @@ index 0000000..85568af
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux usbmuxd policy is very flexible allowing users to setup their usbmuxd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for usbmuxd:
 +
 +.EX
-+.B usbmuxd_t 
++.B usbmuxd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux usbmuxd policy is very flexible allowing users to setup their usbmuxd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for usbmuxd:
 +
 +
 +.EX
 +.PP
-+.B usbmuxd_exec_t 
++.B usbmuxd_exec_t
 +.EE
 +
 +- Set files with the usbmuxd_exec_t type, if you want to transition an executable to the usbmuxd_t domain.
@@ -97322,7 +98691,7 @@ index 0000000..85568af
 +
 +.EX
 +.PP
-+.B usbmuxd_unit_file_t 
++.B usbmuxd_unit_file_t
 +.EE
 +
 +- Set files with the usbmuxd_unit_file_t type, if you want to treat the files as usbmuxd unit content.
@@ -97330,15 +98699,15 @@ index 0000000..85568af
 +
 +.EX
 +.PP
-+.B usbmuxd_var_run_t 
++.B usbmuxd_var_run_t
 +.EE
 +
 +- Set files with the usbmuxd_var_run_t type, if you want to store the usbmuxd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -97380,25 +98749,25 @@ index 0000000..85568af
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), usbmuxd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/user_selinux.8 b/man/man8/user_selinux.8
 new file mode 100644
-index 0000000..591eeb2
+index 0000000..1106e32
 --- /dev/null
 +++ b/man/man8/user_selinux.8
-@@ -0,0 +1,749 @@
+@@ -0,0 +1,763 @@
 +.TH  "user_selinux"  "8"  "user" "mgrepl at redhat.com" "user SELinux Policy documentation"
 +.SH "NAME"
-+user_u \- \fBGeneric unprivileged user\fP - Security Enhanced Linux Policy 
++user_u \- \fBGeneric unprivileged user\fP - Security Enhanced Linux Policy
 +
 +.SH DESCRIPTION
 +
@@ -97410,7 +98779,7 @@ index 0000000..591eeb2
 +
 +.B user_u:user_r:user_t:s0-s0:c0.c1023
 +
-+Linux users are automatically assigned an SELinux users at login.  
++Linux users are automatically assigned an SELinux users at login.
 +Login programs use the SELinux User to assign initial context to the user's shell.
 +
 +SELinux policy uses the context to control the user's access.
@@ -97458,10 +98827,10 @@ index 0000000..591eeb2
 +.TP
 +The SELinux user user_u is able to listen on the following udp ports.
 +
-+.B ephemeral_port_t: 32768-61000
-+
 +.B all ports with out defined types
 +
++.B ephemeral_port_t: 32768-61000
++
 +.TP
 +The SELinux user user_u is able to connect to the following tcp ports.
 +
@@ -97479,6 +98848,13 @@ index 0000000..591eeb2
 +.EE
 +
 +.PP
++If you want to allow user  to use ssh chroot environment, you must turn on the selinuxuser_use_ssh_chroot boolean.
++
++.EX
++.B setsebool -P selinuxuser_use_ssh_chroot 1
++.EE
++
++.PP
 +If you want to determine whether calling user domains can execute Polipo daemon in the polipo_session_t domain, you must turn on the polipo_session_users boolean.
 +
 +.EX
@@ -97640,6 +99016,13 @@ index 0000000..591eeb2
 +.EE
 +
 +.PP
++If you want to allow user  to use ssh chroot environment, you must turn on the selinuxuser_use_ssh_chroot boolean.
++
++.EX
++.B setsebool -P selinuxuser_use_ssh_chroot 1
++.EE
++
++.PP
 +If you want to determine whether calling user domains can execute Polipo daemon in the polipo_session_t domain, you must turn on the polipo_session_users boolean.
 +
 +.EX
@@ -98134,13 +99517,13 @@ index 0000000..591eeb2
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), user(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -98148,18 +99531,18 @@ index 0000000..591eeb2
 \ No newline at end of file
 diff --git a/man/man8/useradd_selinux.8 b/man/man8/useradd_selinux.8
 new file mode 100644
-index 0000000..0405c58
+index 0000000..81ee3be
 --- /dev/null
 +++ b/man/man8/useradd_selinux.8
-@@ -0,0 +1,313 @@
-+.TH  "useradd_selinux"  "8"  "12-10-19" "useradd" "SELinux Policy documentation for useradd"
+@@ -0,0 +1,311 @@
++.TH  "useradd_selinux"  "8"  "12-11-01" "useradd" "SELinux Policy documentation for useradd"
 +.SH "NAME"
 +useradd_selinux \- Security Enhanced Linux Policy for the useradd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the useradd processes via flexible mandatory access control.
 +
-+The useradd processes execute with the useradd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The useradd processes execute with the useradd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -98176,41 +99559,41 @@ index 0000000..0405c58
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux useradd policy is very flexible allowing users to setup their useradd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for useradd:
 +
 +.EX
-+.B useradd_t 
++.B useradd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux useradd policy is very flexible allowing users to setup their useradd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for useradd:
 +
 +
 +.EX
 +.PP
-+.B useradd_exec_t 
++.B useradd_exec_t
 +.EE
 +
 +- Set files with the useradd_exec_t type, if you want to transition an executable to the useradd_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -98256,8 +99639,6 @@ index 0000000..0405c58
 +.br
 +	/etc
 +.br
-+	/etc/localtime
-+.br
 +	/etc/cups/client\.conf
 +.br
 +
@@ -98322,10 +99703,18 @@ index 0000000..0405c58
 +.br
 +	/etc/passwd[-\+]?
 +.br
++	/etc/passwd\.adjunct.*
++.br
 +	/etc/ptmptmp
 +.br
++	/etc/\.pwd\.lock
++.br
++	/etc/group\.lock
++.br
 +	/etc/passwd\.OLD
 +.br
++	/etc/passwd\.lock
++.br
 +
 +.br
 +.B pcscd_var_run_t
@@ -98402,14 +99791,6 @@ index 0000000..0405c58
 +.br
 +	/var/db/shadow.*
 +.br
-+	/etc/passwd\.adjunct.*
-+.br
-+	/etc/\.pwd\.lock
-+.br
-+	/etc/group\.lock
-+.br
-+	/etc/passwd\.lock
-+.br
 +	/etc/security/opasswd
 +.br
 +	/etc/security/opasswd\.old
@@ -98454,13 +99835,13 @@ index 0000000..0405c58
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), useradd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -98468,18 +99849,18 @@ index 0000000..0405c58
 \ No newline at end of file
 diff --git a/man/man8/usernetctl_selinux.8 b/man/man8/usernetctl_selinux.8
 new file mode 100644
-index 0000000..9db2113
+index 0000000..cb4d1bf
 --- /dev/null
 +++ b/man/man8/usernetctl_selinux.8
 @@ -0,0 +1,101 @@
-+.TH  "usernetctl_selinux"  "8"  "12-10-19" "usernetctl" "SELinux Policy documentation for usernetctl"
++.TH  "usernetctl_selinux"  "8"  "12-11-01" "usernetctl" "SELinux Policy documentation for usernetctl"
 +.SH "NAME"
 +usernetctl_selinux \- Security Enhanced Linux Policy for the usernetctl processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the usernetctl processes via flexible mandatory access control.
 +
-+The usernetctl processes execute with the usernetctl_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The usernetctl processes execute with the usernetctl_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -98496,41 +99877,41 @@ index 0000000..9db2113
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux usernetctl policy is very flexible allowing users to setup their usernetctl processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for usernetctl:
 +
 +.EX
-+.B usernetctl_t 
++.B usernetctl_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux usernetctl policy is very flexible allowing users to setup their usernetctl processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for usernetctl:
 +
 +
 +.EX
 +.PP
-+.B usernetctl_exec_t 
++.B usernetctl_exec_t
 +.EE
 +
 +- Set files with the usernetctl_exec_t type, if you want to transition an executable to the usernetctl_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -98562,13 +99943,13 @@ index 0000000..9db2113
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), usernetctl(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -98576,18 +99957,18 @@ index 0000000..9db2113
 \ No newline at end of file
 diff --git a/man/man8/utempter_selinux.8 b/man/man8/utempter_selinux.8
 new file mode 100644
-index 0000000..3111f8a
+index 0000000..7ae0085
 --- /dev/null
 +++ b/man/man8/utempter_selinux.8
 @@ -0,0 +1,134 @@
-+.TH  "utempter_selinux"  "8"  "12-10-19" "utempter" "SELinux Policy documentation for utempter"
++.TH  "utempter_selinux"  "8"  "12-11-01" "utempter" "SELinux Policy documentation for utempter"
 +.SH "NAME"
 +utempter_selinux \- Security Enhanced Linux Policy for the utempter processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the utempter processes via flexible mandatory access control.
 +
-+The utempter processes execute with the utempter_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The utempter processes execute with the utempter_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -98604,41 +99985,41 @@ index 0000000..3111f8a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux utempter policy is very flexible allowing users to setup their utempter processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for utempter:
 +
 +.EX
-+.B utempter_t 
++.B utempter_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux utempter policy is very flexible allowing users to setup their utempter processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for utempter:
 +
 +
 +.EX
 +.PP
-+.B utempter_exec_t 
++.B utempter_exec_t
 +.EE
 +
 +- Set files with the utempter_exec_t type, if you want to transition an executable to the utempter_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -98704,30 +100085,30 @@ index 0000000..3111f8a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), utempter(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/uucpd_selinux.8 b/man/man8/uucpd_selinux.8
 new file mode 100644
-index 0000000..3001324
+index 0000000..1f472de
 --- /dev/null
 +++ b/man/man8/uucpd_selinux.8
 @@ -0,0 +1,218 @@
-+.TH  "uucpd_selinux"  "8"  "12-10-19" "uucpd" "SELinux Policy documentation for uucpd"
++.TH  "uucpd_selinux"  "8"  "12-11-01" "uucpd" "SELinux Policy documentation for uucpd"
 +.SH "NAME"
 +uucpd_selinux \- Security Enhanced Linux Policy for the uucpd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the uucpd processes via flexible mandatory access control.
 +
-+The uucpd processes execute with the uucpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The uucpd processes execute with the uucpd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -98744,33 +100125,33 @@ index 0000000..3001324
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux uucpd policy is very flexible allowing users to setup their uucpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for uucpd:
 +
 +.EX
-+.B uucpd_t 
++.B uucpd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux uucpd policy is very flexible allowing users to setup their uucpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for uucpd:
 +
 +
 +.EX
 +.PP
-+.B uucpd_exec_t 
++.B uucpd_exec_t
 +.EE
 +
 +- Set files with the uucpd_exec_t type, if you want to transition an executable to the uucpd_t domain.
@@ -98778,7 +100159,7 @@ index 0000000..3001324
 +
 +.EX
 +.PP
-+.B uucpd_lock_t 
++.B uucpd_lock_t
 +.EE
 +
 +- Set files with the uucpd_lock_t type, if you want to treat the files as uucpd lock data, stored under the /var/lock directory
@@ -98786,7 +100167,7 @@ index 0000000..3001324
 +
 +.EX
 +.PP
-+.B uucpd_log_t 
++.B uucpd_log_t
 +.EE
 +
 +- Set files with the uucpd_log_t type, if you want to treat the data as uucpd log data, usually stored under the /var/log directory.
@@ -98794,7 +100175,7 @@ index 0000000..3001324
 +
 +.EX
 +.PP
-+.B uucpd_ro_t 
++.B uucpd_ro_t
 +.EE
 +
 +- Set files with the uucpd_ro_t type, if you want to treat the files as uucpd read/only content.
@@ -98802,7 +100183,7 @@ index 0000000..3001324
 +
 +.EX
 +.PP
-+.B uucpd_rw_t 
++.B uucpd_rw_t
 +.EE
 +
 +- Set files with the uucpd_rw_t type, if you want to treat the files as uucpd read/write content.
@@ -98810,7 +100191,7 @@ index 0000000..3001324
 +
 +.EX
 +.PP
-+.B uucpd_spool_t 
++.B uucpd_spool_t
 +.EE
 +
 +- Set files with the uucpd_spool_t type, if you want to store the uucpd files under the /var/spool directory.
@@ -98818,7 +100199,7 @@ index 0000000..3001324
 +
 +.EX
 +.PP
-+.B uucpd_tmp_t 
++.B uucpd_tmp_t
 +.EE
 +
 +- Set files with the uucpd_tmp_t type, if you want to store uucpd temporary files in the /tmp directories.
@@ -98826,35 +100207,35 @@ index 0000000..3001324
 +
 +.EX
 +.PP
-+.B uucpd_var_run_t 
++.B uucpd_var_run_t
 +.EE
 +
 +- Set files with the uucpd_var_run_t type, if you want to store the uucpd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux uucpd policy is very flexible allowing users to setup their uucpd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for uucpd:
 +
 +.EX
 +.TP 5
-+.B uucpd_port_t 
++.B uucpd_port_t
 +.TP 10
 +.EE
 +
@@ -98928,30 +100309,30 @@ index 0000000..3001324
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), uucpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/uuidd_selinux.8 b/man/man8/uuidd_selinux.8
 new file mode 100644
-index 0000000..1f1229d
+index 0000000..219e6f4
 --- /dev/null
 +++ b/man/man8/uuidd_selinux.8
 @@ -0,0 +1,126 @@
-+.TH  "uuidd_selinux"  "8"  "12-10-19" "uuidd" "SELinux Policy documentation for uuidd"
++.TH  "uuidd_selinux"  "8"  "12-11-01" "uuidd" "SELinux Policy documentation for uuidd"
 +.SH "NAME"
 +uuidd_selinux \- Security Enhanced Linux Policy for the uuidd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the uuidd processes via flexible mandatory access control.
 +
-+The uuidd processes execute with the uuidd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The uuidd processes execute with the uuidd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -98968,33 +100349,33 @@ index 0000000..1f1229d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux uuidd policy is very flexible allowing users to setup their uuidd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for uuidd:
 +
 +.EX
-+.B uuidd_t 
++.B uuidd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux uuidd policy is very flexible allowing users to setup their uuidd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for uuidd:
 +
 +
 +.EX
 +.PP
-+.B uuidd_exec_t 
++.B uuidd_exec_t
 +.EE
 +
 +- Set files with the uuidd_exec_t type, if you want to transition an executable to the uuidd_t domain.
@@ -99002,7 +100383,7 @@ index 0000000..1f1229d
 +
 +.EX
 +.PP
-+.B uuidd_initrc_exec_t 
++.B uuidd_initrc_exec_t
 +.EE
 +
 +- Set files with the uuidd_initrc_exec_t type, if you want to transition an executable to the uuidd_initrc_t domain.
@@ -99010,7 +100391,7 @@ index 0000000..1f1229d
 +
 +.EX
 +.PP
-+.B uuidd_var_lib_t 
++.B uuidd_var_lib_t
 +.EE
 +
 +- Set files with the uuidd_var_lib_t type, if you want to store the uuidd files under the /var/lib directory.
@@ -99018,15 +100399,15 @@ index 0000000..1f1229d
 +
 +.EX
 +.PP
-+.B uuidd_var_run_t 
++.B uuidd_var_run_t
 +.EE
 +
 +- Set files with the uuidd_var_run_t type, if you want to store the uuidd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -99060,30 +100441,30 @@ index 0000000..1f1229d
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), uuidd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/uux_selinux.8 b/man/man8/uux_selinux.8
 new file mode 100644
-index 0000000..b30b512
+index 0000000..5c1314d
 --- /dev/null
 +++ b/man/man8/uux_selinux.8
 @@ -0,0 +1,116 @@
-+.TH  "uux_selinux"  "8"  "12-10-19" "uux" "SELinux Policy documentation for uux"
++.TH  "uux_selinux"  "8"  "12-11-01" "uux" "SELinux Policy documentation for uux"
 +.SH "NAME"
 +uux_selinux \- Security Enhanced Linux Policy for the uux processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the uux processes via flexible mandatory access control.
 +
-+The uux processes execute with the uux_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The uux processes execute with the uux_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -99100,41 +100481,41 @@ index 0000000..b30b512
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux uux policy is very flexible allowing users to setup their uux processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for uux:
 +
 +.EX
-+.B uux_t 
++.B uux_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux uux policy is very flexible allowing users to setup their uux processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for uux:
 +
 +
 +.EX
 +.PP
-+.B uux_exec_t 
++.B uux_exec_t
 +.EE
 +
 +- Set files with the uux_exec_t type, if you want to transition an executable to the uux_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -99182,30 +100563,30 @@ index 0000000..b30b512
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), uux(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/varnishd_selinux.8 b/man/man8/varnishd_selinux.8
 new file mode 100644
-index 0000000..4966494
+index 0000000..a0af064
 --- /dev/null
 +++ b/man/man8/varnishd_selinux.8
 @@ -0,0 +1,208 @@
-+.TH  "varnishd_selinux"  "8"  "12-10-19" "varnishd" "SELinux Policy documentation for varnishd"
++.TH  "varnishd_selinux"  "8"  "12-11-01" "varnishd" "SELinux Policy documentation for varnishd"
 +.SH "NAME"
 +varnishd_selinux \- Security Enhanced Linux Policy for the varnishd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the varnishd processes via flexible mandatory access control.
 +
-+The varnishd processes execute with the varnishd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The varnishd processes execute with the varnishd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -99222,17 +100603,17 @@ index 0000000..4966494
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux varnishd policy is very flexible allowing users to setup their varnishd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for varnishd:
 +
 +.EX
-+.B varnishd_t, varnishlog_t 
++.B varnishd_t, varnishlog_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -99254,19 +100635,19 @@ index 0000000..4966494
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux varnishd policy is very flexible allowing users to setup their varnishd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for varnishd:
 +
 +
 +.EX
 +.PP
-+.B varnishd_etc_t 
++.B varnishd_etc_t
 +.EE
 +
 +- Set files with the varnishd_etc_t type, if you want to store varnishd files in the /etc directories.
@@ -99274,7 +100655,7 @@ index 0000000..4966494
 +
 +.EX
 +.PP
-+.B varnishd_exec_t 
++.B varnishd_exec_t
 +.EE
 +
 +- Set files with the varnishd_exec_t type, if you want to transition an executable to the varnishd_t domain.
@@ -99282,7 +100663,7 @@ index 0000000..4966494
 +
 +.EX
 +.PP
-+.B varnishd_initrc_exec_t 
++.B varnishd_initrc_exec_t
 +.EE
 +
 +- Set files with the varnishd_initrc_exec_t type, if you want to transition an executable to the varnishd_initrc_t domain.
@@ -99290,7 +100671,7 @@ index 0000000..4966494
 +
 +.EX
 +.PP
-+.B varnishd_tmp_t 
++.B varnishd_tmp_t
 +.EE
 +
 +- Set files with the varnishd_tmp_t type, if you want to store varnishd temporary files in the /tmp directories.
@@ -99298,7 +100679,7 @@ index 0000000..4966494
 +
 +.EX
 +.PP
-+.B varnishd_var_lib_t 
++.B varnishd_var_lib_t
 +.EE
 +
 +- Set files with the varnishd_var_lib_t type, if you want to store the varnishd files under the /var/lib directory.
@@ -99306,35 +100687,35 @@ index 0000000..4966494
 +
 +.EX
 +.PP
-+.B varnishd_var_run_t 
++.B varnishd_var_run_t
 +.EE
 +
 +- Set files with the varnishd_var_run_t type, if you want to store the varnishd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux varnishd policy is very flexible allowing users to setup their varnishd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for varnishd:
 +
 +.EX
 +.TP 5
-+.B varnishd_port_t 
++.B varnishd_port_t
 +.TP 10
 +.EE
 +
@@ -99395,13 +100776,13 @@ index 0000000..4966494
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), varnishd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -99409,18 +100790,18 @@ index 0000000..4966494
 \ No newline at end of file
 diff --git a/man/man8/varnishlog_selinux.8 b/man/man8/varnishlog_selinux.8
 new file mode 100644
-index 0000000..9ef9816
+index 0000000..bc3b750
 --- /dev/null
 +++ b/man/man8/varnishlog_selinux.8
 @@ -0,0 +1,128 @@
-+.TH  "varnishlog_selinux"  "8"  "12-10-19" "varnishlog" "SELinux Policy documentation for varnishlog"
++.TH  "varnishlog_selinux"  "8"  "12-11-01" "varnishlog" "SELinux Policy documentation for varnishlog"
 +.SH "NAME"
 +varnishlog_selinux \- Security Enhanced Linux Policy for the varnishlog processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the varnishlog processes via flexible mandatory access control.
 +
-+The varnishlog processes execute with the varnishlog_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The varnishlog processes execute with the varnishlog_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -99437,33 +100818,33 @@ index 0000000..9ef9816
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux varnishlog policy is very flexible allowing users to setup their varnishlog processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for varnishlog:
 +
 +.EX
-+.B varnishlog_t 
++.B varnishlog_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux varnishlog policy is very flexible allowing users to setup their varnishlog processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for varnishlog:
 +
 +
 +.EX
 +.PP
-+.B varnishlog_exec_t 
++.B varnishlog_exec_t
 +.EE
 +
 +- Set files with the varnishlog_exec_t type, if you want to transition an executable to the varnishlog_t domain.
@@ -99471,7 +100852,7 @@ index 0000000..9ef9816
 +
 +.EX
 +.PP
-+.B varnishlog_initrc_exec_t 
++.B varnishlog_initrc_exec_t
 +.EE
 +
 +- Set files with the varnishlog_initrc_exec_t type, if you want to transition an executable to the varnishlog_initrc_t domain.
@@ -99479,7 +100860,7 @@ index 0000000..9ef9816
 +
 +.EX
 +.PP
-+.B varnishlog_log_t 
++.B varnishlog_log_t
 +.EE
 +
 +- Set files with the varnishlog_log_t type, if you want to treat the data as varnishlog log data, usually stored under the /var/log directory.
@@ -99487,15 +100868,15 @@ index 0000000..9ef9816
 +
 +.EX
 +.PP
-+.B varnishlog_var_run_t 
++.B varnishlog_var_run_t
 +.EE
 +
 +- Set files with the varnishlog_var_run_t type, if you want to store the varnishlog files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -99531,30 +100912,30 @@ index 0000000..9ef9816
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), varnishlog(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/vbetool_selinux.8 b/man/man8/vbetool_selinux.8
 new file mode 100644
-index 0000000..b4acdbb
+index 0000000..507145b
 --- /dev/null
 +++ b/man/man8/vbetool_selinux.8
 @@ -0,0 +1,124 @@
-+.TH  "vbetool_selinux"  "8"  "12-10-19" "vbetool" "SELinux Policy documentation for vbetool"
++.TH  "vbetool_selinux"  "8"  "12-11-01" "vbetool" "SELinux Policy documentation for vbetool"
 +.SH "NAME"
 +vbetool_selinux \- Security Enhanced Linux Policy for the vbetool processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the vbetool processes via flexible mandatory access control.
 +
-+The vbetool processes execute with the vbetool_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The vbetool processes execute with the vbetool_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -99571,17 +100952,17 @@ index 0000000..b4acdbb
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux vbetool policy is very flexible allowing users to setup their vbetool processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for vbetool:
 +
 +.EX
-+.B vbetool_t 
++.B vbetool_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -99603,27 +100984,27 @@ index 0000000..b4acdbb
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux vbetool policy is very flexible allowing users to setup their vbetool processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for vbetool:
 +
 +
 +.EX
 +.PP
-+.B vbetool_exec_t 
++.B vbetool_exec_t
 +.EE
 +
 +- Set files with the vbetool_exec_t type, if you want to transition an executable to the vbetool_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -99660,13 +101041,13 @@ index 0000000..b4acdbb
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), vbetool(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -99674,18 +101055,18 @@ index 0000000..b4acdbb
 \ No newline at end of file
 diff --git a/man/man8/vdagent_selinux.8 b/man/man8/vdagent_selinux.8
 new file mode 100644
-index 0000000..bc57942
+index 0000000..1d1e6e4
 --- /dev/null
 +++ b/man/man8/vdagent_selinux.8
 @@ -0,0 +1,122 @@
-+.TH  "vdagent_selinux"  "8"  "12-10-19" "vdagent" "SELinux Policy documentation for vdagent"
++.TH  "vdagent_selinux"  "8"  "12-11-01" "vdagent" "SELinux Policy documentation for vdagent"
 +.SH "NAME"
 +vdagent_selinux \- Security Enhanced Linux Policy for the vdagent processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the vdagent processes via flexible mandatory access control.
 +
-+The vdagent processes execute with the vdagent_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The vdagent processes execute with the vdagent_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -99702,33 +101083,33 @@ index 0000000..bc57942
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux vdagent policy is very flexible allowing users to setup their vdagent processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for vdagent:
 +
 +.EX
-+.B vdagent_t 
++.B vdagent_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux vdagent policy is very flexible allowing users to setup their vdagent processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for vdagent:
 +
 +
 +.EX
 +.PP
-+.B vdagent_exec_t 
++.B vdagent_exec_t
 +.EE
 +
 +- Set files with the vdagent_exec_t type, if you want to transition an executable to the vdagent_t domain.
@@ -99736,7 +101117,7 @@ index 0000000..bc57942
 +
 +.EX
 +.PP
-+.B vdagent_log_t 
++.B vdagent_log_t
 +.EE
 +
 +- Set files with the vdagent_log_t type, if you want to treat the data as vdagent log data, usually stored under the /var/log directory.
@@ -99744,15 +101125,15 @@ index 0000000..bc57942
 +
 +.EX
 +.PP
-+.B vdagent_var_run_t 
++.B vdagent_var_run_t
 +.EE
 +
 +- Set files with the vdagent_var_run_t type, if you want to store the vdagent files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -99790,30 +101171,30 @@ index 0000000..bc57942
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), vdagent(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/vhostmd_selinux.8 b/man/man8/vhostmd_selinux.8
 new file mode 100644
-index 0000000..a53b98e
+index 0000000..eafe755
 --- /dev/null
 +++ b/man/man8/vhostmd_selinux.8
 @@ -0,0 +1,156 @@
-+.TH  "vhostmd_selinux"  "8"  "12-10-19" "vhostmd" "SELinux Policy documentation for vhostmd"
++.TH  "vhostmd_selinux"  "8"  "12-11-01" "vhostmd" "SELinux Policy documentation for vhostmd"
 +.SH "NAME"
 +vhostmd_selinux \- Security Enhanced Linux Policy for the vhostmd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the vhostmd processes via flexible mandatory access control.
 +
-+The vhostmd processes execute with the vhostmd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The vhostmd processes execute with the vhostmd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -99830,33 +101211,33 @@ index 0000000..a53b98e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux vhostmd policy is very flexible allowing users to setup their vhostmd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for vhostmd:
 +
 +.EX
-+.B vhostmd_t 
++.B vhostmd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux vhostmd policy is very flexible allowing users to setup their vhostmd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for vhostmd:
 +
 +
 +.EX
 +.PP
-+.B vhostmd_exec_t 
++.B vhostmd_exec_t
 +.EE
 +
 +- Set files with the vhostmd_exec_t type, if you want to transition an executable to the vhostmd_t domain.
@@ -99864,7 +101245,7 @@ index 0000000..a53b98e
 +
 +.EX
 +.PP
-+.B vhostmd_initrc_exec_t 
++.B vhostmd_initrc_exec_t
 +.EE
 +
 +- Set files with the vhostmd_initrc_exec_t type, if you want to transition an executable to the vhostmd_initrc_t domain.
@@ -99872,7 +101253,7 @@ index 0000000..a53b98e
 +
 +.EX
 +.PP
-+.B vhostmd_tmpfs_t 
++.B vhostmd_tmpfs_t
 +.EE
 +
 +- Set files with the vhostmd_tmpfs_t type, if you want to store vhostmd files on a tmpfs file system.
@@ -99880,15 +101261,15 @@ index 0000000..a53b98e
 +
 +.EX
 +.PP
-+.B vhostmd_var_run_t 
++.B vhostmd_var_run_t
 +.EE
 +
 +- Set files with the vhostmd_var_run_t type, if you want to store the vhostmd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -99952,30 +101333,30 @@ index 0000000..a53b98e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), vhostmd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/virsh_selinux.8 b/man/man8/virsh_selinux.8
 new file mode 100644
-index 0000000..9e65302
+index 0000000..595b506
 --- /dev/null
 +++ b/man/man8/virsh_selinux.8
 @@ -0,0 +1,186 @@
-+.TH  "virsh_selinux"  "8"  "12-10-19" "virsh" "SELinux Policy documentation for virsh"
++.TH  "virsh_selinux"  "8"  "12-11-01" "virsh" "SELinux Policy documentation for virsh"
 +.SH "NAME"
 +virsh_selinux \- Security Enhanced Linux Policy for the virsh processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the virsh processes via flexible mandatory access control.
 +
-+The virsh processes execute with the virsh_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The virsh processes execute with the virsh_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -99992,41 +101373,41 @@ index 0000000..9e65302
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux virsh policy is very flexible allowing users to setup their virsh processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for virsh:
 +
 +.EX
-+.B virsh_ssh_t, virsh_t 
++.B virsh_ssh_t, virsh_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux virsh policy is very flexible allowing users to setup their virsh processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for virsh:
 +
 +
 +.EX
 +.PP
-+.B virsh_exec_t 
++.B virsh_exec_t
 +.EE
 +
 +- Set files with the virsh_exec_t type, if you want to transition an executable to the virsh_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -100144,30 +101525,30 @@ index 0000000..9e65302
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), virsh(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/virt_bridgehelper_selinux.8 b/man/man8/virt_bridgehelper_selinux.8
 new file mode 100644
-index 0000000..68b941d
+index 0000000..4c6e5e6
 --- /dev/null
 +++ b/man/man8/virt_bridgehelper_selinux.8
 @@ -0,0 +1,119 @@
-+.TH  "virt_bridgehelper_selinux"  "8"  "12-10-19" "virt_bridgehelper" "SELinux Policy documentation for virt_bridgehelper"
++.TH  "virt_bridgehelper_selinux"  "8"  "12-11-01" "virt_bridgehelper" "SELinux Policy documentation for virt_bridgehelper"
 +.SH "NAME"
 +virt_bridgehelper_selinux \- Security Enhanced Linux Policy for the virt_bridgehelper processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the virt_bridgehelper processes via flexible mandatory access control.
 +
-+The virt_bridgehelper processes execute with the virt_bridgehelper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The virt_bridgehelper processes execute with the virt_bridgehelper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -100184,41 +101565,41 @@ index 0000000..68b941d
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux virt_bridgehelper policy is very flexible allowing users to setup their virt_bridgehelper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for virt_bridgehelper:
 +
 +.EX
-+.B virt_bridgehelper_t 
++.B virt_bridgehelper_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux virt_bridgehelper policy is very flexible allowing users to setup their virt_bridgehelper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for virt_bridgehelper:
 +
 +
 +.EX
 +.PP
-+.B virt_bridgehelper_exec_t 
++.B virt_bridgehelper_exec_t
 +.EE
 +
 +- Set files with the virt_bridgehelper_exec_t type, if you want to transition an executable to the virt_bridgehelper_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -100268,13 +101649,13 @@ index 0000000..68b941d
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), virt_bridgehelper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -100282,18 +101663,18 @@ index 0000000..68b941d
 \ No newline at end of file
 diff --git a/man/man8/virt_qemu_ga_selinux.8 b/man/man8/virt_qemu_ga_selinux.8
 new file mode 100644
-index 0000000..980b3bd
+index 0000000..0419773
 --- /dev/null
 +++ b/man/man8/virt_qemu_ga_selinux.8
 @@ -0,0 +1,119 @@
-+.TH  "virt_qemu_ga_selinux"  "8"  "12-10-19" "virt_qemu_ga" "SELinux Policy documentation for virt_qemu_ga"
++.TH  "virt_qemu_ga_selinux"  "8"  "12-11-01" "virt_qemu_ga" "SELinux Policy documentation for virt_qemu_ga"
 +.SH "NAME"
 +virt_qemu_ga_selinux \- Security Enhanced Linux Policy for the virt_qemu_ga processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the virt_qemu_ga processes via flexible mandatory access control.
 +
-+The virt_qemu_ga processes execute with the virt_qemu_ga_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The virt_qemu_ga processes execute with the virt_qemu_ga_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -100310,33 +101691,33 @@ index 0000000..980b3bd
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux virt_qemu_ga policy is very flexible allowing users to setup their virt_qemu_ga processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for virt_qemu_ga:
 +
 +.EX
-+.B virt_qemu_ga_t 
++.B virt_qemu_ga_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux virt_qemu_ga policy is very flexible allowing users to setup their virt_qemu_ga processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for virt_qemu_ga:
 +
 +
 +.EX
 +.PP
-+.B virt_qemu_ga_exec_t 
++.B virt_qemu_ga_exec_t
 +.EE
 +
 +- Set files with the virt_qemu_ga_exec_t type, if you want to transition an executable to the virt_qemu_ga_t domain.
@@ -100344,7 +101725,7 @@ index 0000000..980b3bd
 +
 +.EX
 +.PP
-+.B virt_qemu_ga_log_t 
++.B virt_qemu_ga_log_t
 +.EE
 +
 +- Set files with the virt_qemu_ga_log_t type, if you want to treat the data as virt qemu ga log data, usually stored under the /var/log directory.
@@ -100352,15 +101733,15 @@ index 0000000..980b3bd
 +
 +.EX
 +.PP
-+.B virt_qemu_ga_var_run_t 
++.B virt_qemu_ga_var_run_t
 +.EE
 +
 +- Set files with the virt_qemu_ga_var_run_t type, if you want to store the virt qemu ga files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -100394,13 +101775,13 @@ index 0000000..980b3bd
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), virt_qemu_ga(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -100408,18 +101789,18 @@ index 0000000..980b3bd
 \ No newline at end of file
 diff --git a/man/man8/virt_qmf_selinux.8 b/man/man8/virt_qmf_selinux.8
 new file mode 100644
-index 0000000..54d2c87
+index 0000000..03fd507
 --- /dev/null
 +++ b/man/man8/virt_qmf_selinux.8
 @@ -0,0 +1,87 @@
-+.TH  "virt_qmf_selinux"  "8"  "12-10-19" "virt_qmf" "SELinux Policy documentation for virt_qmf"
++.TH  "virt_qmf_selinux"  "8"  "12-11-01" "virt_qmf" "SELinux Policy documentation for virt_qmf"
 +.SH "NAME"
 +virt_qmf_selinux \- Security Enhanced Linux Policy for the virt_qmf processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the virt_qmf processes via flexible mandatory access control.
 +
-+The virt_qmf processes execute with the virt_qmf_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The virt_qmf processes execute with the virt_qmf_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -100436,41 +101817,41 @@ index 0000000..54d2c87
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux virt_qmf policy is very flexible allowing users to setup their virt_qmf processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for virt_qmf:
 +
 +.EX
-+.B virt_qmf_t 
++.B virt_qmf_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux virt_qmf policy is very flexible allowing users to setup their virt_qmf processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for virt_qmf:
 +
 +
 +.EX
 +.PP
-+.B virt_qmf_exec_t 
++.B virt_qmf_exec_t
 +.EE
 +
 +- Set files with the virt_qmf_exec_t type, if you want to transition an executable to the virt_qmf_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -100488,32 +101869,40 @@ index 0000000..54d2c87
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), virt_qmf(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 +, virt_bridgehelper_selinux(8), virt_qemu_ga_selinux(8), virtd_selinux(8), virtd_lxc_selinux(8)
 \ No newline at end of file
+diff --git a/man/man8/virt_selinux.8 b/man/man8/virt_selinux.8
+new file mode 100644
+index 0000000..ee560da
+--- /dev/null
++++ b/man/man8/virt_selinux.8
+@@ -0,0 +1 @@
++.so man8/virtd_selinux.8
+\ No newline at end of file
 diff --git a/man/man8/virtd_lxc_selinux.8 b/man/man8/virtd_lxc_selinux.8
 new file mode 100644
-index 0000000..42d07e1
+index 0000000..68244d4
 --- /dev/null
 +++ b/man/man8/virtd_lxc_selinux.8
 @@ -0,0 +1,145 @@
-+.TH  "virtd_lxc_selinux"  "8"  "12-10-19" "virtd_lxc" "SELinux Policy documentation for virtd_lxc"
++.TH  "virtd_lxc_selinux"  "8"  "12-11-01" "virtd_lxc" "SELinux Policy documentation for virtd_lxc"
 +.SH "NAME"
 +virtd_lxc_selinux \- Security Enhanced Linux Policy for the virtd_lxc processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the virtd_lxc processes via flexible mandatory access control.
 +
-+The virtd_lxc processes execute with the virtd_lxc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The virtd_lxc processes execute with the virtd_lxc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -100530,41 +101919,41 @@ index 0000000..42d07e1
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux virtd_lxc policy is very flexible allowing users to setup their virtd_lxc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for virtd_lxc:
 +
 +.EX
-+.B virtd_lxc_t 
++.B virtd_lxc_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux virtd_lxc policy is very flexible allowing users to setup their virtd_lxc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for virtd_lxc:
 +
 +
 +.EX
 +.PP
-+.B virtd_lxc_exec_t 
++.B virtd_lxc_exec_t
 +.EE
 +
 +- Set files with the virtd_lxc_exec_t type, if you want to transition an executable to the virtd_lxc_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -100640,13 +102029,13 @@ index 0000000..42d07e1
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), virtd_lxc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -100654,18 +102043,18 @@ index 0000000..42d07e1
 \ No newline at end of file
 diff --git a/man/man8/virtd_selinux.8 b/man/man8/virtd_selinux.8
 new file mode 100644
-index 0000000..e0e99d6
+index 0000000..783d0c9
 --- /dev/null
 +++ b/man/man8/virtd_selinux.8
-@@ -0,0 +1,539 @@
-+.TH  "virtd_selinux"  "8"  "12-10-19" "virtd" "SELinux Policy documentation for virtd"
+@@ -0,0 +1,616 @@
++.TH  "virtd_selinux"  "8"  "12-11-01" "virtd" "SELinux Policy documentation for virtd"
 +.SH "NAME"
 +virtd_selinux \- Security Enhanced Linux Policy for the virtd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the virtd processes via flexible mandatory access control.
 +
-+The virtd processes execute with the virtd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The virtd processes execute with the virtd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -100682,17 +102071,17 @@ index 0000000..e0e99d6
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux virtd policy is very flexible allowing users to setup their virtd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for virtd:
 +
 +.EX
-+.B virtd_lxc_t, virt_qmf_t, virt_qemu_ga_t, virt_bridgehelper_t, virtd_t 
++.B virtd_lxc_t, virt_qmf_t, virt_qemu_ga_t, virt_bridgehelper_t, virtd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -100853,20 +102242,97 @@ index 0000000..e0e99d6
 +.B setsebool -P virt_use_sanlock 1
 +.EE
 +
++.PP
++If you want to allow confined virtual guests to manage device configuration, (pci), you must turn on the virt_use_sysfs boolean.
++
++.EX
++.B setsebool -P virt_use_sysfs 1
++.EE
++
++.PP
++If you want to allow unprivledged user to create and transition to svirt domains, you must turn on the unprivuser_use_svirt boolean.
++
++.EX
++.B setsebool -P unprivuser_use_svirt 1
++.EE
++
++.PP
++If you want to allow confined virtual guests to manage nfs files, you must turn on the virt_use_nfs boolean.
++
++.EX
++.B setsebool -P virt_use_nfs 1
++.EE
++
++.PP
++If you want to allow confined virtual guests to manage cifs files, you must turn on the virt_use_samba boolean.
++
++.EX
++.B setsebool -P virt_use_samba 1
++.EE
++
++.PP
++If you want to allow confined virtual guests to use usb devices, you must turn on the virt_use_usb boolean.
++
++.EX
++.B setsebool -P virt_use_usb 1
++.EE
++
++.PP
++If you want to allow confined virtual guests to use serial/parallel communication ports, you must turn on the virt_use_comm boolean.
++
++.EX
++.B setsebool -P virt_use_comm 1
++.EE
++
++.PP
++If you want to allow confined virtual guests to interact with the xserver, you must turn on the virt_use_xserver boolean.
++
++.EX
++.B setsebool -P virt_use_xserver 1
++.EE
++
++.PP
++If you want to allow staff user to create and transition to svirt domains, you must turn on the staff_use_svirt boolean.
++
++.EX
++.B setsebool -P staff_use_svirt 1
++.EE
++
++.PP
++If you want to allow confined virtual guests to read fuse files, you must turn on the virt_use_fusefs boolean.
++
++.EX
++.B setsebool -P virt_use_fusefs 1
++.EE
++
++.PP
++If you want to allow confined virtual guests to use executable memory and executable stack, you must turn on the virt_use_execmem boolean.
++
++.EX
++.B setsebool -P virt_use_execmem 1
++.EE
++
++.PP
++If you want to allow confined virtual guests to interact with the sanlock, you must turn on the virt_use_sanlock boolean.
++
++.EX
++.B setsebool -P virt_use_sanlock 1
++.EE
++
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux virtd policy is very flexible allowing users to setup their virtd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for virtd:
 +
 +
 +.EX
 +.PP
-+.B virtd_exec_t 
++.B virtd_exec_t
 +.EE
 +
 +- Set files with the virtd_exec_t type, if you want to transition an executable to the virtd_t domain.
@@ -100874,7 +102340,7 @@ index 0000000..e0e99d6
 +
 +.EX
 +.PP
-+.B virtd_initrc_exec_t 
++.B virtd_initrc_exec_t
 +.EE
 +
 +- Set files with the virtd_initrc_exec_t type, if you want to transition an executable to the virtd_initrc_t domain.
@@ -100882,7 +102348,7 @@ index 0000000..e0e99d6
 +
 +.EX
 +.PP
-+.B virtd_keytab_t 
++.B virtd_keytab_t
 +.EE
 +
 +- Set files with the virtd_keytab_t type, if you want to treat the files as kerberos keytab files.
@@ -100890,7 +102356,7 @@ index 0000000..e0e99d6
 +
 +.EX
 +.PP
-+.B virtd_lxc_exec_t 
++.B virtd_lxc_exec_t
 +.EE
 +
 +- Set files with the virtd_lxc_exec_t type, if you want to transition an executable to the virtd_lxc_t domain.
@@ -100898,35 +102364,35 @@ index 0000000..e0e99d6
 +
 +.EX
 +.PP
-+.B virtd_unit_file_t 
++.B virtd_unit_file_t
 +.EE
 +
 +- Set files with the virtd_unit_file_t type, if you want to treat the files as virtd unit content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux virtd policy is very flexible allowing users to setup their virtd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for virtd:
 +
 +.EX
 +.TP 5
-+.B virt_migration_port_t 
++.B virt_migration_port_t
 +.TP 10
 +.EE
 +
@@ -100937,7 +102403,7 @@ index 0000000..e0e99d6
 +
 +.EX
 +.TP 5
-+.B virt_port_t 
++.B virt_port_t
 +.TP 10
 +.EE
 +
@@ -101186,13 +102652,13 @@ index 0000000..e0e99d6
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), virtd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -101200,18 +102666,18 @@ index 0000000..e0e99d6
 \ No newline at end of file
 diff --git a/man/man8/vlock_selinux.8 b/man/man8/vlock_selinux.8
 new file mode 100644
-index 0000000..1cff758
+index 0000000..372dfc6
 --- /dev/null
 +++ b/man/man8/vlock_selinux.8
 @@ -0,0 +1,130 @@
-+.TH  "vlock_selinux"  "8"  "12-10-19" "vlock" "SELinux Policy documentation for vlock"
++.TH  "vlock_selinux"  "8"  "12-11-01" "vlock" "SELinux Policy documentation for vlock"
 +.SH "NAME"
 +vlock_selinux \- Security Enhanced Linux Policy for the vlock processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the vlock processes via flexible mandatory access control.
 +
-+The vlock processes execute with the vlock_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The vlock processes execute with the vlock_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -101228,41 +102694,41 @@ index 0000000..1cff758
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux vlock policy is very flexible allowing users to setup their vlock processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for vlock:
 +
 +.EX
-+.B vlock_t 
++.B vlock_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux vlock policy is very flexible allowing users to setup their vlock processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for vlock:
 +
 +
 +.EX
 +.PP
-+.B vlock_exec_t 
++.B vlock_exec_t
 +.EE
 +
 +- Set files with the vlock_exec_t type, if you want to transition an executable to the vlock_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -101324,30 +102790,30 @@ index 0000000..1cff758
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), vlock(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/vmware_host_selinux.8 b/man/man8/vmware_host_selinux.8
 new file mode 100644
-index 0000000..fc02428
+index 0000000..2dd2f97
 --- /dev/null
 +++ b/man/man8/vmware_host_selinux.8
 @@ -0,0 +1,139 @@
-+.TH  "vmware_host_selinux"  "8"  "12-10-19" "vmware_host" "SELinux Policy documentation for vmware_host"
++.TH  "vmware_host_selinux"  "8"  "12-11-01" "vmware_host" "SELinux Policy documentation for vmware_host"
 +.SH "NAME"
 +vmware_host_selinux \- Security Enhanced Linux Policy for the vmware_host processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the vmware_host processes via flexible mandatory access control.
 +
-+The vmware_host processes execute with the vmware_host_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The vmware_host processes execute with the vmware_host_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -101364,33 +102830,33 @@ index 0000000..fc02428
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux vmware_host policy is very flexible allowing users to setup their vmware_host processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for vmware_host:
 +
 +.EX
-+.B vmware_host_t 
++.B vmware_host_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux vmware_host policy is very flexible allowing users to setup their vmware_host processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for vmware_host:
 +
 +
 +.EX
 +.PP
-+.B vmware_host_exec_t 
++.B vmware_host_exec_t
 +.EE
 +
 +- Set files with the vmware_host_exec_t type, if you want to transition an executable to the vmware_host_t domain.
@@ -101398,7 +102864,7 @@ index 0000000..fc02428
 +
 +.EX
 +.PP
-+.B vmware_host_pid_t 
++.B vmware_host_pid_t
 +.EE
 +
 +- Set files with the vmware_host_pid_t type, if you want to store the vmware host files under the /run directory.
@@ -101406,15 +102872,15 @@ index 0000000..fc02428
 +
 +.EX
 +.PP
-+.B vmware_host_tmp_t 
++.B vmware_host_tmp_t
 +.EE
 +
 +- Set files with the vmware_host_tmp_t type, if you want to store vmware host temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -101468,13 +102934,13 @@ index 0000000..fc02428
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), vmware_host(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -101482,18 +102948,18 @@ index 0000000..fc02428
 \ No newline at end of file
 diff --git a/man/man8/vmware_selinux.8 b/man/man8/vmware_selinux.8
 new file mode 100644
-index 0000000..64c56d2
+index 0000000..de1de63
 --- /dev/null
 +++ b/man/man8/vmware_selinux.8
 @@ -0,0 +1,241 @@
-+.TH  "vmware_selinux"  "8"  "12-10-19" "vmware" "SELinux Policy documentation for vmware"
++.TH  "vmware_selinux"  "8"  "12-11-01" "vmware" "SELinux Policy documentation for vmware"
 +.SH "NAME"
 +vmware_selinux \- Security Enhanced Linux Policy for the vmware processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the vmware processes via flexible mandatory access control.
 +
-+The vmware processes execute with the vmware_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The vmware processes execute with the vmware_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -101510,33 +102976,33 @@ index 0000000..64c56d2
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux vmware policy is very flexible allowing users to setup their vmware processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for vmware:
 +
 +.EX
-+.B vmware_t, vmware_host_t 
++.B vmware_t, vmware_host_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux vmware policy is very flexible allowing users to setup their vmware processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for vmware:
 +
 +
 +.EX
 +.PP
-+.B vmware_conf_t 
++.B vmware_conf_t
 +.EE
 +
 +- Set files with the vmware_conf_t type, if you want to treat the files as vmware configuration data, usually stored under the /etc directory.
@@ -101544,7 +103010,7 @@ index 0000000..64c56d2
 +
 +.EX
 +.PP
-+.B vmware_exec_t 
++.B vmware_exec_t
 +.EE
 +
 +- Set files with the vmware_exec_t type, if you want to transition an executable to the vmware_t domain.
@@ -101552,7 +103018,7 @@ index 0000000..64c56d2
 +
 +.EX
 +.PP
-+.B vmware_file_t 
++.B vmware_file_t
 +.EE
 +
 +- Set files with the vmware_file_t type, if you want to treat the files as vmware content.
@@ -101560,7 +103026,7 @@ index 0000000..64c56d2
 +
 +.EX
 +.PP
-+.B vmware_host_exec_t 
++.B vmware_host_exec_t
 +.EE
 +
 +- Set files with the vmware_host_exec_t type, if you want to transition an executable to the vmware_host_t domain.
@@ -101568,7 +103034,7 @@ index 0000000..64c56d2
 +
 +.EX
 +.PP
-+.B vmware_host_pid_t 
++.B vmware_host_pid_t
 +.EE
 +
 +- Set files with the vmware_host_pid_t type, if you want to store the vmware host files under the /run directory.
@@ -101576,7 +103042,7 @@ index 0000000..64c56d2
 +
 +.EX
 +.PP
-+.B vmware_host_tmp_t 
++.B vmware_host_tmp_t
 +.EE
 +
 +- Set files with the vmware_host_tmp_t type, if you want to store vmware host temporary files in the /tmp directories.
@@ -101584,7 +103050,7 @@ index 0000000..64c56d2
 +
 +.EX
 +.PP
-+.B vmware_log_t 
++.B vmware_log_t
 +.EE
 +
 +- Set files with the vmware_log_t type, if you want to treat the data as vmware log data, usually stored under the /var/log directory.
@@ -101592,7 +103058,7 @@ index 0000000..64c56d2
 +
 +.EX
 +.PP
-+.B vmware_pid_t 
++.B vmware_pid_t
 +.EE
 +
 +- Set files with the vmware_pid_t type, if you want to store the vmware files under the /run directory.
@@ -101600,7 +103066,7 @@ index 0000000..64c56d2
 +
 +.EX
 +.PP
-+.B vmware_sys_conf_t 
++.B vmware_sys_conf_t
 +.EE
 +
 +- Set files with the vmware_sys_conf_t type, if you want to treat the files as vmware sys configuration data, usually stored under the /etc directory.
@@ -101608,7 +103074,7 @@ index 0000000..64c56d2
 +
 +.EX
 +.PP
-+.B vmware_tmp_t 
++.B vmware_tmp_t
 +.EE
 +
 +- Set files with the vmware_tmp_t type, if you want to store vmware temporary files in the /tmp directories.
@@ -101616,15 +103082,15 @@ index 0000000..64c56d2
 +
 +.EX
 +.PP
-+.B vmware_tmpfs_t 
++.B vmware_tmpfs_t
 +.EE
 +
 +- Set files with the vmware_tmpfs_t type, if you want to store vmware files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -101716,13 +103182,13 @@ index 0000000..64c56d2
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), vmware(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -101730,18 +103196,18 @@ index 0000000..64c56d2
 \ No newline at end of file
 diff --git a/man/man8/vnstat_selinux.8 b/man/man8/vnstat_selinux.8
 new file mode 100644
-index 0000000..9a54b5e
+index 0000000..2139a86
 --- /dev/null
 +++ b/man/man8/vnstat_selinux.8
 @@ -0,0 +1,121 @@
-+.TH  "vnstat_selinux"  "8"  "12-10-19" "vnstat" "SELinux Policy documentation for vnstat"
++.TH  "vnstat_selinux"  "8"  "12-11-01" "vnstat" "SELinux Policy documentation for vnstat"
 +.SH "NAME"
 +vnstat_selinux \- Security Enhanced Linux Policy for the vnstat processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the vnstat processes via flexible mandatory access control.
 +
-+The vnstat processes execute with the vnstat_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The vnstat processes execute with the vnstat_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -101758,33 +103224,33 @@ index 0000000..9a54b5e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux vnstat policy is very flexible allowing users to setup their vnstat processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for vnstat:
 +
 +.EX
-+.B vnstat_t, vnstatd_t 
++.B vnstat_t, vnstatd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux vnstat policy is very flexible allowing users to setup their vnstat processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for vnstat:
 +
 +
 +.EX
 +.PP
-+.B vnstat_exec_t 
++.B vnstat_exec_t
 +.EE
 +
 +- Set files with the vnstat_exec_t type, if you want to transition an executable to the vnstat_t domain.
@@ -101792,7 +103258,7 @@ index 0000000..9a54b5e
 +
 +.EX
 +.PP
-+.B vnstatd_exec_t 
++.B vnstatd_exec_t
 +.EE
 +
 +- Set files with the vnstatd_exec_t type, if you want to transition an executable to the vnstatd_t domain.
@@ -101800,7 +103266,7 @@ index 0000000..9a54b5e
 +
 +.EX
 +.PP
-+.B vnstatd_var_lib_t 
++.B vnstatd_var_lib_t
 +.EE
 +
 +- Set files with the vnstatd_var_lib_t type, if you want to store the vnstatd files under the /var/lib directory.
@@ -101808,15 +103274,15 @@ index 0000000..9a54b5e
 +
 +.EX
 +.PP
-+.B vnstatd_var_run_t 
++.B vnstatd_var_run_t
 +.EE
 +
 +- Set files with the vnstatd_var_run_t type, if you want to store the vnstatd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -101844,13 +103310,13 @@ index 0000000..9a54b5e
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), vnstat(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -101858,18 +103324,18 @@ index 0000000..9a54b5e
 \ No newline at end of file
 diff --git a/man/man8/vnstatd_selinux.8 b/man/man8/vnstatd_selinux.8
 new file mode 100644
-index 0000000..7d31897
+index 0000000..548eb69
 --- /dev/null
 +++ b/man/man8/vnstatd_selinux.8
 @@ -0,0 +1,119 @@
-+.TH  "vnstatd_selinux"  "8"  "12-10-19" "vnstatd" "SELinux Policy documentation for vnstatd"
++.TH  "vnstatd_selinux"  "8"  "12-11-01" "vnstatd" "SELinux Policy documentation for vnstatd"
 +.SH "NAME"
 +vnstatd_selinux \- Security Enhanced Linux Policy for the vnstatd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the vnstatd processes via flexible mandatory access control.
 +
-+The vnstatd processes execute with the vnstatd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The vnstatd processes execute with the vnstatd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -101886,33 +103352,33 @@ index 0000000..7d31897
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux vnstatd policy is very flexible allowing users to setup their vnstatd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for vnstatd:
 +
 +.EX
-+.B vnstat_t, vnstatd_t 
++.B vnstat_t, vnstatd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux vnstatd policy is very flexible allowing users to setup their vnstatd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for vnstatd:
 +
 +
 +.EX
 +.PP
-+.B vnstatd_exec_t 
++.B vnstatd_exec_t
 +.EE
 +
 +- Set files with the vnstatd_exec_t type, if you want to transition an executable to the vnstatd_t domain.
@@ -101920,7 +103386,7 @@ index 0000000..7d31897
 +
 +.EX
 +.PP
-+.B vnstatd_var_lib_t 
++.B vnstatd_var_lib_t
 +.EE
 +
 +- Set files with the vnstatd_var_lib_t type, if you want to store the vnstatd files under the /var/lib directory.
@@ -101928,15 +103394,15 @@ index 0000000..7d31897
 +
 +.EX
 +.PP
-+.B vnstatd_var_run_t 
++.B vnstatd_var_run_t
 +.EE
 +
 +- Set files with the vnstatd_var_run_t type, if you want to store the vnstatd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -101970,13 +103436,13 @@ index 0000000..7d31897
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), vnstatd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -101984,18 +103450,18 @@ index 0000000..7d31897
 \ No newline at end of file
 diff --git a/man/man8/vpnc_selinux.8 b/man/man8/vpnc_selinux.8
 new file mode 100644
-index 0000000..b7abe7c
+index 0000000..d20c0f1
 --- /dev/null
 +++ b/man/man8/vpnc_selinux.8
 @@ -0,0 +1,156 @@
-+.TH  "vpnc_selinux"  "8"  "12-10-19" "vpnc" "SELinux Policy documentation for vpnc"
++.TH  "vpnc_selinux"  "8"  "12-11-01" "vpnc" "SELinux Policy documentation for vpnc"
 +.SH "NAME"
 +vpnc_selinux \- Security Enhanced Linux Policy for the vpnc processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the vpnc processes via flexible mandatory access control.
 +
-+The vpnc processes execute with the vpnc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The vpnc processes execute with the vpnc_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -102012,33 +103478,33 @@ index 0000000..b7abe7c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux vpnc policy is very flexible allowing users to setup their vpnc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for vpnc:
 +
 +.EX
-+.B vpnc_t 
++.B vpnc_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux vpnc policy is very flexible allowing users to setup their vpnc processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for vpnc:
 +
 +
 +.EX
 +.PP
-+.B vpnc_exec_t 
++.B vpnc_exec_t
 +.EE
 +
 +- Set files with the vpnc_exec_t type, if you want to transition an executable to the vpnc_t domain.
@@ -102046,7 +103512,7 @@ index 0000000..b7abe7c
 +
 +.EX
 +.PP
-+.B vpnc_tmp_t 
++.B vpnc_tmp_t
 +.EE
 +
 +- Set files with the vpnc_tmp_t type, if you want to store vpnc temporary files in the /tmp directories.
@@ -102054,15 +103520,15 @@ index 0000000..b7abe7c
 +
 +.EX
 +.PP
-+.B vpnc_var_run_t 
++.B vpnc_var_run_t
 +.EE
 +
 +- Set files with the vpnc_var_run_t type, if you want to store the vpnc files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -102134,30 +103600,30 @@ index 0000000..b7abe7c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), vpnc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/wdmd_selinux.8 b/man/man8/wdmd_selinux.8
 new file mode 100644
-index 0000000..5eeb4a0
+index 0000000..347d6d8
 --- /dev/null
 +++ b/man/man8/wdmd_selinux.8
 @@ -0,0 +1,138 @@
-+.TH  "wdmd_selinux"  "8"  "12-10-19" "wdmd" "SELinux Policy documentation for wdmd"
++.TH  "wdmd_selinux"  "8"  "12-11-01" "wdmd" "SELinux Policy documentation for wdmd"
 +.SH "NAME"
 +wdmd_selinux \- Security Enhanced Linux Policy for the wdmd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the wdmd processes via flexible mandatory access control.
 +
-+The wdmd processes execute with the wdmd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The wdmd processes execute with the wdmd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -102174,33 +103640,33 @@ index 0000000..5eeb4a0
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux wdmd policy is very flexible allowing users to setup their wdmd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for wdmd:
 +
 +.EX
-+.B wdmd_t 
++.B wdmd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux wdmd policy is very flexible allowing users to setup their wdmd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for wdmd:
 +
 +
 +.EX
 +.PP
-+.B wdmd_exec_t 
++.B wdmd_exec_t
 +.EE
 +
 +- Set files with the wdmd_exec_t type, if you want to transition an executable to the wdmd_t domain.
@@ -102208,7 +103674,7 @@ index 0000000..5eeb4a0
 +
 +.EX
 +.PP
-+.B wdmd_initrc_exec_t 
++.B wdmd_initrc_exec_t
 +.EE
 +
 +- Set files with the wdmd_initrc_exec_t type, if you want to transition an executable to the wdmd_initrc_t domain.
@@ -102216,7 +103682,7 @@ index 0000000..5eeb4a0
 +
 +.EX
 +.PP
-+.B wdmd_tmpfs_t 
++.B wdmd_tmpfs_t
 +.EE
 +
 +- Set files with the wdmd_tmpfs_t type, if you want to store wdmd files on a tmpfs file system.
@@ -102224,15 +103690,15 @@ index 0000000..5eeb4a0
 +
 +.EX
 +.PP
-+.B wdmd_var_run_t 
++.B wdmd_var_run_t
 +.EE
 +
 +- Set files with the wdmd_var_run_t type, if you want to store the wdmd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -102278,46 +103744,46 @@ index 0000000..5eeb4a0
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), wdmd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/webadm_selinux.8 b/man/man8/webadm_selinux.8
 new file mode 100644
-index 0000000..77cab75
+index 0000000..46d2721
 --- /dev/null
 +++ b/man/man8/webadm_selinux.8
-@@ -0,0 +1,253 @@
+@@ -0,0 +1,255 @@
 +.TH  "webadm_selinux"  "8"  "webadm" "mgrepl at redhat.com" "webadm SELinux Policy documentation"
 +.SH "NAME"
-+webadm_r \- \fBWeb administrator role\fP - Security Enhanced Linux Policy 
++webadm_r \- \fBWeb administrator role\fP - Security Enhanced Linux Policy
 +
 +.SH DESCRIPTION
 +
-+SELinux supports Roles Based Access Control (RBAC), some Linux roles are login roles, while other roles need to be transition into. 
++SELinux supports Roles Based Access Control (RBAC), some Linux roles are login roles, while other roles need to be transition into.
 +
-+.I Note: 
-+Examples in this man page will use the 
-+.B staff_u 
++.I Note:
++Examples in this man page will use the
++.B staff_u
 +SELinux user.
 +
-+Non login roles are usually used for administrative tasks. For example, tasks that require root privileges.  Roles control which types a user can run processes with. Roles often have default types assigned to them. 
++Non login roles are usually used for administrative tasks. For example, tasks that require root privileges.  Roles control which types a user can run processes with. Roles often have default types assigned to them.
 +
 +The default type for the webadm_r role is webadm_t.
 +
-+The 
-+.B newrole 
++The
++.B newrole
 +program to transition directly to this role.
 +
 +.B newrole -r webadm_r -t webadm_t
 +
-+.B sudo 
++.B sudo
 +is the preferred method to do transition from one role to another.  You setup sudo to transition to webadm_r by adding a similar line to the /etc/sudoers file.
 +
 +USERNAME ALL=(ALL) ROLE=webadm_r TYPE=webadm_t COMMAND
@@ -102333,7 +103799,7 @@ index 0000000..77cab75
 +
 +You need to add webadm_r to the staff_u user.  You could setup the staff_u user to be able to use the webadm_r role with a command like:
 +
-+.B $ semanage user -m -R 'staff_r system_r webadm_r' staff_u 
++.B $ semanage user -m -R 'staff_r system_r webadm_r' staff_u
 +
 +
 +.SH BOOLEANS
@@ -102417,6 +103883,8 @@ index 0000000..77cab75
 +.br
 +	/var/log/cgiwrap\.log.*
 +.br
++	/var/www/stickshift/[^/]*/log(/.*)?
++.br
 +	/var/log/roundcubemail(/.*)?
 +.br
 +	/var/log/dirsrv/admin-serv(/.*)?
@@ -102536,13 +104004,13 @@ index 0000000..77cab75
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), webadm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -102550,18 +104018,18 @@ index 0000000..77cab75
 \ No newline at end of file
 diff --git a/man/man8/webalizer_selinux.8 b/man/man8/webalizer_selinux.8
 new file mode 100644
-index 0000000..d4386c3
+index 0000000..c971659
 --- /dev/null
 +++ b/man/man8/webalizer_selinux.8
 @@ -0,0 +1,198 @@
-+.TH  "webalizer_selinux"  "8"  "12-10-19" "webalizer" "SELinux Policy documentation for webalizer"
++.TH  "webalizer_selinux"  "8"  "12-11-01" "webalizer" "SELinux Policy documentation for webalizer"
 +.SH "NAME"
 +webalizer_selinux \- Security Enhanced Linux Policy for the webalizer processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the webalizer processes via flexible mandatory access control.
 +
-+The webalizer processes execute with the webalizer_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The webalizer processes execute with the webalizer_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -102578,33 +104046,33 @@ index 0000000..d4386c3
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux webalizer policy is very flexible allowing users to setup their webalizer processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for webalizer:
 +
 +.EX
-+.B webalizer_t 
++.B webalizer_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux webalizer policy is very flexible allowing users to setup their webalizer processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for webalizer:
 +
 +
 +.EX
 +.PP
-+.B webalizer_etc_t 
++.B webalizer_etc_t
 +.EE
 +
 +- Set files with the webalizer_etc_t type, if you want to store webalizer files in the /etc directories.
@@ -102612,7 +104080,7 @@ index 0000000..d4386c3
 +
 +.EX
 +.PP
-+.B webalizer_exec_t 
++.B webalizer_exec_t
 +.EE
 +
 +- Set files with the webalizer_exec_t type, if you want to transition an executable to the webalizer_t domain.
@@ -102620,7 +104088,7 @@ index 0000000..d4386c3
 +
 +.EX
 +.PP
-+.B webalizer_tmp_t 
++.B webalizer_tmp_t
 +.EE
 +
 +- Set files with the webalizer_tmp_t type, if you want to store webalizer temporary files in the /tmp directories.
@@ -102628,7 +104096,7 @@ index 0000000..d4386c3
 +
 +.EX
 +.PP
-+.B webalizer_usage_t 
++.B webalizer_usage_t
 +.EE
 +
 +- Set files with the webalizer_usage_t type, if you want to treat the files as webalizer usage data.
@@ -102636,7 +104104,7 @@ index 0000000..d4386c3
 +
 +.EX
 +.PP
-+.B webalizer_var_lib_t 
++.B webalizer_var_lib_t
 +.EE
 +
 +- Set files with the webalizer_var_lib_t type, if you want to store the webalizer files under the /var/lib directory.
@@ -102644,15 +104112,15 @@ index 0000000..d4386c3
 +
 +.EX
 +.PP
-+.B webalizer_write_t 
++.B webalizer_write_t
 +.EE
 +
 +- Set files with the webalizer_write_t type, if you want to treat the files as webalizer read/write content.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -102742,30 +104210,30 @@ index 0000000..d4386c3
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), webalizer(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/winbind_helper_selinux.8 b/man/man8/winbind_helper_selinux.8
 new file mode 100644
-index 0000000..a048e23
+index 0000000..2cf4c75
 --- /dev/null
 +++ b/man/man8/winbind_helper_selinux.8
 @@ -0,0 +1,101 @@
-+.TH  "winbind_helper_selinux"  "8"  "12-10-19" "winbind_helper" "SELinux Policy documentation for winbind_helper"
++.TH  "winbind_helper_selinux"  "8"  "12-11-01" "winbind_helper" "SELinux Policy documentation for winbind_helper"
 +.SH "NAME"
 +winbind_helper_selinux \- Security Enhanced Linux Policy for the winbind_helper processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the winbind_helper processes via flexible mandatory access control.
 +
-+The winbind_helper processes execute with the winbind_helper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The winbind_helper processes execute with the winbind_helper_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -102782,41 +104250,41 @@ index 0000000..a048e23
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux winbind_helper policy is very flexible allowing users to setup their winbind_helper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for winbind_helper:
 +
 +.EX
-+.B winbind_helper_t 
++.B winbind_helper_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux winbind_helper policy is very flexible allowing users to setup their winbind_helper processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for winbind_helper:
 +
 +
 +.EX
 +.PP
-+.B winbind_helper_exec_t 
++.B winbind_helper_exec_t
 +.EE
 +
 +- Set files with the winbind_helper_exec_t type, if you want to transition an executable to the winbind_helper_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -102848,13 +104316,13 @@ index 0000000..a048e23
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), winbind_helper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -102862,18 +104330,18 @@ index 0000000..a048e23
 \ No newline at end of file
 diff --git a/man/man8/winbind_selinux.8 b/man/man8/winbind_selinux.8
 new file mode 100644
-index 0000000..7d48706
+index 0000000..63e0898
 --- /dev/null
 +++ b/man/man8/winbind_selinux.8
 @@ -0,0 +1,284 @@
-+.TH  "winbind_selinux"  "8"  "12-10-19" "winbind" "SELinux Policy documentation for winbind"
++.TH  "winbind_selinux"  "8"  "12-11-01" "winbind" "SELinux Policy documentation for winbind"
 +.SH "NAME"
 +winbind_selinux \- Security Enhanced Linux Policy for the winbind processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the winbind processes via flexible mandatory access control.
 +
-+The winbind processes execute with the winbind_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The winbind processes execute with the winbind_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -102890,17 +104358,17 @@ index 0000000..7d48706
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux winbind policy is very flexible allowing users to setup their winbind processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for winbind:
 +
 +.EX
-+.B winbind_helper_t, winbind_t 
++.B winbind_helper_t, winbind_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -102922,19 +104390,19 @@ index 0000000..7d48706
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux winbind policy is very flexible allowing users to setup their winbind processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for winbind:
 +
 +
 +.EX
 +.PP
-+.B winbind_exec_t 
++.B winbind_exec_t
 +.EE
 +
 +- Set files with the winbind_exec_t type, if you want to transition an executable to the winbind_t domain.
@@ -102942,7 +104410,7 @@ index 0000000..7d48706
 +
 +.EX
 +.PP
-+.B winbind_helper_exec_t 
++.B winbind_helper_exec_t
 +.EE
 +
 +- Set files with the winbind_helper_exec_t type, if you want to transition an executable to the winbind_helper_t domain.
@@ -102950,7 +104418,7 @@ index 0000000..7d48706
 +
 +.EX
 +.PP
-+.B winbind_log_t 
++.B winbind_log_t
 +.EE
 +
 +- Set files with the winbind_log_t type, if you want to treat the data as winbind log data, usually stored under the /var/log directory.
@@ -102958,15 +104426,15 @@ index 0000000..7d48706
 +
 +.EX
 +.PP
-+.B winbind_var_run_t 
++.B winbind_var_run_t
 +.EE
 +
 +- Set files with the winbind_var_run_t type, if you want to store the winbind files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -103139,13 +104607,13 @@ index 0000000..7d48706
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), winbind(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -103153,18 +104621,18 @@ index 0000000..7d48706
 \ No newline at end of file
 diff --git a/man/man8/wine_selinux.8 b/man/man8/wine_selinux.8
 new file mode 100644
-index 0000000..a0328a5
+index 0000000..b6b7f15
 --- /dev/null
 +++ b/man/man8/wine_selinux.8
 @@ -0,0 +1,124 @@
-+.TH  "wine_selinux"  "8"  "12-10-19" "wine" "SELinux Policy documentation for wine"
++.TH  "wine_selinux"  "8"  "12-11-01" "wine" "SELinux Policy documentation for wine"
 +.SH "NAME"
 +wine_selinux \- Security Enhanced Linux Policy for the wine processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the wine processes via flexible mandatory access control.
 +
-+The wine processes execute with the wine_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The wine processes execute with the wine_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -103181,17 +104649,17 @@ index 0000000..a0328a5
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux wine policy is very flexible allowing users to setup their wine processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for wine:
 +
 +.EX
-+.B wine_t 
++.B wine_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -103213,19 +104681,19 @@ index 0000000..a0328a5
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux wine policy is very flexible allowing users to setup their wine processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for wine:
 +
 +
 +.EX
 +.PP
-+.B wine_exec_t 
++.B wine_exec_t
 +.EE
 +
 +- Set files with the wine_exec_t type, if you want to transition an executable to the wine_t domain.
@@ -103233,15 +104701,15 @@ index 0000000..a0328a5
 +
 +.EX
 +.PP
-+.B wine_tmp_t 
++.B wine_tmp_t
 +.EE
 +
 +- Set files with the wine_tmp_t type, if you want to store wine temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -103270,13 +104738,13 @@ index 0000000..a0328a5
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), wine(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -103284,18 +104752,18 @@ index 0000000..a0328a5
 \ No newline at end of file
 diff --git a/man/man8/wireshark_selinux.8 b/man/man8/wireshark_selinux.8
 new file mode 100644
-index 0000000..dfa7811
+index 0000000..58e07b9
 --- /dev/null
 +++ b/man/man8/wireshark_selinux.8
 @@ -0,0 +1,184 @@
-+.TH  "wireshark_selinux"  "8"  "12-10-19" "wireshark" "SELinux Policy documentation for wireshark"
++.TH  "wireshark_selinux"  "8"  "12-11-01" "wireshark" "SELinux Policy documentation for wireshark"
 +.SH "NAME"
 +wireshark_selinux \- Security Enhanced Linux Policy for the wireshark processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the wireshark processes via flexible mandatory access control.
 +
-+The wireshark processes execute with the wireshark_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The wireshark processes execute with the wireshark_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -103312,33 +104780,33 @@ index 0000000..dfa7811
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux wireshark policy is very flexible allowing users to setup their wireshark processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for wireshark:
 +
 +.EX
-+.B wireshark_t 
++.B wireshark_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux wireshark policy is very flexible allowing users to setup their wireshark processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for wireshark:
 +
 +
 +.EX
 +.PP
-+.B wireshark_exec_t 
++.B wireshark_exec_t
 +.EE
 +
 +- Set files with the wireshark_exec_t type, if you want to transition an executable to the wireshark_t domain.
@@ -103346,7 +104814,7 @@ index 0000000..dfa7811
 +
 +.EX
 +.PP
-+.B wireshark_home_t 
++.B wireshark_home_t
 +.EE
 +
 +- Set files with the wireshark_home_t type, if you want to store wireshark files in the users home directory.
@@ -103354,7 +104822,7 @@ index 0000000..dfa7811
 +
 +.EX
 +.PP
-+.B wireshark_tmp_t 
++.B wireshark_tmp_t
 +.EE
 +
 +- Set files with the wireshark_tmp_t type, if you want to store wireshark temporary files in the /tmp directories.
@@ -103362,15 +104830,15 @@ index 0000000..dfa7811
 +
 +.EX
 +.PP
-+.B wireshark_tmpfs_t 
++.B wireshark_tmpfs_t
 +.EE
 +
 +- Set files with the wireshark_tmpfs_t type, if you want to store wireshark files on a tmpfs file system.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -103462,30 +104930,30 @@ index 0000000..dfa7811
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), wireshark(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/wpa_cli_selinux.8 b/man/man8/wpa_cli_selinux.8
 new file mode 100644
-index 0000000..26b065f
+index 0000000..2ea0f25
 --- /dev/null
 +++ b/man/man8/wpa_cli_selinux.8
 @@ -0,0 +1,86 @@
-+.TH  "wpa_cli_selinux"  "8"  "12-10-19" "wpa_cli" "SELinux Policy documentation for wpa_cli"
++.TH  "wpa_cli_selinux"  "8"  "12-11-01" "wpa_cli" "SELinux Policy documentation for wpa_cli"
 +.SH "NAME"
 +wpa_cli_selinux \- Security Enhanced Linux Policy for the wpa_cli processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the wpa_cli processes via flexible mandatory access control.
 +
-+The wpa_cli processes execute with the wpa_cli_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The wpa_cli processes execute with the wpa_cli_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -103502,41 +104970,41 @@ index 0000000..26b065f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux wpa_cli policy is very flexible allowing users to setup their wpa_cli processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for wpa_cli:
 +
 +.EX
-+.B wpa_cli_t 
++.B wpa_cli_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux wpa_cli policy is very flexible allowing users to setup their wpa_cli processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for wpa_cli:
 +
 +
 +.EX
 +.PP
-+.B wpa_cli_exec_t 
++.B wpa_cli_exec_t
 +.EE
 +
 +- Set files with the wpa_cli_exec_t type, if you want to transition an executable to the wpa_cli_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -103554,30 +105022,30 @@ index 0000000..26b065f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), wpa_cli(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/xauth_selinux.8 b/man/man8/xauth_selinux.8
 new file mode 100644
-index 0000000..d099d7f
+index 0000000..4e36630
 --- /dev/null
 +++ b/man/man8/xauth_selinux.8
 @@ -0,0 +1,232 @@
-+.TH  "xauth_selinux"  "8"  "12-10-19" "xauth" "SELinux Policy documentation for xauth"
++.TH  "xauth_selinux"  "8"  "12-11-01" "xauth" "SELinux Policy documentation for xauth"
 +.SH "NAME"
 +xauth_selinux \- Security Enhanced Linux Policy for the xauth processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the xauth processes via flexible mandatory access control.
 +
-+The xauth processes execute with the xauth_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The xauth processes execute with the xauth_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -103594,33 +105062,33 @@ index 0000000..d099d7f
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux xauth policy is very flexible allowing users to setup their xauth processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for xauth:
 +
 +.EX
-+.B xauth_t 
++.B xauth_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux xauth policy is very flexible allowing users to setup their xauth processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for xauth:
 +
 +
 +.EX
 +.PP
-+.B xauth_exec_t 
++.B xauth_exec_t
 +.EE
 +
 +- Set files with the xauth_exec_t type, if you want to transition an executable to the xauth_t domain.
@@ -103628,7 +105096,7 @@ index 0000000..d099d7f
 +
 +.EX
 +.PP
-+.B xauth_home_t 
++.B xauth_home_t
 +.EE
 +
 +- Set files with the xauth_home_t type, if you want to store xauth files in the users home directory.
@@ -103636,15 +105104,15 @@ index 0000000..d099d7f
 +
 +.EX
 +.PP
-+.B xauth_tmp_t 
++.B xauth_tmp_t
 +.EE
 +
 +- Set files with the xauth_tmp_t type, if you want to store xauth temporary files in the /tmp directories.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -103792,30 +105260,30 @@ index 0000000..d099d7f
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), xauth(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/xdm_selinux.8 b/man/man8/xdm_selinux.8
 new file mode 100644
-index 0000000..f38969d
+index 0000000..b6a703d
 --- /dev/null
 +++ b/man/man8/xdm_selinux.8
 @@ -0,0 +1,758 @@
-+.TH  "xdm_selinux"  "8"  "12-10-19" "xdm" "SELinux Policy documentation for xdm"
++.TH  "xdm_selinux"  "8"  "12-11-01" "xdm" "SELinux Policy documentation for xdm"
 +.SH "NAME"
 +xdm_selinux \- Security Enhanced Linux Policy for the xdm processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the xdm processes via flexible mandatory access control.
 +
-+The xdm processes execute with the xdm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The xdm processes execute with the xdm_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -103826,23 +105294,23 @@ index 0000000..f38969d
 +
 +The xdm_t SELinux type can be entered via the "xdm_exec_t,bin_t" file types.  The default entrypoint paths for the xdm_t domain are the following:"
 +
-+/usr/(s)?bin/lightdm*, /usr/(s)?bin/[mxgkw]dm, /usr/(s)?bin/gdm-binary, /usr/(s)?bin/lxdm(-binary)?, /usr/X11R6/bin/[xgkw]dm, /usr/bin/slim, /usr/bin/gpe-dm, /opt/kde3/bin/kdm, /usr/sbin/mdm-binary, /bin/.*, /opt/(.*/)?bin(/.*)?, /usr/(.*/)?Bin(/.*)?, /usr/(.*/)?bin(/.*)?, /usr/(.*/)?sbin(/.*)?, /opt/(.*/)?sbin(/.*)?, /opt/(.*/)?libexec(/.*)?, /sbin/.*, /usr/lib(.*/)?bin(/.*)?, /usr/lib(.*/)?sbin(/.*)?, /etc/gdm/[^/]+, /root/bin(/.*)?, /etc/gdm/[^/]+/.*, /etc/cron.daily(/.*)?, /etc/cron.weekly(/.*)?, /etc/cron.hourly(/.*)?, /etc/cron.monthly(/.*)?, /usr/lib/.*/scripts(/.*)?, /usr/lib/.*/program(/.*)?, /usr/lib/[^/]*/run-mozilla\.sh, /usr/lib/[^/]*/mozilla-xremote-client, /usr/lib/[^/]*thunderbird[^/]*/thunderbird, /usr/lib/[^/]*thunderbird[^/]*/thunderbird-bin, /usr/lib/[^/]*thunderbird[^/]*/open-browser\.sh, /lib/udev/[^/]*, /etc/auto\.[^/]*, /etc/avahi/.*\.action, /usr/lib/qt.*/bin(/.*)?, /usr/lib/yp/.+, /var/ftp/bin(/.*)?, /usr/Brother(/.*)?, /usr/Printer(/.*)?, /usr/lib
 exec(/.*)?, /lib/upstart(/.*)?, /etc/kde/env(/.*)?, /etc/profile.d(/.*)?, /var/mailman.*/bin(/.*)?, /etc/lxdm/Pre.*, /etc/hotplug/.*rc, /usr/lib/cups(/.*)?, /etc/hotplug/.*agent, /usr/Brother/(.*/)?inf/setup.*, /usr/Brother/(.*/)?inf/brprintconf.*, /usr/lib/dpkg/.+, /etc/lxdm/Post.*, /usr/lib/udev/[^/]*, /var/qmail/bin(/.*)?, /usr/lib/xfce4(/.*)?, /usr/lib/fence(/.*)?, /etc/X11/xinit(/.*)?, /lib/readahead(/.*)?, /etc/netplug\.d(/.*)?, /usr/lib/gimp/.*/plug-ins(/.*)?, /usr/lib/ipsec/.*, /etc/ppp/ip-up\..*, /usr/bin/pingus.*, /etc/cipe/ip-up.*, /usr/lib/dracut(/.*)?, /etc/pm/power\.d(/.*)?, /etc/pm/sleep\.d(/.*)?, /etc/redhat-lsb(/.*)?, /usr/lib/tuned/.*/.*\.sh, /usr/lib/xen/bin(/.*)?, /usr/lib/upstart(/.*)?, /usr/lib/courier(/.*)?, /etc/xen/scripts(/.*)?, /usr/share/tucan.*/tucan.py, /usr/lib/mailman.*/bin(/.*)?, /usr/lib/mailman.*/mail(/.*)?, /etc/ppp/ipv6-up\..*, /etc/ppp/ip-down\..*, /etc/cipe/ip-down.*, /usr/share/hplip/[^/]*, /usr/lib/news/bin(/.*)?, /usr/lib/pm-utils(/.
 *)?, /etc/vmware-tools(/.*)?, /etc/kde/shutdown(/.*)?, /etc/acpi/actions(/.*)?, /etc/pki/tls/misc(/.*)?, /usr/lib/jvm/java(.*/)bin(/.*), /usr/lib/tumbler-[^/]*/tumblerd, /usr/lib/readahead(/.*)?, /opt/google/chrome(/.*)?, /etc/munin/plugins(/.*)?, /usr/lib/bluetooth(/.*)?, /usr/lib/debug/bin(/.*)?, /usr/lib/xulrunner[^/]*/updater, /usr/lib/xulrunner[^/]*/crashreporter, /usr/lib/xulrunner[^/]*/xulrunner[^/]*, /usr/lib/ruby/gems(/.*)?/helper-scripts(/.*)?, /usr/share/debconf/.+, /etc/ppp/ipv6-down\..*, /usr/share/cluster/.*\.sh, /usr/share/sectool/.*\.py, /usr/share/ssl/misc(/.*)?, /usr/share/e16/misc(/.*)?, /usr/lib/ccache/bin(/.*)?, /etc/racoon/scripts(/.*)?, /usr/lib/debug/sbin(/.*)?, /usr/lib/ruby/gems/.*/agents(/.*)?, /usr/share/mc/extfs/.*, /usr/lib/apt/methods.+, /usr/lib/portage/bin(/.*)?, /usr/lib/MailScanner(/.*)?, /etc/mcelog/triggers(/.*)?, /etc/dhcp/dhclient\.d(/.*)?, /emul/ia32-linux/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/Bin(
 /.*)?, /emul/ia32-linux/usr(/.*)?/sbin(/.*)?, /usr/lib/thunderbird.*/mozilla-xremote-client, /usr/lib/cyrus-imapd/.*, /usr/share/createrepo(/.*)?, /emul/ia32-linux/sbin(/.*)?, /usr/share/virtualbox/.*\.sh, /usr/share/hal/scripts(/.*)?, /usr/share/wicd/daemon(/.*)?, /lib/security/pam_krb5(/.*)?, /opt/google/talkplugin(/.*)?, /etc/PackageKit/events(/.*)?, /usr/lib/debug/usr/bin(/.*)?, /usr/lib/vmware-tools/(s)?bin32(/.*)?, /usr/lib/vmware-tools/(s)?bin64(/.*)?, /etc/gdm/XKeepsCrashing[^/]*, /usr/lib/oracle/xe/apps(/.*)?, /usr/share/Modules/init(/.*)?, /usr/share/smolt/client(/.*)?, /usr/lib/nagios/plugins(/.*)?, /usr/lib/debug/usr/sbin(/.*)?, /usr/share/apr-0/build/[^/]+\.sh, /usr/lib/emacsen-common/.*, /usr/share/ajaxterm/qweb.py.*, /var/lib/asterisk/agi-bin(/.*)?, /usr/share/shorewall-perl(/.*)?, /usr/share/shorewall-lite(/.*)?, /usr/linuxprinter/filters(/.*)?, /usr/lib/netsaint/plugins(/.*)?, /usr/lib/chromium-browser(/.*)?, /usr/share/turboprint/lib(/.*)?, /usr/lib/nfs-uti
 ls/scripts(/.*)?, /usr/share/shorewall-shell(/.*)?, /usr/share/shorewall6-lite(/.*)?, /usr/share/vhostmd/scripts(/.*)?, /usr/lib/debug/usr/libexec(/.*)?, /etc/ConsoleKit/run-seat\.d(/.*)?, /usr/lib/nspluginwrapper/np.*, /usr/share/sandbox/sandboxX.sh, /usr/lib/ConsoleKit/scripts(/.*)?, /usr/share/ajaxterm/ajaxterm.py.*, /usr/lib/pgsql/test/regress/.*\.sh, /usr/share/denyhosts/plugins(/.*)?, /usr/share/denyhosts/scripts(/.*)?, /emul/ia32-linux/usr/libexec(/.*)?, /usr/lib/mediawiki/math/texvc.*, /usr/share/PackageKit/helpers(/.*)?, /etc/ConsoleKit/run-session\.d(/.*)?, /etc/hotplug\.d/default/default.*, /usr/lib/systemd/system-sleep/(.*)?, /opt/gutenprint/cups/lib/filter(/.*)?, /usr/share/system-config-network(/netconfig)?/[^/]+\.py, /usr/lib/ConsoleKit/run-session\.d(/.*)?, /etc/sysconfig/network-scripts/net.*, /etc/sysconfig/network-scripts/ifup.*, /etc/sysconfig/network-scripts/init.*, /usr/share/kde4/apps/kajongg/kajongg.py, /etc/sysconfig/network-scripts/ifdown.*, /opt/Op
 enPrinting-Gutenprint/cups/lib/filter(/.*)?, /usr/share/gedit-2/plugins/externaltools/tools(/.*)?, /bin, /sbin, /usr/bin, /dev/MAKEDEV, /var/qmail/rc, /var/qmail/bin, /etc/mail/make, /bin/mountpoint, /usr/lib/rpm/rpmv, /usr/lib/rpm/rpmk, /usr/lib/rpm/rpmq, /usr/lib/rpm/rpmd, /lib/udev/scsi_id, /sbin/mkfs\.cramfs, /etc/xen/qemu-ifup, /etc/lxdm/Xsession, /etc/sysconfig/init, /usr/bin/mountpoint, /etc/apcupsd/commok, /usr/lib/sftp-server, /etc/sysconfig/crond, /etc/lxdm/LoginReady, /usr/sbin/mkfs\.cramfs, /usr/lib/udev/scsi_id, /etc/X11/xdm/Xsetup_0, /etc/init\.d/functions, /etc/apcupsd/changeme, /usr/lib/iscan/network, /etc/apcupsd/onbattery, /usr/lib/yaboot/addnote, /etc/sysconfig/libvirtd, /etc/apcupsd/apccontrol, /etc/apcupsd/offbattery, /usr/lib/wicd/monitor\.py, /etc/X11/xdm/TakeConsole, /etc/X11/xdm/GiveConsole, /etc/apcupsd/commfailure, /usr/lib/misc/sftp-server, /etc/sysconfig/netconsole, /lib/udev/devices/MAKEDEV, /var/lib/iscan/interpreter, /etc/rc\.d/init\.d/functio
 ns, /etc/apcupsd/masterconnect, /etc/apcupsd/mastertimeout, /usr/share/pydict/pydict\.py, /usr/share/clamav/clamd-gen, /sbin/insmod_ksymoops_clean, /etc/mgetty\+sendfax/new_fax, /usr/lib/xfce4/panel/migrate, /usr/lib/xfce4/panel/wrapper, /etc/sysconfig/readonly-root, /usr/lib/udev/devices/MAKEDEV, /usr/lib/vte/gnome-pty-helper, /usr/lib/xfce4/xfconf/xfconfd, /usr/share/hwbrowser/hwbrowser, /usr/share/cvs/contrib/rcs2log, /usr/X11R6/lib/X11/xkb/xkbcomp, /usr/lib/virtualbox/VBoxManage, /usr/share/cluster/checkquorum, /usr/share/shorewall/getparams, /usr/share/apr-0/build/libtool, /usr/share/cluster/SAPDatabase, /usr/share/cluster/SAPInstance, /etc/hotplug/hotplug\.functions, /usr/share/texmf/web2c/mktexdir, /usr/share/texmf/web2c/mktexupd, /usr/share/texmf/web2c/mktexnam, /usr/share/shorewall/configpath, /usr/sbin/insmod_ksymoops_clean, /etc/mcelog/cache-error-trigger, /usr/share/shorewall/compiler\.pl, /usr/share/dayplanner/dayplanner, /usr/libexec/openssh/sftp-server, /usr/s
 hare/texmf/texconfig/tcfmgr, /usr/share/clamav/freshclam-sleep, /usr/share/cluster/ocf-shellfuncs, /usr/share/cluster/svclib_nfslock, /usr/lib/xfce4/exo-1/exo-helper-1, /usr/share/pwlib/make/ptlib-config, /usr/share/fedora-usermgmt/wrapper, /usr/share/printconf/util/print\.py, /usr/lib/xfce4/xfwm4/helper-dialog, /etc/pki/tls/certs/make-dummy-cert, /usr/share/rhn/rhn_applet/applet\.py, /usr/share/authconfig/authconfig\.py, /usr/share/spamassassin/sa-update\.cron, /usr/share/gnucash/finance-quote-check, /usr/share/cluster/fence_scsi_check\.pl, /usr/share/selinux/devel/policygentool, /usr/share/switchdesk/switchdesk-gui\.py, /usr/share/authconfig/authconfig-gtk\.py, /usr/share/authconfig/authconfig-tui\.py, /usr/share/gitolite/hooks/common/update, /usr/share/gnucash/finance-quote-helper, /usr/lib/xfce4/exo-1/exo-compose-mail-1, /usr/share/system-config-services/gui\.py, /lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-config-netboot/pxeos\.py, /usr/lib/xfce4/session/
 balou-export-theme, /usr/share/system-config-nfs/nfs-export\.py, /usr/share/system-config-printer/applet\.py, /usr/share/system-config-selinux/polgen\.py, /usr/share/PackageKit/pk-upgrade-distro\.sh, /usr/lib/xfce4/session/balou-install-theme, /usr/share/system-config-netboot/pxeboot\.py, /usr/lib/xfce4/session/xfsm-shutdown-helper, /usr/share/rhn/rhn_applet/needed-packages\.py, /usr/lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-logviewer/system-logviewer\.py, /usr/share/system-config-network/neat-control\.py, /usr/share/system-config-services/serviceconf\.py, /usr/share/hal/device-manager/hal-device-manager, /usr/share/system-config-lvm/system-config-lvm\.py, /usr/share/system-config-nfs/system-config-nfs\.py, /usr/share/system-config-httpd/system-config-httpd, /usr/share/system-config-mouse/system-config-mouse, /usr/share/system-config-users/system-config-users, /usr/share/system-config-date/system-config-date\.py, /usr/share/doc/ghc/html/libraries/gen_content
 s_index, /usr/share/gitolite/hooks/gitolite-admin/post-update, /usr/share/system-config-samba/system-config-samba\.py, /usr/share/system-config-display/system-config-display, /usr/share/system-config-keyboard/system-config-keyboard, /usr/share/system-config-language/system-config-language, /usr/share/system-config-services/system-config-services, /usr/share/system-config-selinux/system-config-selinux\.py, /usr/share/system-config-netboot/system-config-netboot\.py, /usr/share/system-config-soundcard/system-config-soundcard, /usr/share/system-config-rootpassword/system-config-rootpassword, /usr/share/system-config-securitylevel/system-config-securitylevel\.py
++/usr/(s)?bin/lightdm*, /usr/(s)?bin/[mxgkw]dm, /usr/(s)?bin/gdm-binary, /usr/(s)?bin/lxdm(-binary)?, /usr/X11R6/bin/[xgkw]dm, /usr/bin/slim, /usr/bin/gpe-dm, /opt/kde3/bin/kdm, /usr/sbin/mdm-binary, /bin/.*, /opt/(.*/)?bin(/.*)?, /usr/(.*/)?Bin(/.*)?, /usr/(.*/)?bin(/.*)?, /usr/(.*/)?sbin(/.*)?, /opt/(.*/)?sbin(/.*)?, /opt/(.*/)?libexec(/.*)?, /sbin/.*, /usr/lib(.*/)?bin(/.*)?, /usr/lib(.*/)?sbin(/.*)?, /etc/gdm/[^/]+, /root/bin(/.*)?, /etc/gdm/[^/]+/.*, /etc/cron.daily(/.*)?, /etc/cron.weekly(/.*)?, /etc/cron.hourly(/.*)?, /etc/cron.monthly(/.*)?, /usr/lib/.*/program(/.*)?, /usr/lib/.*/scripts(/.*)?, /usr/lib/[^/]*/run-mozilla\.sh, /usr/lib/[^/]*/mozilla-xremote-client, /usr/lib/[^/]*thunderbird[^/]*/thunderbird, /usr/lib/[^/]*thunderbird[^/]*/open-browser\.sh, /usr/lib/[^/]*thunderbird[^/]*/thunderbird-bin, /lib/udev/[^/]*, /etc/auto\.[^/]*, /etc/avahi/.*\.action, /usr/lib/qt.*/bin(/.*)?, /usr/lib/yp/.+, /var/ftp/bin(/.*)?, /usr/Brother(/.*)?, /usr/Printer(/.*)?, /usr/lib
 exec(/.*)?, /lib/upstart(/.*)?, /etc/kde/env(/.*)?, /etc/profile.d(/.*)?, /var/mailman.*/bin(/.*)?, /etc/lxdm/Pre.*, /etc/hotplug/.*rc, /usr/lib/cups(/.*)?, /etc/hotplug/.*agent, /usr/Brother/(.*/)?inf/setup.*, /usr/Brother/(.*/)?inf/brprintconf.*, /usr/lib/dpkg/.+, /etc/lxdm/Post.*, /usr/lib/udev/[^/]*, /var/qmail/bin(/.*)?, /usr/lib/xfce4(/.*)?, /usr/lib/fence(/.*)?, /etc/X11/xinit(/.*)?, /lib/readahead(/.*)?, /etc/netplug\.d(/.*)?, /usr/lib/gimp/.*/plug-ins(/.*)?, /usr/lib/ipsec/.*, /etc/ppp/ip-up\..*, /usr/bin/pingus.*, /etc/cipe/ip-up.*, /usr/lib/dracut(/.*)?, /etc/pm/power\.d(/.*)?, /etc/pm/sleep\.d(/.*)?, /etc/redhat-lsb(/.*)?, /usr/lib/tuned/.*/.*\.sh, /usr/lib/xen/bin(/.*)?, /usr/lib/upstart(/.*)?, /usr/lib/courier(/.*)?, /etc/xen/scripts(/.*)?, /usr/share/tucan.*/tucan.py, /usr/lib/mailman.*/bin(/.*)?, /usr/lib/mailman.*/mail(/.*)?, /etc/ppp/ipv6-up\..*, /etc/ppp/ip-down\..*, /etc/cipe/ip-down.*, /usr/share/hplip/[^/]*, /usr/lib/news/bin(/.*)?, /usr/lib/pm-utils(/.
 *)?, /etc/vmware-tools(/.*)?, /etc/kde/shutdown(/.*)?, /etc/acpi/actions(/.*)?, /etc/pki/tls/misc(/.*)?, /usr/lib/jvm/java(.*/)bin(/.*), /usr/lib/tumbler-[^/]*/tumblerd, /usr/lib/readahead(/.*)?, /opt/google/chrome(/.*)?, /etc/munin/plugins(/.*)?, /usr/lib/bluetooth(/.*)?, /usr/lib/debug/bin(/.*)?, /usr/lib/xulrunner[^/]*/updater, /usr/lib/xulrunner[^/]*/crashreporter, /usr/lib/xulrunner[^/]*/xulrunner[^/]*, /usr/lib/ruby/gems(/.*)?/helper-scripts(/.*)?, /usr/share/debconf/.+, /etc/ppp/ipv6-down\..*, /usr/share/cluster/.*\.sh, /usr/share/sectool/.*\.py, /usr/share/ssl/misc(/.*)?, /usr/share/e16/misc(/.*)?, /usr/lib/ccache/bin(/.*)?, /etc/racoon/scripts(/.*)?, /usr/lib/debug/sbin(/.*)?, /usr/lib/ruby/gems/.*/agents(/.*)?, /usr/share/mc/extfs/.*, /usr/lib/apt/methods.+, /usr/lib/portage/bin(/.*)?, /usr/lib/MailScanner(/.*)?, /etc/mcelog/triggers(/.*)?, /etc/dhcp/dhclient\.d(/.*)?, /emul/ia32-linux/bin(/.*)?, /usr/lib/libreoffice(/.*)?/bin(/.*)?, /emul/ia32-linux/usr(/.*)?/bin(
 /.*)?, /emul/ia32-linux/usr(/.*)?/Bin(/.*)?, /emul/ia32-linux/usr(/.*)?/sbin(/.*)?, /usr/lib/thunderbird.*/mozilla-xremote-client, /usr/lib/cyrus-imapd/.*, /usr/share/createrepo(/.*)?, /emul/ia32-linux/sbin(/.*)?, /usr/share/virtualbox/.*\.sh, /usr/share/wicd/daemon(/.*)?, /usr/share/hal/scripts(/.*)?, /lib/security/pam_krb5(/.*)?, /opt/google/talkplugin(/.*)?, /etc/PackageKit/events(/.*)?, /usr/lib/debug/usr/bin(/.*)?, /usr/lib/vmware-tools/(s)?bin64(/.*)?, /usr/lib/vmware-tools/(s)?bin32(/.*)?, /etc/gdm/XKeepsCrashing[^/]*, /usr/lib/oracle/xe/apps(/.*)?, /usr/share/Modules/init(/.*)?, /usr/share/smolt/client(/.*)?, /usr/lib/nagios/plugins(/.*)?, /usr/lib/debug/usr/sbin(/.*)?, /usr/share/apr-0/build/[^/]+\.sh, /usr/lib/emacsen-common/.*, /usr/share/ajaxterm/qweb.py.*, /var/lib/asterisk/agi-bin(/.*)?, /usr/share/shorewall-perl(/.*)?, /usr/share/shorewall-lite(/.*)?, /usr/linuxprinter/filters(/.*)?, /usr/lib/netsaint/plugins(/.*)?, /usr/lib/chromium-browser(/.*)?, /usr/share/
 turboprint/lib(/.*)?, /usr/lib/nfs-utils/scripts(/.*)?, /usr/share/shorewall6-lite(/.*)?, /usr/share/shorewall-shell(/.*)?, /usr/share/vhostmd/scripts(/.*)?, /usr/lib/debug/usr/libexec(/.*)?, /etc/ConsoleKit/run-seat\.d(/.*)?, /usr/lib/nspluginwrapper/np.*, /usr/share/sandbox/sandboxX.sh, /usr/lib/ConsoleKit/scripts(/.*)?, /usr/share/ajaxterm/ajaxterm.py.*, /usr/lib/pgsql/test/regress/.*\.sh, /usr/share/denyhosts/scripts(/.*)?, /usr/share/denyhosts/plugins(/.*)?, /emul/ia32-linux/usr/libexec(/.*)?, /usr/lib/mediawiki/math/texvc.*, /usr/share/PackageKit/helpers(/.*)?, /etc/ConsoleKit/run-session\.d(/.*)?, /etc/hotplug\.d/default/default.*, /usr/lib/systemd/system-sleep/(.*)?, /opt/gutenprint/cups/lib/filter(/.*)?, /usr/share/system-config-network(/netconfig)?/[^/]+\.py, /usr/lib/ConsoleKit/run-session\.d(/.*)?, /etc/sysconfig/network-scripts/net.*, /etc/sysconfig/network-scripts/ifup.*, /etc/sysconfig/network-scripts/init.*, /usr/share/kde4/apps/kajongg/kajongg.py, /etc/sysco
 nfig/network-scripts/ifdown.*, /opt/OpenPrinting-Gutenprint/cups/lib/filter(/.*)?, /usr/share/gedit-2/plugins/externaltools/tools(/.*)?, /bin, /sbin, /usr/bin, /dev/MAKEDEV, /var/qmail/rc, /var/qmail/bin, /etc/mail/make, /bin/mountpoint, /usr/lib/rpm/rpmq, /usr/lib/rpm/rpmv, /usr/lib/rpm/rpmd, /usr/lib/rpm/rpmk, /lib/udev/scsi_id, /sbin/mkfs\.cramfs, /etc/xen/qemu-ifup, /etc/lxdm/Xsession, /etc/sysconfig/init, /usr/bin/mountpoint, /etc/apcupsd/commok, /usr/lib/sftp-server, /etc/sysconfig/crond, /etc/lxdm/LoginReady, /usr/sbin/mkfs\.cramfs, /usr/lib/udev/scsi_id, /etc/X11/xdm/Xsetup_0, /etc/init\.d/functions, /etc/apcupsd/changeme, /usr/lib/iscan/network, /etc/apcupsd/onbattery, /usr/lib/yaboot/addnote, /etc/sysconfig/libvirtd, /etc/apcupsd/apccontrol, /etc/apcupsd/offbattery, /usr/lib/wicd/monitor\.py, /etc/X11/xdm/TakeConsole, /etc/X11/xdm/GiveConsole, /etc/apcupsd/commfailure, /usr/lib/misc/sftp-server, /etc/sysconfig/netconsole, /lib/udev/devices/MAKEDEV, /var/lib/iscan/i
 nterpreter, /etc/rc\.d/init\.d/functions, /etc/apcupsd/masterconnect, /etc/apcupsd/mastertimeout, /usr/share/pydict/pydict\.py, /usr/share/clamav/clamd-gen, /sbin/insmod_ksymoops_clean, /etc/mgetty\+sendfax/new_fax, /usr/lib/xfce4/panel/migrate, /usr/lib/xfce4/panel/wrapper, /etc/sysconfig/readonly-root, /usr/lib/vte/gnome-pty-helper, /usr/lib/udev/devices/MAKEDEV, /usr/lib/xfce4/xfconf/xfconfd, /usr/share/cvs/contrib/rcs2log, /usr/share/hwbrowser/hwbrowser, /usr/X11R6/lib/X11/xkb/xkbcomp, /usr/lib/virtualbox/VBoxManage, /usr/share/cluster/SAPInstance, /usr/share/cluster/checkquorum, /usr/share/shorewall/getparams, /usr/share/apr-0/build/libtool, /usr/share/cluster/SAPDatabase, /etc/hotplug/hotplug\.functions, /usr/share/texmf/web2c/mktexdir, /usr/share/texmf/web2c/mktexnam, /usr/share/texmf/web2c/mktexupd, /usr/share/shorewall/configpath, /usr/sbin/insmod_ksymoops_clean, /etc/mcelog/cache-error-trigger, /usr/share/shorewall/compiler\.pl, /usr/share/dayplanner/dayplanner, /u
 sr/libexec/openssh/sftp-server, /usr/share/texmf/texconfig/tcfmgr, /usr/share/clamav/freshclam-sleep, /usr/share/cluster/svclib_nfslock, /usr/share/cluster/ocf-shellfuncs, /usr/lib/xfce4/exo-1/exo-helper-1, /usr/share/pwlib/make/ptlib-config, /usr/share/fedora-usermgmt/wrapper, /usr/share/printconf/util/print\.py, /usr/lib/xfce4/xfwm4/helper-dialog, /etc/pki/tls/certs/make-dummy-cert, /usr/share/rhn/rhn_applet/applet\.py, /usr/share/authconfig/authconfig\.py, /usr/share/spamassassin/sa-update\.cron, /usr/share/gnucash/finance-quote-check, /usr/share/cluster/fence_scsi_check\.pl, /usr/share/selinux/devel/policygentool, /usr/share/switchdesk/switchdesk-gui\.py, /usr/share/authconfig/authconfig-tui\.py, /usr/share/authconfig/authconfig-gtk\.py, /usr/share/gnucash/finance-quote-helper, /usr/share/gitolite/hooks/common/update, /usr/lib/xfce4/exo-1/exo-compose-mail-1, /usr/share/system-config-services/gui\.py, /lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-config-netb
 oot/pxeos\.py, /usr/lib/xfce4/session/balou-export-theme, /usr/share/system-config-selinux/polgen\.py, /usr/share/system-config-nfs/nfs-export\.py, /usr/share/system-config-printer/applet\.py, /usr/share/PackageKit/pk-upgrade-distro\.sh, /usr/lib/xfce4/session/balou-install-theme, /usr/share/system-config-netboot/pxeboot\.py, /usr/lib/xfce4/session/xfsm-shutdown-helper, /usr/share/rhn/rhn_applet/needed-packages\.py, /usr/lib/security/pam_krb5/pam_krb5_storetmp, /usr/share/system-logviewer/system-logviewer\.py, /usr/share/system-config-network/neat-control\.py, /usr/share/system-config-services/serviceconf\.py, /usr/share/hal/device-manager/hal-device-manager, /usr/share/system-config-lvm/system-config-lvm\.py, /usr/share/system-config-nfs/system-config-nfs\.py, /usr/share/system-config-mouse/system-config-mouse, /usr/share/system-config-httpd/system-config-httpd, /usr/share/system-config-users/system-config-users, /usr/share/system-config-date/system-config-date\.py, /usr/sh
 are/doc/ghc/html/libraries/gen_contents_index, /usr/share/gitolite/hooks/gitolite-admin/post-update, /usr/share/system-config-samba/system-config-samba\.py, /usr/share/system-config-display/system-config-display, /usr/share/system-config-keyboard/system-config-keyboard, /usr/share/system-config-language/system-config-language, /usr/share/system-config-services/system-config-services, /usr/share/system-config-selinux/system-config-selinux\.py, /usr/share/system-config-netboot/system-config-netboot\.py, /usr/share/system-config-soundcard/system-config-soundcard, /usr/share/system-config-rootpassword/system-config-rootpassword, /usr/share/system-config-securitylevel/system-config-securitylevel\.py
 +.SH PROCESS TYPES
 +SELinux defines process types (domains) for each process running on the system
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux xdm policy is very flexible allowing users to setup their xdm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for xdm:
 +
 +.EX
-+.B xdm_t, xdm_dbusd_t 
++.B xdm_t, xdm_dbusd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -103878,19 +105346,19 @@ index 0000000..f38969d
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux xdm policy is very flexible allowing users to setup their xdm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for xdm:
 +
 +
 +.EX
 +.PP
-+.B xdm_etc_t 
++.B xdm_etc_t
 +.EE
 +
 +- Set files with the xdm_etc_t type, if you want to store xdm files in the /etc directories.
@@ -103898,7 +105366,7 @@ index 0000000..f38969d
 +
 +.EX
 +.PP
-+.B xdm_exec_t 
++.B xdm_exec_t
 +.EE
 +
 +- Set files with the xdm_exec_t type, if you want to transition an executable to the xdm_t domain.
@@ -103906,7 +105374,7 @@ index 0000000..f38969d
 +
 +.EX
 +.PP
-+.B xdm_home_t 
++.B xdm_home_t
 +.EE
 +
 +- Set files with the xdm_home_t type, if you want to store xdm files in the users home directory.
@@ -103914,7 +105382,7 @@ index 0000000..f38969d
 +
 +.EX
 +.PP
-+.B xdm_lock_t 
++.B xdm_lock_t
 +.EE
 +
 +- Set files with the xdm_lock_t type, if you want to treat the files as xdm lock data, stored under the /var/lock directory
@@ -103922,7 +105390,7 @@ index 0000000..f38969d
 +
 +.EX
 +.PP
-+.B xdm_log_t 
++.B xdm_log_t
 +.EE
 +
 +- Set files with the xdm_log_t type, if you want to treat the data as xdm log data, usually stored under the /var/log directory.
@@ -103930,7 +105398,7 @@ index 0000000..f38969d
 +
 +.EX
 +.PP
-+.B xdm_rw_etc_t 
++.B xdm_rw_etc_t
 +.EE
 +
 +- Set files with the xdm_rw_etc_t type, if you want to store xdm rw files in the /etc directories.
@@ -103938,7 +105406,7 @@ index 0000000..f38969d
 +
 +.EX
 +.PP
-+.B xdm_spool_t 
++.B xdm_spool_t
 +.EE
 +
 +- Set files with the xdm_spool_t type, if you want to store the xdm files under the /var/spool directory.
@@ -103946,7 +105414,7 @@ index 0000000..f38969d
 +
 +.EX
 +.PP
-+.B xdm_tmp_t 
++.B xdm_tmp_t
 +.EE
 +
 +- Set files with the xdm_tmp_t type, if you want to store xdm temporary files in the /tmp directories.
@@ -103954,7 +105422,7 @@ index 0000000..f38969d
 +
 +.EX
 +.PP
-+.B xdm_tmpfs_t 
++.B xdm_tmpfs_t
 +.EE
 +
 +- Set files with the xdm_tmpfs_t type, if you want to store xdm files on a tmpfs file system.
@@ -103962,7 +105430,7 @@ index 0000000..f38969d
 +
 +.EX
 +.PP
-+.B xdm_unconfined_exec_t 
++.B xdm_unconfined_exec_t
 +.EE
 +
 +- Set files with the xdm_unconfined_exec_t type, if you want to transition an executable to the xdm_unconfined_t domain.
@@ -103970,7 +105438,7 @@ index 0000000..f38969d
 +
 +.EX
 +.PP
-+.B xdm_var_lib_t 
++.B xdm_var_lib_t
 +.EE
 +
 +- Set files with the xdm_var_lib_t type, if you want to store the xdm files under the /var/lib directory.
@@ -103978,35 +105446,35 @@ index 0000000..f38969d
 +
 +.EX
 +.PP
-+.B xdm_var_run_t 
++.B xdm_var_run_t
 +.EE
 +
 +- Set files with the xdm_var_run_t type, if you want to store the xdm files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux xdm policy is very flexible allowing users to setup their xdm processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for xdm:
 +
 +.EX
 +.TP 5
-+.B xdmcp_port_t 
++.B xdmcp_port_t
 +.TP 10
 +.EE
 +
@@ -104079,10 +105547,10 @@ index 0000000..f38969d
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -104555,13 +106023,13 @@ index 0000000..f38969d
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), xdm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -104569,18 +106037,18 @@ index 0000000..f38969d
 \ No newline at end of file
 diff --git a/man/man8/xenconsoled_selinux.8 b/man/man8/xenconsoled_selinux.8
 new file mode 100644
-index 0000000..4c722a4
+index 0000000..9d5fe35
 --- /dev/null
 +++ b/man/man8/xenconsoled_selinux.8
 @@ -0,0 +1,126 @@
-+.TH  "xenconsoled_selinux"  "8"  "12-10-19" "xenconsoled" "SELinux Policy documentation for xenconsoled"
++.TH  "xenconsoled_selinux"  "8"  "12-11-01" "xenconsoled" "SELinux Policy documentation for xenconsoled"
 +.SH "NAME"
 +xenconsoled_selinux \- Security Enhanced Linux Policy for the xenconsoled processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the xenconsoled processes via flexible mandatory access control.
 +
-+The xenconsoled processes execute with the xenconsoled_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The xenconsoled processes execute with the xenconsoled_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -104597,33 +106065,33 @@ index 0000000..4c722a4
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux xenconsoled policy is very flexible allowing users to setup their xenconsoled processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for xenconsoled:
 +
 +.EX
-+.B xenconsoled_t 
++.B xenconsoled_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux xenconsoled policy is very flexible allowing users to setup their xenconsoled processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for xenconsoled:
 +
 +
 +.EX
 +.PP
-+.B xenconsoled_exec_t 
++.B xenconsoled_exec_t
 +.EE
 +
 +- Set files with the xenconsoled_exec_t type, if you want to transition an executable to the xenconsoled_t domain.
@@ -104631,15 +106099,15 @@ index 0000000..4c722a4
 +
 +.EX
 +.PP
-+.B xenconsoled_var_run_t 
++.B xenconsoled_var_run_t
 +.EE
 +
 +- Set files with the xenconsoled_var_run_t type, if you want to store the xenconsoled files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -104689,30 +106157,30 @@ index 0000000..4c722a4
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), xenconsoled(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/xend_selinux.8 b/man/man8/xend_selinux.8
 new file mode 100644
-index 0000000..3ba3826
+index 0000000..b211bcb
 --- /dev/null
 +++ b/man/man8/xend_selinux.8
 @@ -0,0 +1,330 @@
-+.TH  "xend_selinux"  "8"  "12-10-19" "xend" "SELinux Policy documentation for xend"
++.TH  "xend_selinux"  "8"  "12-11-01" "xend" "SELinux Policy documentation for xend"
 +.SH "NAME"
 +xend_selinux \- Security Enhanced Linux Policy for the xend processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the xend processes via flexible mandatory access control.
 +
-+The xend processes execute with the xend_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The xend processes execute with the xend_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -104729,17 +106197,17 @@ index 0000000..3ba3826
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux xend policy is very flexible allowing users to setup their xend processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for xend:
 +
 +.EX
-+.B xend_t, xenstored_t, xenconsoled_t 
++.B xend_t, xenstored_t, xenconsoled_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -104789,19 +106257,19 @@ index 0000000..3ba3826
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux xend policy is very flexible allowing users to setup their xend processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for xend:
 +
 +
 +.EX
 +.PP
-+.B xend_exec_t 
++.B xend_exec_t
 +.EE
 +
 +- Set files with the xend_exec_t type, if you want to transition an executable to the xend_t domain.
@@ -104809,7 +106277,7 @@ index 0000000..3ba3826
 +
 +.EX
 +.PP
-+.B xend_tmp_t 
++.B xend_tmp_t
 +.EE
 +
 +- Set files with the xend_tmp_t type, if you want to store xend temporary files in the /tmp directories.
@@ -104817,7 +106285,7 @@ index 0000000..3ba3826
 +
 +.EX
 +.PP
-+.B xend_var_lib_t 
++.B xend_var_lib_t
 +.EE
 +
 +- Set files with the xend_var_lib_t type, if you want to store the xend files under the /var/lib directory.
@@ -104825,7 +106293,7 @@ index 0000000..3ba3826
 +
 +.EX
 +.PP
-+.B xend_var_log_t 
++.B xend_var_log_t
 +.EE
 +
 +- Set files with the xend_var_log_t type, if you want to treat the data as xend var log data, usually stored under the /var/log directory.
@@ -104833,35 +106301,35 @@ index 0000000..3ba3826
 +
 +.EX
 +.PP
-+.B xend_var_run_t 
++.B xend_var_run_t
 +.EE
 +
 +- Set files with the xend_var_run_t type, if you want to store the xend files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux xend policy is very flexible allowing users to setup their xend processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for xend:
 +
 +.EX
 +.TP 5
-+.B xen_port_t 
++.B xen_port_t
 +.TP 10
 +.EE
 +
@@ -104912,10 +106380,10 @@ index 0000000..3ba3826
 +.br
 +	/etc/cmtab
 +.br
-+	/forcefsck
-+.br
 +	/\.autofsck
 +.br
++	/forcefsck
++.br
 +	/\.suspended
 +.br
 +	/fsckoptions
@@ -105024,13 +106492,13 @@ index 0000000..3ba3826
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), xend(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -105038,18 +106506,18 @@ index 0000000..3ba3826
 \ No newline at end of file
 diff --git a/man/man8/xenstored_selinux.8 b/man/man8/xenstored_selinux.8
 new file mode 100644
-index 0000000..1320c98
+index 0000000..5ad6f42
 --- /dev/null
 +++ b/man/man8/xenstored_selinux.8
 @@ -0,0 +1,148 @@
-+.TH  "xenstored_selinux"  "8"  "12-10-19" "xenstored" "SELinux Policy documentation for xenstored"
++.TH  "xenstored_selinux"  "8"  "12-11-01" "xenstored" "SELinux Policy documentation for xenstored"
 +.SH "NAME"
 +xenstored_selinux \- Security Enhanced Linux Policy for the xenstored processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the xenstored processes via flexible mandatory access control.
 +
-+The xenstored processes execute with the xenstored_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The xenstored processes execute with the xenstored_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -105066,33 +106534,33 @@ index 0000000..1320c98
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux xenstored policy is very flexible allowing users to setup their xenstored processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for xenstored:
 +
 +.EX
-+.B xenstored_t 
++.B xenstored_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux xenstored policy is very flexible allowing users to setup their xenstored processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for xenstored:
 +
 +
 +.EX
 +.PP
-+.B xenstored_exec_t 
++.B xenstored_exec_t
 +.EE
 +
 +- Set files with the xenstored_exec_t type, if you want to transition an executable to the xenstored_t domain.
@@ -105100,7 +106568,7 @@ index 0000000..1320c98
 +
 +.EX
 +.PP
-+.B xenstored_tmp_t 
++.B xenstored_tmp_t
 +.EE
 +
 +- Set files with the xenstored_tmp_t type, if you want to store xenstored temporary files in the /tmp directories.
@@ -105108,7 +106576,7 @@ index 0000000..1320c98
 +
 +.EX
 +.PP
-+.B xenstored_var_lib_t 
++.B xenstored_var_lib_t
 +.EE
 +
 +- Set files with the xenstored_var_lib_t type, if you want to store the xenstored files under the /var/lib directory.
@@ -105116,7 +106584,7 @@ index 0000000..1320c98
 +
 +.EX
 +.PP
-+.B xenstored_var_log_t 
++.B xenstored_var_log_t
 +.EE
 +
 +- Set files with the xenstored_var_log_t type, if you want to treat the data as xenstored var log data, usually stored under the /var/log directory.
@@ -105124,15 +106592,15 @@ index 0000000..1320c98
 +
 +.EX
 +.PP
-+.B xenstored_var_run_t 
++.B xenstored_var_run_t
 +.EE
 +
 +- Set files with the xenstored_var_run_t type, if you want to store the xenstored files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -105180,25 +106648,25 @@ index 0000000..1320c98
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), xenstored(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/xguest_selinux.8 b/man/man8/xguest_selinux.8
 new file mode 100644
-index 0000000..bae8526
+index 0000000..9a09106
 --- /dev/null
 +++ b/man/man8/xguest_selinux.8
 @@ -0,0 +1,345 @@
 +.TH  "xguest_selinux"  "8"  "xguest" "mgrepl at redhat.com" "xguest SELinux Policy documentation"
 +.SH "NAME"
-+xguest_u \- \fBLeast privledge xwindows user role\fP - Security Enhanced Linux Policy 
++xguest_u \- \fBLeast privledge xwindows user role\fP - Security Enhanced Linux Policy
 +
 +.SH DESCRIPTION
 +
@@ -105210,7 +106678,7 @@ index 0000000..bae8526
 +
 +.B xguest_u:xguest_r:xguest_t:s0-s0:c0.c1023
 +
-+Linux users are automatically assigned an SELinux users at login.  
++Linux users are automatically assigned an SELinux users at login.
 +Login programs use the SELinux User to assign initial context to the user's shell.
 +
 +SELinux policy uses the context to control the user's access.
@@ -105250,24 +106718,8 @@ index 0000000..bae8526
 +
 +.B dns_port_t: 53
 +
-+.B pulseaudio_port_t: 4713
-+
-+.B flash_port_t: 843,1935
-+
-+.B soundd_port_t: 8000,9433,16001
-+
-+.B commplex_port_t: 5001
-+
-+.B ipp_port_t: 631,8610-8614
-+
-+.B transproxy_port_t: 8081
-+
-+.B ocsp_port_t: 9080
-+
 +.B all ports with out defined types
 +
-+.B kerberos_port_t: 88,750,4444
-+
 +.B ftp_port_t: 21,990
 +
 +.B speech_port_t: 8036
@@ -105276,14 +106728,13 @@ index 0000000..bae8526
 +
 +.B http_port_t: 80,81,443,488,8008,8009,8443
 +
++.B ocsp_port_t: 9080
++
 +.B squid_port_t: 3128,3401,4827
 +
 +.B ephemeral_port_t: 32768-61000
 +
-+.TP
-+The SELinux user xguest_u is able to connect to the following tcp ports.
-+
-+.B dns_port_t: 53
++.B kerberos_port_t: 88,750,4444
 +
 +.B pulseaudio_port_t: 4713
 +
@@ -105297,11 +106748,12 @@ index 0000000..bae8526
 +
 +.B transproxy_port_t: 8081
 +
-+.B ocsp_port_t: 9080
++.TP
++The SELinux user xguest_u is able to connect to the following tcp ports.
 +
-+.B all ports with out defined types
++.B dns_port_t: 53
 +
-+.B kerberos_port_t: 88,750,4444
++.B all ports with out defined types
 +
 +.B ftp_port_t: 21,990
 +
@@ -105311,10 +106763,26 @@ index 0000000..bae8526
 +
 +.B http_port_t: 80,81,443,488,8008,8009,8443
 +
++.B ocsp_port_t: 9080
++
 +.B squid_port_t: 3128,3401,4827
 +
 +.B ephemeral_port_t: 32768-61000
 +
++.B kerberos_port_t: 88,750,4444
++
++.B pulseaudio_port_t: 4713
++
++.B flash_port_t: 843,1935
++
++.B soundd_port_t: 8000,9433,16001
++
++.B commplex_port_t: 5001
++
++.B ipp_port_t: 631,8610-8614
++
++.B transproxy_port_t: 8081
++
 +.SH BOOLEANS
 +SELinux policy is customizable based on least access required.  xguest policy is extremely flexible and has several booleans that allow you to manipulate the policy and run xguest with the tightest access possible.
 +
@@ -105530,13 +106998,13 @@ index 0000000..bae8526
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), xguest(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -105544,18 +107012,18 @@ index 0000000..bae8526
 \ No newline at end of file
 diff --git a/man/man8/xserver_selinux.8 b/man/man8/xserver_selinux.8
 new file mode 100644
-index 0000000..815737e
+index 0000000..936e2de
 --- /dev/null
 +++ b/man/man8/xserver_selinux.8
 @@ -0,0 +1,416 @@
-+.TH  "xserver_selinux"  "8"  "12-10-19" "xserver" "SELinux Policy documentation for xserver"
++.TH  "xserver_selinux"  "8"  "12-11-01" "xserver" "SELinux Policy documentation for xserver"
 +.SH "NAME"
 +xserver_selinux \- Security Enhanced Linux Policy for the xserver processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the xserver processes via flexible mandatory access control.
 +
-+The xserver processes execute with the xserver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The xserver processes execute with the xserver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -105572,17 +107040,17 @@ index 0000000..815737e
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux xserver policy is very flexible allowing users to setup their xserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for xserver:
 +
 +.EX
-+.B xserver_t 
++.B xserver_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -105646,19 +107114,19 @@ index 0000000..815737e
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux xserver policy is very flexible allowing users to setup their xserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for xserver:
 +
 +
 +.EX
 +.PP
-+.B xserver_exec_t 
++.B xserver_exec_t
 +.EE
 +
 +- Set files with the xserver_exec_t type, if you want to transition an executable to the xserver_t domain.
@@ -105666,7 +107134,7 @@ index 0000000..815737e
 +
 +.EX
 +.PP
-+.B xserver_log_t 
++.B xserver_log_t
 +.EE
 +
 +- Set files with the xserver_log_t type, if you want to treat the data as xserver log data, usually stored under the /var/log directory.
@@ -105674,7 +107142,7 @@ index 0000000..815737e
 +
 +.EX
 +.PP
-+.B xserver_tmpfs_t 
++.B xserver_tmpfs_t
 +.EE
 +
 +- Set files with the xserver_tmpfs_t type, if you want to store xserver files on a tmpfs file system.
@@ -105682,7 +107150,7 @@ index 0000000..815737e
 +
 +.EX
 +.PP
-+.B xserver_var_lib_t 
++.B xserver_var_lib_t
 +.EE
 +
 +- Set files with the xserver_var_lib_t type, if you want to store the xserver files under the /var/lib directory.
@@ -105690,35 +107158,35 @@ index 0000000..815737e
 +
 +.EX
 +.PP
-+.B xserver_var_run_t 
++.B xserver_var_run_t
 +.EE
 +
 +- Set files with the xserver_var_run_t type, if you want to store the xserver files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux xserver policy is very flexible allowing users to setup their xserver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for xserver:
 +
 +.EX
 +.TP 5
-+.B xserver_port_t 
++.B xserver_port_t
 +.TP 10
 +.EE
 +
@@ -105953,25 +107421,25 @@ index 0000000..815737e
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), xserver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 +, setsebool(8)
 \ No newline at end of file
 diff --git a/man/man8/ypbind_selinux.8 b/man/man8/ypbind_selinux.8
-index 5061a5f..a1971d9 100644
+index 5061a5f..017254a 100644
 --- a/man/man8/ypbind_selinux.8
 +++ b/man/man8/ypbind_selinux.8
 @@ -1,19 +1,138 @@
 -.TH  "ypbind_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "ypbind Selinux Policy documentation"
-+.TH  "ypbind_selinux"  "8"  "12-10-19" "ypbind" "SELinux Policy documentation for ypbind"
++.TH  "ypbind_selinux"  "8"  "12-11-01" "ypbind" "SELinux Policy documentation for ypbind"
  .SH "NAME"
 -ypbind_selinux \- Security Enhanced Linux Policy for NIS.
 +ypbind_selinux \- Security Enhanced Linux Policy for the ypbind processes
@@ -105986,9 +107454,11 @@ index 5061a5f..a1971d9 100644
 -setsebool -P allow_ypbind 1
 -.TP
 -system-config-selinux is a GUI tool available to customize SELinux policy settings.
+-.SH AUTHOR	
+-This manual page was written by Dan Walsh <dwalsh at redhat.com>.
 +Security-Enhanced Linux secures the ypbind processes via flexible mandatory access control.
 +
-+The ypbind processes execute with the ypbind_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ypbind processes execute with the ypbind_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -106005,33 +107475,33 @@ index 5061a5f..a1971d9 100644
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ypbind policy is very flexible allowing users to setup their ypbind processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ypbind:
 +
 +.EX
-+.B ypbind_t 
++.B ypbind_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ypbind policy is very flexible allowing users to setup their ypbind processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ypbind:
 +
 +
 +.EX
 +.PP
-+.B ypbind_exec_t 
++.B ypbind_exec_t
 +.EE
 +
 +- Set files with the ypbind_exec_t type, if you want to transition an executable to the ypbind_t domain.
@@ -106039,7 +107509,7 @@ index 5061a5f..a1971d9 100644
 +
 +.EX
 +.PP
-+.B ypbind_initrc_exec_t 
++.B ypbind_initrc_exec_t
 +.EE
 +
 +- Set files with the ypbind_initrc_exec_t type, if you want to transition an executable to the ypbind_initrc_t domain.
@@ -106047,7 +107517,7 @@ index 5061a5f..a1971d9 100644
 +
 +.EX
 +.PP
-+.B ypbind_tmp_t 
++.B ypbind_tmp_t
 +.EE
 +
 +- Set files with the ypbind_tmp_t type, if you want to store ypbind temporary files in the /tmp directories.
@@ -106055,7 +107525,7 @@ index 5061a5f..a1971d9 100644
 +
 +.EX
 +.PP
-+.B ypbind_unit_file_t 
++.B ypbind_unit_file_t
 +.EE
 +
 +- Set files with the ypbind_unit_file_t type, if you want to treat the files as ypbind unit content.
@@ -106063,15 +107533,15 @@ index 5061a5f..a1971d9 100644
 +
 +.EX
 +.PP
-+.B ypbind_var_run_t 
++.B ypbind_var_run_t
 +.EE
 +
 +- Set files with the ypbind_var_run_t type, if you want to store the ypbind files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -106109,32 +107579,31 @@ index 5061a5f..a1971d9 100644
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
- .SH AUTHOR	
--This manual page was written by Dan Walsh <dwalsh at redhat.com>.
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
  
  .SH "SEE ALSO"
 -selinux(8), ypbind(8), chcon(1), setsebool(8)
 +selinux(8), ypbind(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/yppasswdd_selinux.8 b/man/man8/yppasswdd_selinux.8
 new file mode 100644
-index 0000000..3399145
+index 0000000..dc85345
 --- /dev/null
 +++ b/man/man8/yppasswdd_selinux.8
-@@ -0,0 +1,132 @@
-+.TH  "yppasswdd_selinux"  "8"  "12-10-19" "yppasswdd" "SELinux Policy documentation for yppasswdd"
+@@ -0,0 +1,124 @@
++.TH  "yppasswdd_selinux"  "8"  "12-11-01" "yppasswdd" "SELinux Policy documentation for yppasswdd"
 +.SH "NAME"
 +yppasswdd_selinux \- Security Enhanced Linux Policy for the yppasswdd processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the yppasswdd processes via flexible mandatory access control.
 +
-+The yppasswdd processes execute with the yppasswdd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The yppasswdd processes execute with the yppasswdd_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -106151,33 +107620,33 @@ index 0000000..3399145
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux yppasswdd policy is very flexible allowing users to setup their yppasswdd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for yppasswdd:
 +
 +.EX
-+.B yppasswdd_t 
++.B yppasswdd_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux yppasswdd policy is very flexible allowing users to setup their yppasswdd processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for yppasswdd:
 +
 +
 +.EX
 +.PP
-+.B yppasswdd_exec_t 
++.B yppasswdd_exec_t
 +.EE
 +
 +- Set files with the yppasswdd_exec_t type, if you want to transition an executable to the yppasswdd_t domain.
@@ -106185,15 +107654,15 @@ index 0000000..3399145
 +
 +.EX
 +.PP
-+.B yppasswdd_var_run_t 
++.B yppasswdd_var_run_t
 +.EE
 +
 +- Set files with the yppasswdd_var_run_t type, if you want to store the yppasswdd files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -106211,14 +107680,6 @@ index 0000000..3399145
 +.br
 +	/var/db/shadow.*
 +.br
-+	/etc/passwd\.adjunct.*
-+.br
-+	/etc/\.pwd\.lock
-+.br
-+	/etc/group\.lock
-+.br
-+	/etc/passwd\.lock
-+.br
 +	/etc/security/opasswd
 +.br
 +	/etc/security/opasswd\.old
@@ -106249,30 +107710,30 @@ index 0000000..3399145
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), yppasswdd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ypserv_selinux.8 b/man/man8/ypserv_selinux.8
 new file mode 100644
-index 0000000..2681d73
+index 0000000..b34ed73
 --- /dev/null
 +++ b/man/man8/ypserv_selinux.8
 @@ -0,0 +1,130 @@
-+.TH  "ypserv_selinux"  "8"  "12-10-19" "ypserv" "SELinux Policy documentation for ypserv"
++.TH  "ypserv_selinux"  "8"  "12-11-01" "ypserv" "SELinux Policy documentation for ypserv"
 +.SH "NAME"
 +ypserv_selinux \- Security Enhanced Linux Policy for the ypserv processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ypserv processes via flexible mandatory access control.
 +
-+The ypserv processes execute with the ypserv_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ypserv processes execute with the ypserv_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -106289,33 +107750,33 @@ index 0000000..2681d73
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ypserv policy is very flexible allowing users to setup their ypserv processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ypserv:
 +
 +.EX
-+.B ypserv_t 
++.B ypserv_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ypserv policy is very flexible allowing users to setup their ypserv processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ypserv:
 +
 +
 +.EX
 +.PP
-+.B ypserv_conf_t 
++.B ypserv_conf_t
 +.EE
 +
 +- Set files with the ypserv_conf_t type, if you want to treat the files as ypserv configuration data, usually stored under the /etc directory.
@@ -106323,7 +107784,7 @@ index 0000000..2681d73
 +
 +.EX
 +.PP
-+.B ypserv_exec_t 
++.B ypserv_exec_t
 +.EE
 +
 +- Set files with the ypserv_exec_t type, if you want to transition an executable to the ypserv_t domain.
@@ -106331,7 +107792,7 @@ index 0000000..2681d73
 +
 +.EX
 +.PP
-+.B ypserv_tmp_t 
++.B ypserv_tmp_t
 +.EE
 +
 +- Set files with the ypserv_tmp_t type, if you want to store ypserv temporary files in the /tmp directories.
@@ -106339,15 +107800,15 @@ index 0000000..2681d73
 +
 +.EX
 +.PP
-+.B ypserv_var_run_t 
++.B ypserv_var_run_t
 +.EE
 +
 +- Set files with the ypserv_var_run_t type, if you want to store the ypserv files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -106385,30 +107846,30 @@ index 0000000..2681d73
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ypserv(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/ypxfr_selinux.8 b/man/man8/ypxfr_selinux.8
 new file mode 100644
-index 0000000..fd6b484
+index 0000000..ca3f8ec
 --- /dev/null
 +++ b/man/man8/ypxfr_selinux.8
 @@ -0,0 +1,110 @@
-+.TH  "ypxfr_selinux"  "8"  "12-10-19" "ypxfr" "SELinux Policy documentation for ypxfr"
++.TH  "ypxfr_selinux"  "8"  "12-11-01" "ypxfr" "SELinux Policy documentation for ypxfr"
 +.SH "NAME"
 +ypxfr_selinux \- Security Enhanced Linux Policy for the ypxfr processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the ypxfr processes via flexible mandatory access control.
 +
-+The ypxfr processes execute with the ypxfr_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The ypxfr processes execute with the ypxfr_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -106425,33 +107886,33 @@ index 0000000..fd6b484
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux ypxfr policy is very flexible allowing users to setup their ypxfr processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for ypxfr:
 +
 +.EX
-+.B ypxfr_t 
++.B ypxfr_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux ypxfr policy is very flexible allowing users to setup their ypxfr processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for ypxfr:
 +
 +
 +.EX
 +.PP
-+.B ypxfr_exec_t 
++.B ypxfr_exec_t
 +.EE
 +
 +- Set files with the ypxfr_exec_t type, if you want to transition an executable to the ypxfr_t domain.
@@ -106459,15 +107920,15 @@ index 0000000..fd6b484
 +
 +.EX
 +.PP
-+.B ypxfr_var_run_t 
++.B ypxfr_var_run_t
 +.EE
 +
 +- Set files with the ypxfr_var_run_t type, if you want to store the ypxfr files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -106501,30 +107962,30 @@ index 0000000..fd6b484
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), ypxfr(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/zabbix_agent_selinux.8 b/man/man8/zabbix_agent_selinux.8
 new file mode 100644
-index 0000000..84c0027
+index 0000000..e7df99d
 --- /dev/null
 +++ b/man/man8/zabbix_agent_selinux.8
 @@ -0,0 +1,141 @@
-+.TH  "zabbix_agent_selinux"  "8"  "12-10-19" "zabbix_agent" "SELinux Policy documentation for zabbix_agent"
++.TH  "zabbix_agent_selinux"  "8"  "12-11-01" "zabbix_agent" "SELinux Policy documentation for zabbix_agent"
 +.SH "NAME"
 +zabbix_agent_selinux \- Security Enhanced Linux Policy for the zabbix_agent processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the zabbix_agent processes via flexible mandatory access control.
 +
-+The zabbix_agent processes execute with the zabbix_agent_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The zabbix_agent processes execute with the zabbix_agent_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -106541,33 +108002,33 @@ index 0000000..84c0027
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux zabbix_agent policy is very flexible allowing users to setup their zabbix_agent processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for zabbix_agent:
 +
 +.EX
-+.B zabbix_agent_t 
++.B zabbix_agent_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux zabbix_agent policy is very flexible allowing users to setup their zabbix_agent processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for zabbix_agent:
 +
 +
 +.EX
 +.PP
-+.B zabbix_agent_exec_t 
++.B zabbix_agent_exec_t
 +.EE
 +
 +- Set files with the zabbix_agent_exec_t type, if you want to transition an executable to the zabbix_agent_t domain.
@@ -106575,35 +108036,35 @@ index 0000000..84c0027
 +
 +.EX
 +.PP
-+.B zabbix_agent_initrc_exec_t 
++.B zabbix_agent_initrc_exec_t
 +.EE
 +
 +- Set files with the zabbix_agent_initrc_exec_t type, if you want to transition an executable to the zabbix_agent_initrc_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux zabbix_agent policy is very flexible allowing users to setup their zabbix_agent processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for zabbix_agent:
 +
 +.EX
 +.TP 5
-+.B zabbix_agent_port_t 
++.B zabbix_agent_port_t
 +.TP 10
 +.EE
 +
@@ -106647,13 +108108,13 @@ index 0000000..84c0027
 +can also be used to manipulate the port definitions
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), zabbix_agent(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -106661,18 +108122,18 @@ index 0000000..84c0027
 \ No newline at end of file
 diff --git a/man/man8/zabbix_selinux.8 b/man/man8/zabbix_selinux.8
 new file mode 100644
-index 0000000..e29a734
+index 0000000..ed7cfcc
 --- /dev/null
 +++ b/man/man8/zabbix_selinux.8
 @@ -0,0 +1,253 @@
-+.TH  "zabbix_selinux"  "8"  "12-10-19" "zabbix" "SELinux Policy documentation for zabbix"
++.TH  "zabbix_selinux"  "8"  "12-11-01" "zabbix" "SELinux Policy documentation for zabbix"
 +.SH "NAME"
 +zabbix_selinux \- Security Enhanced Linux Policy for the zabbix processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the zabbix processes via flexible mandatory access control.
 +
-+The zabbix processes execute with the zabbix_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The zabbix processes execute with the zabbix_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -106689,17 +108150,17 @@ index 0000000..e29a734
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux zabbix policy is very flexible allowing users to setup their zabbix processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for zabbix:
 +
 +.EX
-+.B zabbix_agent_t, zabbix_t 
++.B zabbix_agent_t, zabbix_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -106735,19 +108196,19 @@ index 0000000..e29a734
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux zabbix policy is very flexible allowing users to setup their zabbix processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for zabbix:
 +
 +
 +.EX
 +.PP
-+.B zabbix_agent_exec_t 
++.B zabbix_agent_exec_t
 +.EE
 +
 +- Set files with the zabbix_agent_exec_t type, if you want to transition an executable to the zabbix_agent_t domain.
@@ -106755,7 +108216,7 @@ index 0000000..e29a734
 +
 +.EX
 +.PP
-+.B zabbix_agent_initrc_exec_t 
++.B zabbix_agent_initrc_exec_t
 +.EE
 +
 +- Set files with the zabbix_agent_initrc_exec_t type, if you want to transition an executable to the zabbix_agent_initrc_t domain.
@@ -106763,7 +108224,7 @@ index 0000000..e29a734
 +
 +.EX
 +.PP
-+.B zabbix_exec_t 
++.B zabbix_exec_t
 +.EE
 +
 +- Set files with the zabbix_exec_t type, if you want to transition an executable to the zabbix_t domain.
@@ -106771,7 +108232,7 @@ index 0000000..e29a734
 +
 +.EX
 +.PP
-+.B zabbix_initrc_exec_t 
++.B zabbix_initrc_exec_t
 +.EE
 +
 +- Set files with the zabbix_initrc_exec_t type, if you want to transition an executable to the zabbix_initrc_t domain.
@@ -106779,7 +108240,7 @@ index 0000000..e29a734
 +
 +.EX
 +.PP
-+.B zabbix_log_t 
++.B zabbix_log_t
 +.EE
 +
 +- Set files with the zabbix_log_t type, if you want to treat the data as zabbix log data, usually stored under the /var/log directory.
@@ -106787,7 +108248,7 @@ index 0000000..e29a734
 +
 +.EX
 +.PP
-+.B zabbix_tmp_t 
++.B zabbix_tmp_t
 +.EE
 +
 +- Set files with the zabbix_tmp_t type, if you want to store zabbix temporary files in the /tmp directories.
@@ -106795,7 +108256,7 @@ index 0000000..e29a734
 +
 +.EX
 +.PP
-+.B zabbix_tmpfs_t 
++.B zabbix_tmpfs_t
 +.EE
 +
 +- Set files with the zabbix_tmpfs_t type, if you want to store zabbix files on a tmpfs file system.
@@ -106803,35 +108264,35 @@ index 0000000..e29a734
 +
 +.EX
 +.PP
-+.B zabbix_var_run_t 
++.B zabbix_var_run_t
 +.EE
 +
 +- Set files with the zabbix_var_run_t type, if you want to store the zabbix files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux zabbix policy is very flexible allowing users to setup their zabbix processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for zabbix:
 +
 +.EX
 +.TP 5
-+.B zabbix_agent_port_t 
++.B zabbix_agent_port_t
 +.TP 10
 +.EE
 +
@@ -106842,7 +108303,7 @@ index 0000000..e29a734
 +
 +.EX
 +.TP 5
-+.B zabbix_port_t 
++.B zabbix_port_t
 +.TP 10
 +.EE
 +
@@ -106907,13 +108368,13 @@ index 0000000..e29a734
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), zabbix(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -106921,18 +108382,18 @@ index 0000000..e29a734
 \ No newline at end of file
 diff --git a/man/man8/zarafa_deliver_selinux.8 b/man/man8/zarafa_deliver_selinux.8
 new file mode 100644
-index 0000000..999019a
+index 0000000..a840dc6
 --- /dev/null
 +++ b/man/man8/zarafa_deliver_selinux.8
 @@ -0,0 +1,145 @@
-+.TH  "zarafa_deliver_selinux"  "8"  "12-10-19" "zarafa_deliver" "SELinux Policy documentation for zarafa_deliver"
++.TH  "zarafa_deliver_selinux"  "8"  "12-11-01" "zarafa_deliver" "SELinux Policy documentation for zarafa_deliver"
 +.SH "NAME"
 +zarafa_deliver_selinux \- Security Enhanced Linux Policy for the zarafa_deliver processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the zarafa_deliver processes via flexible mandatory access control.
 +
-+The zarafa_deliver processes execute with the zarafa_deliver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The zarafa_deliver processes execute with the zarafa_deliver_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -106949,33 +108410,33 @@ index 0000000..999019a
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux zarafa_deliver policy is very flexible allowing users to setup their zarafa_deliver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for zarafa_deliver:
 +
 +.EX
-+.B zarafa_deliver_t 
++.B zarafa_deliver_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux zarafa_deliver policy is very flexible allowing users to setup their zarafa_deliver processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for zarafa_deliver:
 +
 +
 +.EX
 +.PP
-+.B zarafa_deliver_exec_t 
++.B zarafa_deliver_exec_t
 +.EE
 +
 +- Set files with the zarafa_deliver_exec_t type, if you want to transition an executable to the zarafa_deliver_t domain.
@@ -106983,7 +108444,7 @@ index 0000000..999019a
 +
 +.EX
 +.PP
-+.B zarafa_deliver_log_t 
++.B zarafa_deliver_log_t
 +.EE
 +
 +- Set files with the zarafa_deliver_log_t type, if you want to treat the data as zarafa deliver log data, usually stored under the /var/log directory.
@@ -106991,7 +108452,7 @@ index 0000000..999019a
 +
 +.EX
 +.PP
-+.B zarafa_deliver_tmp_t 
++.B zarafa_deliver_tmp_t
 +.EE
 +
 +- Set files with the zarafa_deliver_tmp_t type, if you want to store zarafa deliver temporary files in the /tmp directories.
@@ -106999,15 +108460,15 @@ index 0000000..999019a
 +
 +.EX
 +.PP
-+.B zarafa_deliver_var_run_t 
++.B zarafa_deliver_var_run_t
 +.EE
 +
 +- Set files with the zarafa_deliver_var_run_t type, if you want to store the zarafa deliver files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -107059,13 +108520,13 @@ index 0000000..999019a
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), zarafa_deliver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -107073,18 +108534,18 @@ index 0000000..999019a
 \ No newline at end of file
 diff --git a/man/man8/zarafa_gateway_selinux.8 b/man/man8/zarafa_gateway_selinux.8
 new file mode 100644
-index 0000000..16db6c2
+index 0000000..e4eeeb5
 --- /dev/null
 +++ b/man/man8/zarafa_gateway_selinux.8
 @@ -0,0 +1,133 @@
-+.TH  "zarafa_gateway_selinux"  "8"  "12-10-19" "zarafa_gateway" "SELinux Policy documentation for zarafa_gateway"
++.TH  "zarafa_gateway_selinux"  "8"  "12-11-01" "zarafa_gateway" "SELinux Policy documentation for zarafa_gateway"
 +.SH "NAME"
 +zarafa_gateway_selinux \- Security Enhanced Linux Policy for the zarafa_gateway processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the zarafa_gateway processes via flexible mandatory access control.
 +
-+The zarafa_gateway processes execute with the zarafa_gateway_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The zarafa_gateway processes execute with the zarafa_gateway_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -107101,33 +108562,33 @@ index 0000000..16db6c2
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux zarafa_gateway policy is very flexible allowing users to setup their zarafa_gateway processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for zarafa_gateway:
 +
 +.EX
-+.B zarafa_gateway_t 
++.B zarafa_gateway_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux zarafa_gateway policy is very flexible allowing users to setup their zarafa_gateway processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for zarafa_gateway:
 +
 +
 +.EX
 +.PP
-+.B zarafa_gateway_exec_t 
++.B zarafa_gateway_exec_t
 +.EE
 +
 +- Set files with the zarafa_gateway_exec_t type, if you want to transition an executable to the zarafa_gateway_t domain.
@@ -107135,7 +108596,7 @@ index 0000000..16db6c2
 +
 +.EX
 +.PP
-+.B zarafa_gateway_log_t 
++.B zarafa_gateway_log_t
 +.EE
 +
 +- Set files with the zarafa_gateway_log_t type, if you want to treat the data as zarafa gateway log data, usually stored under the /var/log directory.
@@ -107143,15 +108604,15 @@ index 0000000..16db6c2
 +
 +.EX
 +.PP
-+.B zarafa_gateway_var_run_t 
++.B zarafa_gateway_var_run_t
 +.EE
 +
 +- Set files with the zarafa_gateway_var_run_t type, if you want to store the zarafa gateway files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -107199,13 +108660,13 @@ index 0000000..16db6c2
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), zarafa_gateway(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -107213,18 +108674,18 @@ index 0000000..16db6c2
 \ No newline at end of file
 diff --git a/man/man8/zarafa_ical_selinux.8 b/man/man8/zarafa_ical_selinux.8
 new file mode 100644
-index 0000000..13e9318
+index 0000000..08fcb78
 --- /dev/null
 +++ b/man/man8/zarafa_ical_selinux.8
 @@ -0,0 +1,133 @@
-+.TH  "zarafa_ical_selinux"  "8"  "12-10-19" "zarafa_ical" "SELinux Policy documentation for zarafa_ical"
++.TH  "zarafa_ical_selinux"  "8"  "12-11-01" "zarafa_ical" "SELinux Policy documentation for zarafa_ical"
 +.SH "NAME"
 +zarafa_ical_selinux \- Security Enhanced Linux Policy for the zarafa_ical processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the zarafa_ical processes via flexible mandatory access control.
 +
-+The zarafa_ical processes execute with the zarafa_ical_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The zarafa_ical processes execute with the zarafa_ical_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -107241,33 +108702,33 @@ index 0000000..13e9318
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux zarafa_ical policy is very flexible allowing users to setup their zarafa_ical processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for zarafa_ical:
 +
 +.EX
-+.B zarafa_ical_t 
++.B zarafa_ical_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux zarafa_ical policy is very flexible allowing users to setup their zarafa_ical processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for zarafa_ical:
 +
 +
 +.EX
 +.PP
-+.B zarafa_ical_exec_t 
++.B zarafa_ical_exec_t
 +.EE
 +
 +- Set files with the zarafa_ical_exec_t type, if you want to transition an executable to the zarafa_ical_t domain.
@@ -107275,7 +108736,7 @@ index 0000000..13e9318
 +
 +.EX
 +.PP
-+.B zarafa_ical_log_t 
++.B zarafa_ical_log_t
 +.EE
 +
 +- Set files with the zarafa_ical_log_t type, if you want to treat the data as zarafa ical log data, usually stored under the /var/log directory.
@@ -107283,15 +108744,15 @@ index 0000000..13e9318
 +
 +.EX
 +.PP
-+.B zarafa_ical_var_run_t 
++.B zarafa_ical_var_run_t
 +.EE
 +
 +- Set files with the zarafa_ical_var_run_t type, if you want to store the zarafa ical files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -107339,13 +108800,13 @@ index 0000000..13e9318
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), zarafa_ical(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -107353,18 +108814,18 @@ index 0000000..13e9318
 \ No newline at end of file
 diff --git a/man/man8/zarafa_indexer_selinux.8 b/man/man8/zarafa_indexer_selinux.8
 new file mode 100644
-index 0000000..134742c
+index 0000000..72df8d0
 --- /dev/null
 +++ b/man/man8/zarafa_indexer_selinux.8
 @@ -0,0 +1,155 @@
-+.TH  "zarafa_indexer_selinux"  "8"  "12-10-19" "zarafa_indexer" "SELinux Policy documentation for zarafa_indexer"
++.TH  "zarafa_indexer_selinux"  "8"  "12-11-01" "zarafa_indexer" "SELinux Policy documentation for zarafa_indexer"
 +.SH "NAME"
 +zarafa_indexer_selinux \- Security Enhanced Linux Policy for the zarafa_indexer processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the zarafa_indexer processes via flexible mandatory access control.
 +
-+The zarafa_indexer processes execute with the zarafa_indexer_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The zarafa_indexer processes execute with the zarafa_indexer_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -107381,33 +108842,33 @@ index 0000000..134742c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux zarafa_indexer policy is very flexible allowing users to setup their zarafa_indexer processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for zarafa_indexer:
 +
 +.EX
-+.B zarafa_indexer_t 
++.B zarafa_indexer_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux zarafa_indexer policy is very flexible allowing users to setup their zarafa_indexer processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for zarafa_indexer:
 +
 +
 +.EX
 +.PP
-+.B zarafa_indexer_exec_t 
++.B zarafa_indexer_exec_t
 +.EE
 +
 +- Set files with the zarafa_indexer_exec_t type, if you want to transition an executable to the zarafa_indexer_t domain.
@@ -107415,7 +108876,7 @@ index 0000000..134742c
 +
 +.EX
 +.PP
-+.B zarafa_indexer_log_t 
++.B zarafa_indexer_log_t
 +.EE
 +
 +- Set files with the zarafa_indexer_log_t type, if you want to treat the data as zarafa indexer log data, usually stored under the /var/log directory.
@@ -107423,7 +108884,7 @@ index 0000000..134742c
 +
 +.EX
 +.PP
-+.B zarafa_indexer_tmp_t 
++.B zarafa_indexer_tmp_t
 +.EE
 +
 +- Set files with the zarafa_indexer_tmp_t type, if you want to store zarafa indexer temporary files in the /tmp directories.
@@ -107431,15 +108892,15 @@ index 0000000..134742c
 +
 +.EX
 +.PP
-+.B zarafa_indexer_var_run_t 
++.B zarafa_indexer_var_run_t
 +.EE
 +
 +- Set files with the zarafa_indexer_var_run_t type, if you want to store the zarafa indexer files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -107501,13 +108962,13 @@ index 0000000..134742c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), zarafa_indexer(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -107515,18 +108976,18 @@ index 0000000..134742c
 \ No newline at end of file
 diff --git a/man/man8/zarafa_monitor_selinux.8 b/man/man8/zarafa_monitor_selinux.8
 new file mode 100644
-index 0000000..5af4d2c
+index 0000000..c563b1e
 --- /dev/null
 +++ b/man/man8/zarafa_monitor_selinux.8
 @@ -0,0 +1,133 @@
-+.TH  "zarafa_monitor_selinux"  "8"  "12-10-19" "zarafa_monitor" "SELinux Policy documentation for zarafa_monitor"
++.TH  "zarafa_monitor_selinux"  "8"  "12-11-01" "zarafa_monitor" "SELinux Policy documentation for zarafa_monitor"
 +.SH "NAME"
 +zarafa_monitor_selinux \- Security Enhanced Linux Policy for the zarafa_monitor processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the zarafa_monitor processes via flexible mandatory access control.
 +
-+The zarafa_monitor processes execute with the zarafa_monitor_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The zarafa_monitor processes execute with the zarafa_monitor_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -107543,33 +109004,33 @@ index 0000000..5af4d2c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux zarafa_monitor policy is very flexible allowing users to setup their zarafa_monitor processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for zarafa_monitor:
 +
 +.EX
-+.B zarafa_monitor_t 
++.B zarafa_monitor_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux zarafa_monitor policy is very flexible allowing users to setup their zarafa_monitor processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for zarafa_monitor:
 +
 +
 +.EX
 +.PP
-+.B zarafa_monitor_exec_t 
++.B zarafa_monitor_exec_t
 +.EE
 +
 +- Set files with the zarafa_monitor_exec_t type, if you want to transition an executable to the zarafa_monitor_t domain.
@@ -107577,7 +109038,7 @@ index 0000000..5af4d2c
 +
 +.EX
 +.PP
-+.B zarafa_monitor_log_t 
++.B zarafa_monitor_log_t
 +.EE
 +
 +- Set files with the zarafa_monitor_log_t type, if you want to treat the data as zarafa monitor log data, usually stored under the /var/log directory.
@@ -107585,15 +109046,15 @@ index 0000000..5af4d2c
 +
 +.EX
 +.PP
-+.B zarafa_monitor_var_run_t 
++.B zarafa_monitor_var_run_t
 +.EE
 +
 +- Set files with the zarafa_monitor_var_run_t type, if you want to store the zarafa monitor files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -107641,13 +109102,13 @@ index 0000000..5af4d2c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), zarafa_monitor(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -107827,18 +109288,18 @@ index 0000000..23c13e3
 \ No newline at end of file
 diff --git a/man/man8/zarafa_server_selinux.8 b/man/man8/zarafa_server_selinux.8
 new file mode 100644
-index 0000000..a24c2a3
+index 0000000..09bb9df
 --- /dev/null
 +++ b/man/man8/zarafa_server_selinux.8
 @@ -0,0 +1,155 @@
-+.TH  "zarafa_server_selinux"  "8"  "12-10-19" "zarafa_server" "SELinux Policy documentation for zarafa_server"
++.TH  "zarafa_server_selinux"  "8"  "12-11-01" "zarafa_server" "SELinux Policy documentation for zarafa_server"
 +.SH "NAME"
 +zarafa_server_selinux \- Security Enhanced Linux Policy for the zarafa_server processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the zarafa_server processes via flexible mandatory access control.
 +
-+The zarafa_server processes execute with the zarafa_server_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The zarafa_server processes execute with the zarafa_server_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -107855,33 +109316,33 @@ index 0000000..a24c2a3
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux zarafa_server policy is very flexible allowing users to setup their zarafa_server processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for zarafa_server:
 +
 +.EX
-+.B zarafa_server_t 
++.B zarafa_server_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux zarafa_server policy is very flexible allowing users to setup their zarafa_server processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for zarafa_server:
 +
 +
 +.EX
 +.PP
-+.B zarafa_server_exec_t 
++.B zarafa_server_exec_t
 +.EE
 +
 +- Set files with the zarafa_server_exec_t type, if you want to transition an executable to the zarafa_server_t domain.
@@ -107889,7 +109350,7 @@ index 0000000..a24c2a3
 +
 +.EX
 +.PP
-+.B zarafa_server_log_t 
++.B zarafa_server_log_t
 +.EE
 +
 +- Set files with the zarafa_server_log_t type, if you want to treat the data as zarafa server log data, usually stored under the /var/log directory.
@@ -107897,7 +109358,7 @@ index 0000000..a24c2a3
 +
 +.EX
 +.PP
-+.B zarafa_server_tmp_t 
++.B zarafa_server_tmp_t
 +.EE
 +
 +- Set files with the zarafa_server_tmp_t type, if you want to store zarafa server temporary files in the /tmp directories.
@@ -107905,15 +109366,15 @@ index 0000000..a24c2a3
 +
 +.EX
 +.PP
-+.B zarafa_server_var_run_t 
++.B zarafa_server_var_run_t
 +.EE
 +
 +- Set files with the zarafa_server_var_run_t type, if you want to store the zarafa server files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -107975,13 +109436,13 @@ index 0000000..a24c2a3
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), zarafa_server(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -107989,18 +109450,18 @@ index 0000000..a24c2a3
 \ No newline at end of file
 diff --git a/man/man8/zarafa_spooler_selinux.8 b/man/man8/zarafa_spooler_selinux.8
 new file mode 100644
-index 0000000..528d5b5
+index 0000000..2c41587
 --- /dev/null
 +++ b/man/man8/zarafa_spooler_selinux.8
 @@ -0,0 +1,133 @@
-+.TH  "zarafa_spooler_selinux"  "8"  "12-10-19" "zarafa_spooler" "SELinux Policy documentation for zarafa_spooler"
++.TH  "zarafa_spooler_selinux"  "8"  "12-11-01" "zarafa_spooler" "SELinux Policy documentation for zarafa_spooler"
 +.SH "NAME"
 +zarafa_spooler_selinux \- Security Enhanced Linux Policy for the zarafa_spooler processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the zarafa_spooler processes via flexible mandatory access control.
 +
-+The zarafa_spooler processes execute with the zarafa_spooler_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The zarafa_spooler processes execute with the zarafa_spooler_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -108017,33 +109478,33 @@ index 0000000..528d5b5
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux zarafa_spooler policy is very flexible allowing users to setup their zarafa_spooler processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for zarafa_spooler:
 +
 +.EX
-+.B zarafa_spooler_t 
++.B zarafa_spooler_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux zarafa_spooler policy is very flexible allowing users to setup their zarafa_spooler processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for zarafa_spooler:
 +
 +
 +.EX
 +.PP
-+.B zarafa_spooler_exec_t 
++.B zarafa_spooler_exec_t
 +.EE
 +
 +- Set files with the zarafa_spooler_exec_t type, if you want to transition an executable to the zarafa_spooler_t domain.
@@ -108051,7 +109512,7 @@ index 0000000..528d5b5
 +
 +.EX
 +.PP
-+.B zarafa_spooler_log_t 
++.B zarafa_spooler_log_t
 +.EE
 +
 +- Set files with the zarafa_spooler_log_t type, if you want to treat the data as zarafa spooler log data, usually stored under the /var/log directory.
@@ -108059,15 +109520,15 @@ index 0000000..528d5b5
 +
 +.EX
 +.PP
-+.B zarafa_spooler_var_run_t 
++.B zarafa_spooler_var_run_t
 +.EE
 +
 +- Set files with the zarafa_spooler_var_run_t type, if you want to store the zarafa spooler files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -108115,13 +109576,13 @@ index 0000000..528d5b5
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), zarafa_spooler(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -108129,18 +109590,18 @@ index 0000000..528d5b5
 \ No newline at end of file
 diff --git a/man/man8/zebra_selinux.8 b/man/man8/zebra_selinux.8
 new file mode 100644
-index 0000000..0a1e3d2
+index 0000000..0875d31
 --- /dev/null
 +++ b/man/man8/zebra_selinux.8
 @@ -0,0 +1,198 @@
-+.TH  "zebra_selinux"  "8"  "12-10-19" "zebra" "SELinux Policy documentation for zebra"
++.TH  "zebra_selinux"  "8"  "12-11-01" "zebra" "SELinux Policy documentation for zebra"
 +.SH "NAME"
 +zebra_selinux \- Security Enhanced Linux Policy for the zebra processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the zebra processes via flexible mandatory access control.
 +
-+The zebra processes execute with the zebra_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The zebra processes execute with the zebra_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -108157,17 +109618,17 @@ index 0000000..0a1e3d2
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux zebra policy is very flexible allowing users to setup their zebra processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for zebra:
 +
 +.EX
-+.B zebra_t 
++.B zebra_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH BOOLEANS
@@ -108189,19 +109650,19 @@ index 0000000..0a1e3d2
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux zebra policy is very flexible allowing users to setup their zebra processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for zebra:
 +
 +
 +.EX
 +.PP
-+.B zebra_conf_t 
++.B zebra_conf_t
 +.EE
 +
 +- Set files with the zebra_conf_t type, if you want to treat the files as zebra configuration data, usually stored under the /etc directory.
@@ -108209,7 +109670,7 @@ index 0000000..0a1e3d2
 +
 +.EX
 +.PP
-+.B zebra_exec_t 
++.B zebra_exec_t
 +.EE
 +
 +- Set files with the zebra_exec_t type, if you want to transition an executable to the zebra_t domain.
@@ -108217,7 +109678,7 @@ index 0000000..0a1e3d2
 +
 +.EX
 +.PP
-+.B zebra_initrc_exec_t 
++.B zebra_initrc_exec_t
 +.EE
 +
 +- Set files with the zebra_initrc_exec_t type, if you want to transition an executable to the zebra_initrc_t domain.
@@ -108225,7 +109686,7 @@ index 0000000..0a1e3d2
 +
 +.EX
 +.PP
-+.B zebra_log_t 
++.B zebra_log_t
 +.EE
 +
 +- Set files with the zebra_log_t type, if you want to treat the data as zebra log data, usually stored under the /var/log directory.
@@ -108233,7 +109694,7 @@ index 0000000..0a1e3d2
 +
 +.EX
 +.PP
-+.B zebra_tmp_t 
++.B zebra_tmp_t
 +.EE
 +
 +- Set files with the zebra_tmp_t type, if you want to store zebra temporary files in the /tmp directories.
@@ -108241,35 +109702,35 @@ index 0000000..0a1e3d2
 +
 +.EX
 +.PP
-+.B zebra_var_run_t 
++.B zebra_var_run_t
 +.EE
 +
 +- Set files with the zebra_var_run_t type, if you want to store the zebra files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
 +
 +.SH PORT TYPES
-+SELinux defines port types to represent TCP and UDP ports. 
++SELinux defines port types to represent TCP and UDP ports.
 +.PP
-+You can see the types associated with a port by using the following command: 
++You can see the types associated with a port by using the following command:
 +
 +.B semanage port -l
 +
 +.PP
-+Policy governs the access confined processes have to these ports. 
++Policy governs the access confined processes have to these ports.
 +SELinux zebra policy is very flexible allowing users to setup their zebra processes in as secure a method as possible.
-+.PP 
++.PP
 +The following port types are defined for zebra:
 +
 +.EX
 +.TP 5
-+.B zebra_port_t 
++.B zebra_port_t
 +.TP 10
 +.EE
 +
@@ -108320,13 +109781,13 @@ index 0000000..0a1e3d2
 +can also be used to manipulate the booleans
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), zebra(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -108334,18 +109795,18 @@ index 0000000..0a1e3d2
 \ No newline at end of file
 diff --git a/man/man8/zoneminder_selinux.8 b/man/man8/zoneminder_selinux.8
 new file mode 100644
-index 0000000..f428c2c
+index 0000000..ac66364
 --- /dev/null
 +++ b/man/man8/zoneminder_selinux.8
 @@ -0,0 +1,217 @@
-+.TH  "zoneminder_selinux"  "8"  "12-10-19" "zoneminder" "SELinux Policy documentation for zoneminder"
++.TH  "zoneminder_selinux"  "8"  "12-11-01" "zoneminder" "SELinux Policy documentation for zoneminder"
 +.SH "NAME"
 +zoneminder_selinux \- Security Enhanced Linux Policy for the zoneminder processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the zoneminder processes via flexible mandatory access control.
 +
-+The zoneminder processes execute with the zoneminder_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The zoneminder processes execute with the zoneminder_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -108362,17 +109823,17 @@ index 0000000..f428c2c
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux zoneminder policy is very flexible allowing users to setup their zoneminder processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for zoneminder:
 +
 +.EX
-+.B zoneminder_t 
++.B zoneminder_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH SHARING FILES
@@ -108409,19 +109870,19 @@ index 0000000..f428c2c
 +.EE
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux zoneminder policy is very flexible allowing users to setup their zoneminder processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for zoneminder:
 +
 +
 +.EX
 +.PP
-+.B zoneminder_exec_t 
++.B zoneminder_exec_t
 +.EE
 +
 +- Set files with the zoneminder_exec_t type, if you want to transition an executable to the zoneminder_t domain.
@@ -108429,7 +109890,7 @@ index 0000000..f428c2c
 +
 +.EX
 +.PP
-+.B zoneminder_initrc_exec_t 
++.B zoneminder_initrc_exec_t
 +.EE
 +
 +- Set files with the zoneminder_initrc_exec_t type, if you want to transition an executable to the zoneminder_initrc_t domain.
@@ -108437,7 +109898,7 @@ index 0000000..f428c2c
 +
 +.EX
 +.PP
-+.B zoneminder_log_t 
++.B zoneminder_log_t
 +.EE
 +
 +- Set files with the zoneminder_log_t type, if you want to treat the data as zoneminder log data, usually stored under the /var/log directory.
@@ -108445,7 +109906,7 @@ index 0000000..f428c2c
 +
 +.EX
 +.PP
-+.B zoneminder_spool_t 
++.B zoneminder_spool_t
 +.EE
 +
 +- Set files with the zoneminder_spool_t type, if you want to store the zoneminder files under the /var/spool directory.
@@ -108453,7 +109914,7 @@ index 0000000..f428c2c
 +
 +.EX
 +.PP
-+.B zoneminder_tmpfs_t 
++.B zoneminder_tmpfs_t
 +.EE
 +
 +- Set files with the zoneminder_tmpfs_t type, if you want to store zoneminder files on a tmpfs file system.
@@ -108461,7 +109922,7 @@ index 0000000..f428c2c
 +
 +.EX
 +.PP
-+.B zoneminder_var_lib_t 
++.B zoneminder_var_lib_t
 +.EE
 +
 +- Set files with the zoneminder_var_lib_t type, if you want to store the zoneminder files under the /var/lib directory.
@@ -108469,15 +109930,15 @@ index 0000000..f428c2c
 +
 +.EX
 +.PP
-+.B zoneminder_var_run_t 
++.B zoneminder_var_run_t
 +.EE
 +
 +- Set files with the zoneminder_var_run_t type, if you want to store the zoneminder files under the /run directory.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -108545,30 +110006,30 @@ index 0000000..f428c2c
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), zoneminder(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
 diff --git a/man/man8/zos_remote_selinux.8 b/man/man8/zos_remote_selinux.8
 new file mode 100644
-index 0000000..7022c9b
+index 0000000..29d9940
 --- /dev/null
 +++ b/man/man8/zos_remote_selinux.8
 @@ -0,0 +1,100 @@
-+.TH  "zos_remote_selinux"  "8"  "12-10-19" "zos_remote" "SELinux Policy documentation for zos_remote"
++.TH  "zos_remote_selinux"  "8"  "12-11-01" "zos_remote" "SELinux Policy documentation for zos_remote"
 +.SH "NAME"
 +zos_remote_selinux \- Security Enhanced Linux Policy for the zos_remote processes
 +.SH "DESCRIPTION"
 +
 +Security-Enhanced Linux secures the zos_remote processes via flexible mandatory access control.
 +
-+The zos_remote processes execute with the zos_remote_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier. 
++The zos_remote processes execute with the zos_remote_t SELinux type. You can check if you have these processes running by executing the \fBps\fP command with the \fB\-Z\fP qualifier.
 +
 +For example:
 +
@@ -108585,41 +110046,41 @@ index 0000000..7022c9b
 +.PP
 +You can see the context of a process using the \fB\-Z\fP option to \fBps\bP
 +.PP
-+Policy governs the access confined processes have to files. 
++Policy governs the access confined processes have to files.
 +SELinux zos_remote policy is very flexible allowing users to setup their zos_remote processes in as secure a method as possible.
-+.PP 
++.PP
 +The following process types are defined for zos_remote:
 +
 +.EX
-+.B zos_remote_t 
++.B zos_remote_t
 +.EE
 +.PP
-+Note: 
-+.B semanage permissive -a PROCESS_TYPE 
++Note:
++.B semanage permissive -a PROCESS_TYPE
 +can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
 +
 +.SH FILE CONTEXTS
-+SELinux requires files to have an extended attribute to define the file type. 
++SELinux requires files to have an extended attribute to define the file type.
 +.PP
 +You can see the context of a file using the \fB\-Z\fP option to \fBls\bP
 +.PP
-+Policy governs the access confined processes have to these files. 
++Policy governs the access confined processes have to these files.
 +SELinux zos_remote policy is very flexible allowing users to setup their zos_remote processes in as secure a method as possible.
-+.PP 
++.PP
 +The following file types are defined for zos_remote:
 +
 +
 +.EX
 +.PP
-+.B zos_remote_exec_t 
++.B zos_remote_exec_t
 +.EE
 +
 +- Set files with the zos_remote_exec_t type, if you want to transition an executable to the zos_remote_t domain.
 +
 +
 +.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the 
-+.B semanage fcontext 
++Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to use the
++.B semanage fcontext
 +command.  This will modify the SELinux labeling database.  You will need to use
 +.B restorecon
 +to apply the labels.
@@ -108651,13 +110112,13 @@ index 0000000..7022c9b
 +can also be used to enable/disable/install/remove policy modules.
 +
 +.PP
-+.B system-config-selinux 
++.B system-config-selinux
 +is a GUI tool available to customize SELinux policy settings.
 +
-+.SH AUTHOR	
-+This manual page was auto-generated using 
++.SH AUTHOR
++This manual page was auto-generated using
 +.B "sepolicy manpage"
-+by Daniel J Walsh.
++by Dan Walsh.
 +
 +.SH "SEE ALSO"
 +selinux(8), zos_remote(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
@@ -128480,7 +129941,7 @@ index 28ad538..dac7844 100644
 -/var/run/user(/.*)?		gen_context(system_u:object_r:var_auth_t,s0)
  /var/(db|lib|adm)/sudo(/.*)?	gen_context(system_u:object_r:pam_var_run_t,s0)
 diff --git a/policy/modules/system/authlogin.if b/policy/modules/system/authlogin.if
-index f416ce9..5143404 100644
+index f416ce9..b4efacf 100644
 --- a/policy/modules/system/authlogin.if
 +++ b/policy/modules/system/authlogin.if
 @@ -23,11 +23,17 @@ interface(`auth_role',`
@@ -128996,7 +130457,7 @@ index f416ce9..5143404 100644
  ')
  
  ########################################
-@@ -1755,3 +1922,195 @@ interface(`auth_unconfined',`
+@@ -1755,3 +1922,199 @@ interface(`auth_unconfined',`
  	typeattribute $1 can_write_shadow_passwords;
  	typeattribute $1 can_relabelto_shadow_passwords;
  ')
@@ -129020,6 +130481,7 @@ index f416ce9..5143404 100644
 +		type wtmp_t;
 +		type pam_var_console_t;
 +		type pam_var_run_t;
++		type auth_cache_t;
 +	')
 +
 +	files_etc_filetrans($1, passwd_file_t, file, "group")
@@ -129049,6 +130511,7 @@ index f416ce9..5143404 100644
 +	files_pid_filetrans($1, pam_var_run_t, dir, "sepermit")
 +	files_pid_filetrans($1, pam_var_run_t, dir, "sudo")
 +	logging_log_named_filetrans($1, wtmp_t, file, "wtmp")
++	files_var_filetrans($1, auth_cache_t, dir, "coolkey")
 +')
 +
 +########################################
@@ -129150,6 +130613,8 @@ index f416ce9..5143404 100644
 +	files_etc_filetrans($1, passwd_file_t, file, "group")
 +	files_etc_filetrans($1, passwd_file_t, file, "group-")
 +	files_etc_filetrans($1, passwd_file_t, file, ".pwd.lock")
++	files_etc_filetrans($1, passwd_file_t, file, "passwd.lock")
++	files_etc_filetrans($1, passwd_file_t, file, "group.lock")
 +')
 +
 +########################################
diff --git a/policy_contrib-rawhide.patch b/policy_contrib-rawhide.patch
index 30b1348..2bc3b9d 100644
--- a/policy_contrib-rawhide.patch
+++ b/policy_contrib-rawhide.patch
@@ -28903,7 +28903,7 @@ index 604f67b..7e5f97e 100644
 +	kerberos_tmp_filetrans_host_rcache($1, "ldap_55")
 +')
 diff --git a/kerberos.te b/kerberos.te
-index 6a95faf..0cea063 100644
+index 6a95faf..dfa98ca 100644
 --- a/kerberos.te
 +++ b/kerberos.te
 @@ -10,7 +10,7 @@ policy_module(kerberos, 1.11.0)
@@ -28992,7 +28992,15 @@ index 6a95faf..0cea063 100644
  
  dev_read_sysfs(kadmind_t)
  dev_read_rand(kadmind_t)
-@@ -149,8 +155,9 @@ selinux_validate_context(kadmind_t)
+@@ -137,6 +143,7 @@ dev_read_urand(kadmind_t)
+ 
+ fs_getattr_all_fs(kadmind_t)
+ fs_search_auto_mountpoints(kadmind_t)
++fs_rw_anon_inodefs_files(kadmind_t)
+ 
+ domain_use_interactive_fds(kadmind_t)
+ 
+@@ -149,8 +156,9 @@ selinux_validate_context(kadmind_t)
  
  logging_send_syslog_msg(kadmind_t)
  
@@ -29003,7 +29011,7 @@ index 6a95faf..0cea063 100644
  seutil_read_file_contexts(kadmind_t)
  
  sysnet_read_config(kadmind_t)
-@@ -164,6 +171,10 @@ optional_policy(`
+@@ -164,6 +172,10 @@ optional_policy(`
  ')
  
  optional_policy(`
@@ -29014,7 +29022,7 @@ index 6a95faf..0cea063 100644
  	nis_use_ypbind(kadmind_t)
  ')
  
-@@ -197,13 +208,12 @@ can_exec(krb5kdc_t, krb5kdc_exec_t)
+@@ -197,13 +209,12 @@ can_exec(krb5kdc_t, krb5kdc_exec_t)
  read_files_pattern(krb5kdc_t, krb5kdc_conf_t, krb5kdc_conf_t)
  dontaudit krb5kdc_t krb5kdc_conf_t:file write;
  
@@ -29030,7 +29038,7 @@ index 6a95faf..0cea063 100644
  
  manage_dirs_pattern(krb5kdc_t, krb5kdc_tmp_t, krb5kdc_tmp_t)
  manage_files_pattern(krb5kdc_t, krb5kdc_tmp_t, krb5kdc_tmp_t)
-@@ -221,7 +231,6 @@ kernel_search_network_sysctl(krb5kdc_t)
+@@ -221,7 +232,6 @@ kernel_search_network_sysctl(krb5kdc_t)
  
  corecmd_exec_bin(krb5kdc_t)
  
@@ -29038,7 +29046,15 @@ index 6a95faf..0cea063 100644
  corenet_all_recvfrom_netlabel(krb5kdc_t)
  corenet_tcp_sendrecv_generic_if(krb5kdc_t)
  corenet_udp_sendrecv_generic_if(krb5kdc_t)
-@@ -253,7 +262,7 @@ selinux_validate_context(krb5kdc_t)
+@@ -242,6 +252,7 @@ dev_read_urand(krb5kdc_t)
+ 
+ fs_getattr_all_fs(krb5kdc_t)
+ fs_search_auto_mountpoints(krb5kdc_t)
++fs_rw_anon_inodefs_files(krb5kdc_t)
+ 
+ domain_use_interactive_fds(krb5kdc_t)
+ 
+@@ -253,7 +264,7 @@ selinux_validate_context(krb5kdc_t)
  
  logging_send_syslog_msg(krb5kdc_t)
  
@@ -29047,7 +29063,7 @@ index 6a95faf..0cea063 100644
  
  seutil_read_file_contexts(krb5kdc_t)
  
-@@ -268,6 +277,10 @@ optional_policy(`
+@@ -268,6 +279,10 @@ optional_policy(`
  ')
  
  optional_policy(`
@@ -29058,7 +29074,7 @@ index 6a95faf..0cea063 100644
  	nis_use_ypbind(krb5kdc_t)
  ')
  
-@@ -308,7 +321,6 @@ files_tmp_filetrans(kpropd_t, krb5kdc_tmp_t, { file dir })
+@@ -308,7 +323,6 @@ files_tmp_filetrans(kpropd_t, krb5kdc_tmp_t, { file dir })
  
  corecmd_exec_bin(kpropd_t)
  
@@ -29066,7 +29082,7 @@ index 6a95faf..0cea063 100644
  corenet_tcp_sendrecv_generic_if(kpropd_t)
  corenet_tcp_sendrecv_generic_node(kpropd_t)
  corenet_tcp_sendrecv_all_ports(kpropd_t)
-@@ -324,8 +336,6 @@ selinux_validate_context(kpropd_t)
+@@ -324,8 +338,6 @@ selinux_validate_context(kpropd_t)
  
  logging_send_syslog_msg(kpropd_t)
  
@@ -33865,7 +33881,7 @@ index b397fde..c7c031d 100644
 +')
 +
 diff --git a/mozilla.te b/mozilla.te
-index d4fcb75..a54e4ec 100644
+index d4fcb75..91e3d11 100644
 --- a/mozilla.te
 +++ b/mozilla.te
 @@ -7,19 +7,34 @@ policy_module(mozilla, 2.6.0)
@@ -34140,7 +34156,7 @@ index d4fcb75..a54e4ec 100644
  
  domain_use_interactive_fds(mozilla_plugin_t)
  domain_dontaudit_read_all_domains_state(mozilla_plugin_t)
-@@ -363,55 +415,57 @@ domain_dontaudit_read_all_domains_state(mozilla_plugin_t)
+@@ -363,55 +415,58 @@ domain_dontaudit_read_all_domains_state(mozilla_plugin_t)
  files_read_config_files(mozilla_plugin_t)
  files_read_usr_files(mozilla_plugin_t)
  files_list_mnt(mozilla_plugin_t)
@@ -34149,7 +34165,8 @@ index d4fcb75..a54e4ec 100644
  
  fs_getattr_all_fs(mozilla_plugin_t)
  fs_list_dos(mozilla_plugin_t)
- fs_read_dos_files(mozilla_plugin_t)
+-fs_read_dos_files(mozilla_plugin_t)
++fs_read_noxattr_fs_files(mozilla_plugin_t)
  
 +application_exec(mozilla_plugin_t)
  application_dontaudit_signull(mozilla_plugin_t)
@@ -34157,6 +34174,7 @@ index d4fcb75..a54e4ec 100644
  auth_use_nsswitch(mozilla_plugin_t)
  
 +init_dontaudit_getattr_initctl(mozilla_plugin_t)
++init_read_all_script_files(mozilla_plugin_t)
 +
 +libs_exec_ld_so(mozilla_plugin_t)
 +libs_exec_lib_files(mozilla_plugin_t)
@@ -34219,7 +34237,7 @@ index d4fcb75..a54e4ec 100644
  ')
  
  optional_policy(`
-@@ -422,24 +476,39 @@ optional_policy(`
+@@ -422,24 +477,39 @@ optional_policy(`
  optional_policy(`
  	dbus_system_bus_client(mozilla_plugin_t)
  	dbus_session_bus_client(mozilla_plugin_t)
@@ -34263,7 +34281,7 @@ index d4fcb75..a54e4ec 100644
  ')
  
  optional_policy(`
-@@ -447,10 +516,113 @@ optional_policy(`
+@@ -447,10 +517,113 @@ optional_policy(`
  	pulseaudio_stream_connect(mozilla_plugin_t)
  	pulseaudio_setattr_home_dir(mozilla_plugin_t)
  	pulseaudio_manage_home_files(mozilla_plugin_t)
@@ -41298,7 +41316,7 @@ index 0000000..a437f80
 +files_read_config_files(openshift_domain)
 diff --git a/openshift.fc b/openshift.fc
 new file mode 100644
-index 0000000..fbadaba
+index 0000000..c9a5f74
 --- /dev/null
 +++ b/openshift.fc
 @@ -0,0 +1,24 @@
@@ -41317,12 +41335,12 @@ index 0000000..fbadaba
 +
 +/var/log/mcollective\.log        --    gen_context(system_u:object_r:openshift_log_t,s0)
 +
-+/usr/bin/(oo|rhc)-cgroup-read        --    gen_context(system_u:object_r:openshift_cgroup_read_exec_t,s0)
++/usr/s?bin/(oo|rhc)-cgroup-read        --    gen_context(system_u:object_r:openshift_cgroup_read_exec_t,s0)
 +
-+/usr/bin/(oo|rhc)-restorer           --    gen_context(system_u:object_r:openshift_initrc_exec_t,s0)
-+/usr/bin/(oo|rhc)-restorer-wrapper.sh    --  gen_context(unconfined_u:object_r:httpd_openshift_script_exec_t,s0)
-+/usr/bin/oo-admin-ctl-gears	--	gen_context(system_u:object_r:openshift_initrc_exec_t,s0)
-+/usr/sbin/mcollectived			--		gen_context(system_u:object_r:openshift_initrc_exec_t,s0)
++/usr/s?bin/(oo|rhc)-restorer           --    gen_context(system_u:object_r:openshift_initrc_exec_t,s0)
++/usr/s?bin/(oo|rhc)-restorer-wrapper.sh    --  gen_context(unconfined_u:object_r:httpd_openshift_script_exec_t,s0)
++/usr/s?bin/oo-admin-ctl-gears	--	gen_context(system_u:object_r:openshift_initrc_exec_t,s0)
++/usr/s?bin/mcollectived			--		gen_context(system_u:object_r:openshift_initrc_exec_t,s0)
 +
 +/var/run/stickshift(/.*)?		    	gen_context(system_u:object_r:openshift_var_run_t,s0)
 +/var/run/openshift(/.*)?               gen_context(system_u:object_r:openshift_var_run_t,s0)
@@ -53502,7 +53520,7 @@ index de37806..3578975 100644
 +	relabelfrom_files_pattern($1, cluster_var_lib_t, cluster_var_lib_t)
 +')
 diff --git a/rhcs.te b/rhcs.te
-index 93c896a..4277383 100644
+index 93c896a..06a8e3c 100644
 --- a/rhcs.te
 +++ b/rhcs.te
 @@ -12,7 +12,16 @@ policy_module(rhcs, 1.1.0)
@@ -53574,11 +53592,12 @@ index 93c896a..4277383 100644
  
  can_exec(fenced_t, fenced_exec_t)
  
-@@ -82,13 +101,21 @@ files_tmp_filetrans(fenced_t, fenced_tmp_t, { file fifo_file dir })
+@@ -82,13 +101,23 @@ files_tmp_filetrans(fenced_t, fenced_tmp_t, { file fifo_file dir })
  
  stream_connect_pattern(fenced_t, groupd_var_run_t, groupd_var_run_t, groupd_t)
  
 +kernel_read_system_state(fenced_t)
++kernel_read_network_state(fenced_t)
 +
  corecmd_exec_bin(fenced_t)
 +corecmd_exec_shell(fenced_t)
@@ -53591,12 +53610,13 @@ index 93c896a..4277383 100644
  
  dev_read_sysfs(fenced_t)
  dev_read_urand(fenced_t)
++dev_read_rand(fenced_t)
  
 +files_read_usr_files(fenced_t)
  files_read_usr_symlinks(fenced_t)
  
  storage_raw_read_fixed_disk(fenced_t)
-@@ -97,16 +124,37 @@ storage_raw_read_removable_device(fenced_t)
+@@ -97,16 +126,37 @@ storage_raw_read_removable_device(fenced_t)
  
  term_getattr_pty_fs(fenced_t)
  term_use_ptmx(fenced_t)
@@ -53637,7 +53657,7 @@ index 93c896a..4277383 100644
  ')
  
  optional_policy(`
-@@ -114,13 +162,46 @@ optional_policy(`
+@@ -114,13 +164,46 @@ optional_policy(`
  	lvm_read_config(fenced_t)
  ')
  
@@ -53685,7 +53705,7 @@ index 93c896a..4277383 100644
  allow gfs_controld_t self:shm create_shm_perms;
  allow gfs_controld_t self:netlink_kobject_uevent_socket create_socket_perms;
  
-@@ -139,10 +220,6 @@ storage_getattr_removable_dev(gfs_controld_t)
+@@ -139,10 +222,6 @@ storage_getattr_removable_dev(gfs_controld_t)
  init_rw_script_tmp_files(gfs_controld_t)
  
  optional_policy(`
@@ -53696,7 +53716,7 @@ index 93c896a..4277383 100644
  	lvm_exec(gfs_controld_t)
  	dev_rw_lvm_control(gfs_controld_t)
  ')
-@@ -154,12 +231,12 @@ optional_policy(`
+@@ -154,12 +233,12 @@ optional_policy(`
  
  allow groupd_t self:capability { sys_nice sys_resource };
  allow groupd_t self:process setsched;
@@ -53711,7 +53731,7 @@ index 93c896a..4277383 100644
  
  init_rw_script_tmp_files(groupd_t)
  
-@@ -168,8 +245,7 @@ init_rw_script_tmp_files(groupd_t)
+@@ -168,8 +247,7 @@ init_rw_script_tmp_files(groupd_t)
  # qdiskd local policy
  #
  
@@ -53721,7 +53741,7 @@ index 93c896a..4277383 100644
  allow qdiskd_t self:tcp_socket create_stream_socket_perms;
  allow qdiskd_t self:udp_socket create_socket_perms;
  
-@@ -182,7 +258,7 @@ kernel_read_system_state(qdiskd_t)
+@@ -182,7 +260,7 @@ kernel_read_system_state(qdiskd_t)
  kernel_read_software_raid_state(qdiskd_t)
  kernel_getattr_core_if(qdiskd_t)
  
@@ -53730,7 +53750,7 @@ index 93c896a..4277383 100644
  corecmd_exec_shell(qdiskd_t)
  
  dev_read_sysfs(qdiskd_t)
-@@ -197,19 +273,16 @@ domain_dontaudit_getattr_all_sockets(qdiskd_t)
+@@ -197,19 +275,16 @@ domain_dontaudit_getattr_all_sockets(qdiskd_t)
  
  files_dontaudit_getattr_all_sockets(qdiskd_t)
  files_dontaudit_getattr_all_pipes(qdiskd_t)
@@ -53754,7 +53774,7 @@ index 93c896a..4277383 100644
  optional_policy(`
  	netutils_domtrans_ping(qdiskd_t)
  ')
-@@ -223,18 +296,24 @@ optional_policy(`
+@@ -223,18 +298,24 @@ optional_policy(`
  # rhcs domains common policy
  #
  
@@ -61355,6 +61375,350 @@ index bc00875..7dd4e53 100644
  
  optional_policy(`
  	dbus_system_bus_client(smoltclient_t)
+diff --git a/smsd.fc b/smsd.fc
+new file mode 100644
+index 0000000..4c3fcec
+--- /dev/null
++++ b/smsd.fc
+@@ -0,0 +1,11 @@
++/etc/rc\.d/init\.d/smsd	--	gen_context(system_u:object_r:smsd_initrc_exec_t,s0)
++
++/usr/sbin/smsd		--	gen_context(system_u:object_r:smsd_exec_t,s0)
++
++/var/lib/smstools(/.*)?		gen_context(system_u:object_r:smsd_var_lib_t,s0)
++
++/var/log/smsd(/.*)?		gen_context(system_u:object_r:smsd_log_t,s0)
++
++/var/run/smsd(/.*)?		gen_context(system_u:object_r:smsd_var_run_t,s0)
++
++/var/spool/sms(/.*)?		gen_context(system_u:object_r:smsd_spool_t,s0)
+diff --git a/smsd.if b/smsd.if
+new file mode 100644
+index 0000000..6db3f07
+--- /dev/null
++++ b/smsd.if
+@@ -0,0 +1,241 @@
++
++## <summary>The SMS Server Tools are made to send and receive short messages through GSM modems. It supports easy file interfaces and it can run external programs for automatic actions.</summary>
++
++########################################
++## <summary>
++##	Execute smsd in the smsd domin.
++## </summary>
++## <param name="domain">
++## <summary>
++##	Domain allowed to transition.
++## </summary>
++## </param>
++#
++interface(`smsd_domtrans',`
++	gen_require(`
++		type smsd_t, smsd_exec_t;
++	')
++
++	corecmd_search_bin($1)
++	domtrans_pattern($1, smsd_exec_t, smsd_t)
++')
++
++########################################
++## <summary>
++##	Execute smsd server in the smsd domain.
++## </summary>
++## <param name="domain">
++##	<summary>
++##	Domain allowed access.
++##	</summary>
++## </param>
++#
++interface(`smsd_initrc_domtrans',`
++	gen_require(`
++		type smsd_initrc_exec_t;
++	')
++
++	init_labeled_script_domtrans($1, smsd_initrc_exec_t)
++')
++
++########################################
++## <summary>
++##	Read smsd's log files.
++## </summary>
++## <param name="domain">
++##	<summary>
++##	Domain allowed access.
++##	</summary>
++## </param>
++#
++interface(`smsd_read_log',`
++	gen_require(`
++		type smsd_log_t;
++	')
++
++	logging_search_logs($1)
++	read_files_pattern($1, smsd_log_t, smsd_log_t)
++')
++
++########################################
++## <summary>
++##	Append to smsd log files.
++## </summary>
++## <param name="domain">
++##	<summary>
++##	Domain allowed access.
++##	</summary>
++## </param>
++#
++interface(`smsd_append_log',`
++	gen_require(`
++		type smsd_log_t;
++	')
++
++	logging_search_logs($1)
++	append_files_pattern($1, smsd_log_t, smsd_log_t)
++')
++
++########################################
++## <summary>
++##	Manage smsd log files
++## </summary>
++## <param name="domain">
++##	<summary>
++##	Domain allowed access.
++##	</summary>
++## </param>
++#
++interface(`smsd_manage_log',`
++	gen_require(`
++		type smsd_log_t;
++	')
++
++	logging_search_logs($1)
++	manage_dirs_pattern($1, smsd_log_t, smsd_log_t)
++	manage_files_pattern($1, smsd_log_t, smsd_log_t)
++	manage_lnk_files_pattern($1, smsd_log_t, smsd_log_t)
++')
++########################################
++## <summary>
++##	Read smsd PID files.
++## </summary>
++## <param name="domain">
++##	<summary>
++##	Domain allowed access.
++##	</summary>
++## </param>
++#
++interface(`smsd_read_pid_files',`
++	gen_require(`
++		type smsd_var_run_t;
++	')
++
++	files_search_pids($1)
++	read_files_pattern($1, smsd_var_run_t, smsd_var_run_t)
++')
++
++########################################
++## <summary>
++##	Search smsd spool directories.
++## </summary>
++## <param name="domain">
++##	<summary>
++##	Domain allowed access.
++##	</summary>
++## </param>
++#
++interface(`smsd_search_spool',`
++	gen_require(`
++		type smsd_spool_t;
++	')
++
++	allow $1 smsd_spool_t:dir search_dir_perms;
++	files_search_spool($1)
++')
++
++########################################
++## <summary>
++##	Read smsd spool files.
++## </summary>
++## <param name="domain">
++##	<summary>
++##	Domain allowed access.
++##	</summary>
++## </param>
++#
++interface(`smsd_read_spool_files',`
++	gen_require(`
++		type smsd_spool_t;
++	')
++
++	files_search_spool($1)
++	read_files_pattern($1, smsd_spool_t, smsd_spool_t)
++')
++
++########################################
++## <summary>
++##	Manage smsd spool files.
++## </summary>
++## <param name="domain">
++##	<summary>
++##	Domain allowed access.
++##	</summary>
++## </param>
++#
++interface(`smsd_manage_spool_files',`
++	gen_require(`
++		type smsd_spool_t;
++	')
++
++	files_search_spool($1)
++	manage_files_pattern($1, smsd_spool_t, smsd_spool_t)
++')
++
++########################################
++## <summary>
++##	Manage smsd spool dirs.
++## </summary>
++## <param name="domain">
++##	<summary>
++##	Domain allowed access.
++##	</summary>
++## </param>
++#
++interface(`smsd_manage_spool_dirs',`
++	gen_require(`
++		type smsd_spool_t;
++	')
++
++	files_search_spool($1)
++	manage_dirs_pattern($1, smsd_spool_t, smsd_spool_t)
++')
++
++########################################
++## <summary>
++##	All of the rules required to administrate
++##	an smsd environment
++## </summary>
++## <param name="domain">
++##	<summary>
++##	Domain allowed access.
++##	</summary>
++## </param>
++## <param name="role">
++##	<summary>
++##	Role allowed access.
++##	</summary>
++## </param>
++## <rolecap/>
++#
++interface(`smsd_admin',`
++	gen_require(`
++		type smsd_t;
++		type smsd_initrc_exec_t;
++		type smsd_log_t;
++		type smsd_var_run_t;
++		type smsd_spool_t;
++	')
++
++	allow $1 smsd_t:process { ptrace signal_perms };
++	ps_process_pattern($1, smsd_t)
++
++	smsd_initrc_domtrans($1)
++	domain_system_change_exemption($1)
++	role_transition $2 smsd_initrc_exec_t system_r;
++	allow $2 system_r;
++
++	logging_search_logs($1)
++	admin_pattern($1, smsd_log_t)
++
++	files_search_pids($1)
++	admin_pattern($1, smsd_var_run_t)
++
++	files_search_spool($1)
++	admin_pattern($1, smsd_spool_t)
++
++	optional_policy(`
++		systemd_passwd_agent_exec($1)
++		systemd_read_fifo_file_passwd_run($1)
++	')
++')
+diff --git a/smsd.te b/smsd.te
+new file mode 100644
+index 0000000..4e822e5
+--- /dev/null
++++ b/smsd.te
+@@ -0,0 +1,74 @@
++policy_module(smsd, 1.0.0)
++
++########################################
++#
++# Declarations
++#
++
++type smsd_t;
++type smsd_exec_t;
++init_daemon_domain(smsd_t, smsd_exec_t)
++
++type smsd_initrc_exec_t;
++init_script_file(smsd_initrc_exec_t)
++
++type smsd_log_t;
++logging_log_file(smsd_log_t)
++
++type smsd_var_lib_t;
++files_type(smsd_var_lib_t)
++
++type smsd_var_run_t;
++files_pid_file(smsd_var_run_t)
++
++type smsd_spool_t;
++files_type(smsd_spool_t)
++
++type smsd_tmp_t;
++files_tmp_file(smsd_tmp_t)
++
++########################################
++#
++# smsd local policy
++#
++
++allow smsd_t self:capability { kill setgid setuid };
++allow smsd_t self:process { fork signal };
++allow smsd_t self:fifo_file rw_fifo_file_perms;
++allow smsd_t self:unix_stream_socket create_stream_socket_perms;
++
++manage_dirs_pattern(smsd_t, smsd_log_t, smsd_log_t)
++manage_files_pattern(smsd_t, smsd_log_t, smsd_log_t)
++manage_lnk_files_pattern(smsd_t, smsd_log_t, smsd_log_t)
++logging_log_filetrans(smsd_t, smsd_log_t, { dir })
++
++manage_dirs_pattern(smsd_t, smsd_var_lib_t, smsd_var_lib_t)
++manage_files_pattern(smsd_t, smsd_var_lib_t, smsd_var_lib_t)
++manage_lnk_files_pattern(smsd_t, smsd_var_lib_t, smsd_var_lib_t)
++
++manage_dirs_pattern(smsd_t, smsd_var_run_t, smsd_var_run_t)
++manage_files_pattern(smsd_t, smsd_var_run_t, smsd_var_run_t)
++manage_lnk_files_pattern(smsd_t, smsd_var_run_t, smsd_var_run_t)
++files_pid_filetrans(smsd_t, smsd_var_run_t, { dir })
++
++manage_dirs_pattern(smsd_t, smsd_spool_t, smsd_spool_t)
++manage_files_pattern(smsd_t, smsd_spool_t, smsd_spool_t)
++manage_lnk_files_pattern(smsd_t, smsd_spool_t, smsd_spool_t)
++files_spool_filetrans(smsd_t, smsd_spool_t, { dir })
++
++manage_dirs_pattern(smsd_t, smsd_tmp_t, smsd_tmp_t)
++manage_files_pattern(smsd_t, smsd_tmp_t, smsd_tmp_t)
++files_tmp_filetrans(smsd_t, smsd_tmp_t, { file dir })
++
++kernel_read_system_state(smsd_t)
++kernel_read_kernel_sysctls(smsd_t)
++
++corecmd_exec_shell(smsd_t)
++
++files_read_etc_files(smsd_t)
++
++auth_use_nsswitch(smsd_t)
++
++logging_send_syslog_msg(smsd_t)
++
++sysnet_dns_name_resolve(smsd_t)
 diff --git a/snmp.fc b/snmp.fc
 index 623c8fa..1ef62d0 100644
 --- a/snmp.fc
@@ -65321,10 +65685,10 @@ index 0000000..9127cec
 +')
 diff --git a/thumb.te b/thumb.te
 new file mode 100644
-index 0000000..10465bf
+index 0000000..649731a
 --- /dev/null
 +++ b/thumb.te
-@@ -0,0 +1,122 @@
+@@ -0,0 +1,123 @@
 +policy_module(thumb, 1.0.0)
 +
 +########################################
@@ -65446,6 +65810,7 @@ index 0000000..10465bf
 +	gnome_manage_gstreamer_home_dirs(thumb_t)
 +	gnome_exec_gstreamer_home_files(thumb_t)
 +	gnome_cache_filetrans(thumb_t, thumb_home_t, dir, "thumbnails")
++	gnome_cache_filetrans(thumb_t, thumb_home_t, file)
 +')
 diff --git a/thunderbird.te b/thunderbird.te
 index bf37d98..0d863fc 100644
@@ -68613,10 +68978,10 @@ index 6f0736b..cebdb3e 100644
 +	allow svirt_lxc_domain $1:process sigchld;
  ')
 diff --git a/virt.te b/virt.te
-index 947bbc6..2ab5066 100644
+index 947bbc6..3bbd7cf 100644
 --- a/virt.te
 +++ b/virt.te
-@@ -5,56 +5,87 @@ policy_module(virt, 1.5.0)
+@@ -5,56 +5,94 @@ policy_module(virt, 1.5.0)
  # Declarations
  #
  
@@ -68678,15 +69043,22 @@ index 947bbc6..2ab5066 100644
 +gen_tunable(virt_use_sanlock, false)
 +
 +## <desc>
-+## <p>
++##  <p>
++##  Allow confined virtual guests to interact with rawip sockets
++##  </p>
++## </desc>
++gen_tunable(virt_use_rawip, false)
++
++## <desc>
+ ## <p>
+-## Allow virt to use usb devices
 +## Allow confined virtual guests to interact with the xserver
 +## </p>
 +## </desc>
 +gen_tunable(virt_use_xserver, false)
 +
 +## <desc>
- ## <p>
--## Allow virt to use usb devices
++## <p>
 +## Allow confined virtual guests to use usb devices
  ## </p>
  ## </desc>
@@ -68712,7 +69084,7 @@ index 947bbc6..2ab5066 100644
  
  type virt_etc_t;
  files_config_file(virt_etc_t)
-@@ -62,26 +93,37 @@ files_config_file(virt_etc_t)
+@@ -62,26 +100,37 @@ files_config_file(virt_etc_t)
  type virt_etc_rw_t;
  files_type(virt_etc_rw_t)
  
@@ -68753,7 +69125,7 @@ index 947bbc6..2ab5066 100644
  
  type virtd_t;
  type virtd_exec_t;
-@@ -89,9 +131,17 @@ init_daemon_domain(virtd_t, virtd_exec_t)
+@@ -89,9 +138,17 @@ init_daemon_domain(virtd_t, virtd_exec_t)
  domain_obj_id_change_exemption(virtd_t)
  domain_subj_id_change_exemption(virtd_t)
  
@@ -68771,7 +69143,7 @@ index 947bbc6..2ab5066 100644
  ifdef(`enable_mcs',`
  	init_ranged_daemon_domain(virtd_t, virtd_exec_t, s0 - mcs_systemhigh)
  ')
-@@ -100,6 +150,46 @@ ifdef(`enable_mls',`
+@@ -100,6 +157,46 @@ ifdef(`enable_mls',`
  	init_ranged_daemon_domain(virtd_t, virtd_exec_t, s0 - mls_systemhigh)
  ')
  
@@ -68818,7 +69190,7 @@ index 947bbc6..2ab5066 100644
  ########################################
  #
  # svirt local policy
-@@ -107,15 +197,13 @@ ifdef(`enable_mls',`
+@@ -107,15 +204,13 @@ ifdef(`enable_mls',`
  
  allow svirt_t self:udp_socket create_socket_perms;
  
@@ -68836,7 +69208,7 @@ index 947bbc6..2ab5066 100644
  fs_hugetlbfs_filetrans(svirt_t, svirt_image_t, file)
  
  list_dirs_pattern(svirt_t, virt_content_t, virt_content_t)
-@@ -133,9 +221,17 @@ corenet_tcp_connect_all_ports(svirt_t)
+@@ -133,9 +228,17 @@ corenet_tcp_connect_all_ports(svirt_t)
  
  dev_list_sysfs(svirt_t)
  
@@ -68854,7 +69226,7 @@ index 947bbc6..2ab5066 100644
  
  tunable_policy(`virt_use_comm',`
  	term_use_unallocated_ttys(svirt_t)
-@@ -143,18 +239,26 @@ tunable_policy(`virt_use_comm',`
+@@ -143,18 +246,26 @@ tunable_policy(`virt_use_comm',`
  ')
  
  tunable_policy(`virt_use_fusefs',`
@@ -68882,7 +69254,7 @@ index 947bbc6..2ab5066 100644
  ')
  
  tunable_policy(`virt_use_sysfs',`
-@@ -163,11 +267,28 @@ tunable_policy(`virt_use_sysfs',`
+@@ -163,11 +274,32 @@ tunable_policy(`virt_use_sysfs',`
  
  tunable_policy(`virt_use_usb',`
  	dev_rw_usbfs(svirt_t)
@@ -68897,6 +69269,10 @@ index 947bbc6..2ab5066 100644
 +    ')
 +')
 +
++tunable_policy(`virt_use_rawip',`
++	allow svirt_t self:rawip_socket create_socket_perms;
++')
++
 +optional_policy(`
 +	tunable_policy(`virt_use_xserver',`
 +		xserver_stream_connect(svirt_t)
@@ -68911,7 +69287,7 @@ index 947bbc6..2ab5066 100644
  	xen_rw_image_files(svirt_t)
  ')
  
-@@ -176,22 +297,42 @@ optional_policy(`
+@@ -176,22 +308,42 @@ optional_policy(`
  # virtd local policy
  #
  
@@ -68961,7 +69337,7 @@ index 947bbc6..2ab5066 100644
  
  read_files_pattern(virtd_t, virt_etc_t, virt_etc_t)
  read_lnk_files_pattern(virtd_t, virt_etc_t, virt_etc_t)
-@@ -202,19 +343,28 @@ manage_lnk_files_pattern(virtd_t, virt_etc_rw_t, virt_etc_rw_t)
+@@ -202,19 +354,28 @@ manage_lnk_files_pattern(virtd_t, virt_etc_rw_t, virt_etc_rw_t)
  filetrans_pattern(virtd_t, virt_etc_t, virt_etc_rw_t, dir)
  
  manage_files_pattern(virtd_t, virt_image_type, virt_image_type)
@@ -68996,7 +69372,7 @@ index 947bbc6..2ab5066 100644
  manage_dirs_pattern(virtd_t, virt_var_lib_t, virt_var_lib_t)
  manage_files_pattern(virtd_t, virt_var_lib_t, virt_var_lib_t)
  manage_sock_files_pattern(virtd_t, virt_var_lib_t, virt_var_lib_t)
-@@ -225,16 +375,22 @@ manage_files_pattern(virtd_t, virt_var_run_t, virt_var_run_t)
+@@ -225,16 +386,22 @@ manage_files_pattern(virtd_t, virt_var_run_t, virt_var_run_t)
  manage_sock_files_pattern(virtd_t, virt_var_run_t, virt_var_run_t)
  files_pid_filetrans(virtd_t, virt_var_run_t, { file dir })
  
@@ -69020,7 +69396,7 @@ index 947bbc6..2ab5066 100644
  corenet_all_recvfrom_netlabel(virtd_t)
  corenet_tcp_sendrecv_generic_if(virtd_t)
  corenet_tcp_sendrecv_generic_node(virtd_t)
-@@ -247,22 +403,31 @@ corenet_tcp_connect_soundd_port(virtd_t)
+@@ -247,22 +414,31 @@ corenet_tcp_connect_soundd_port(virtd_t)
  corenet_rw_tun_tap_dev(virtd_t)
  
  dev_rw_sysfs(virtd_t)
@@ -69054,7 +69430,7 @@ index 947bbc6..2ab5066 100644
  
  fs_list_auto_mountpoints(virtd_t)
  fs_getattr_xattr_fs(virtd_t)
-@@ -270,6 +435,18 @@ fs_rw_anon_inodefs_files(virtd_t)
+@@ -270,6 +446,18 @@ fs_rw_anon_inodefs_files(virtd_t)
  fs_list_inotifyfs(virtd_t)
  fs_manage_cgroup_dirs(virtd_t)
  fs_rw_cgroup_files(virtd_t)
@@ -69073,7 +69449,7 @@ index 947bbc6..2ab5066 100644
  
  mcs_process_set_categories(virtd_t)
  
-@@ -284,7 +461,8 @@ term_use_ptmx(virtd_t)
+@@ -284,7 +472,8 @@ term_use_ptmx(virtd_t)
  
  auth_use_nsswitch(virtd_t)
  
@@ -69083,7 +69459,7 @@ index 947bbc6..2ab5066 100644
  miscfiles_read_generic_certs(virtd_t)
  miscfiles_read_hwdata(virtd_t)
  
-@@ -293,17 +471,32 @@ modutils_read_module_config(virtd_t)
+@@ -293,17 +482,32 @@ modutils_read_module_config(virtd_t)
  modutils_manage_module_config(virtd_t)
  
  logging_send_syslog_msg(virtd_t)
@@ -69116,7 +69492,7 @@ index 947bbc6..2ab5066 100644
  
  tunable_policy(`virt_use_nfs',`
  	fs_manage_nfs_dirs(virtd_t)
-@@ -322,6 +515,10 @@ optional_policy(`
+@@ -322,6 +526,10 @@ optional_policy(`
  ')
  
  optional_policy(`
@@ -69127,7 +69503,7 @@ index 947bbc6..2ab5066 100644
  	dbus_system_bus_client(virtd_t)
  
  	optional_policy(`
-@@ -335,19 +532,34 @@ optional_policy(`
+@@ -335,19 +543,34 @@ optional_policy(`
  	optional_policy(`
  		hal_dbus_chat(virtd_t)
  	')
@@ -69163,7 +69539,7 @@ index 947bbc6..2ab5066 100644
  
  	# Manages /etc/sysconfig/system-config-firewall
  	iptables_manage_config(virtd_t)
-@@ -362,6 +574,12 @@ optional_policy(`
+@@ -362,6 +585,12 @@ optional_policy(`
  ')
  
  optional_policy(`
@@ -69176,7 +69552,7 @@ index 947bbc6..2ab5066 100644
  	policykit_dbus_chat(virtd_t)
  	policykit_domtrans_auth(virtd_t)
  	policykit_domtrans_resolve(virtd_t)
-@@ -369,11 +587,11 @@ optional_policy(`
+@@ -369,11 +598,11 @@ optional_policy(`
  ')
  
  optional_policy(`
@@ -69193,7 +69569,7 @@ index 947bbc6..2ab5066 100644
  ')
  
  optional_policy(`
-@@ -384,6 +602,7 @@ optional_policy(`
+@@ -384,6 +613,7 @@ optional_policy(`
  	kernel_read_xen_state(virtd_t)
  	kernel_write_xen_state(virtd_t)
  
@@ -69201,7 +69577,7 @@ index 947bbc6..2ab5066 100644
  	xen_stream_connect(virtd_t)
  	xen_stream_connect_xenstore(virtd_t)
  	xen_read_image_files(virtd_t)
-@@ -403,34 +622,48 @@ optional_policy(`
+@@ -403,34 +633,48 @@ optional_policy(`
  # virtual domains common policy
  #
  
@@ -69257,7 +69633,7 @@ index 947bbc6..2ab5066 100644
  dev_read_rand(virt_domain)
  dev_read_sound(virt_domain)
  dev_read_urand(virt_domain)
-@@ -438,10 +671,11 @@ dev_write_sound(virt_domain)
+@@ -438,10 +682,11 @@ dev_write_sound(virt_domain)
  dev_rw_ksm(virt_domain)
  dev_rw_kvm(virt_domain)
  dev_rw_qemu(virt_domain)
@@ -69270,7 +69646,7 @@ index 947bbc6..2ab5066 100644
  files_read_usr_files(virt_domain)
  files_read_var_files(virt_domain)
  files_search_all(virt_domain)
-@@ -449,23 +683,513 @@ files_search_all(virt_domain)
+@@ -449,23 +694,513 @@ files_search_all(virt_domain)
  fs_getattr_tmpfs(virt_domain)
  fs_rw_anon_inodefs_files(virt_domain)
  fs_rw_tmpfs_files(virt_domain)
diff --git a/selinux-policy.spec b/selinux-policy.spec
index b78f6b4..c6c683f 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -19,7 +19,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 3.11.1
-Release: 48%{?dist}
+Release: 49%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -522,6 +522,17 @@ SELinux Reference policy mls base module.
 %endif
 
 %changelog
+* Thu Oct 1 2012 Miroslav Grepl <mgrepl at redhat.com> 3.11.1-49
+- Add smsd policy
+- Add support for OpenShift sbin labelin
+- Add boolean to allow virt to use rawip
+- Allow mozilla_plugin to read all file systems with noxattrs support
+- Allow kerberos to write on anon_inodefs fs
+- Additional access required by fenced
+- Add filename transitions for passwd.lock/group.lock
+- UPdate man pages
+- Create coolkey directory in /var/cache with the correct label
+
 * Tue Oct 30 2012 Miroslav Grepl <mgrepl at redhat.com> 3.11.1-48
 - Fix label on /etc/group.lock
 - Allow gnomeclock to create lnk_file in /etc


More information about the scm-commits mailing list